Skip to content

Commit bb1afb7

Browse files
committed
Add comprehensive documentation for advanced topics, core concepts, distribution, reference, security, and UI development
1 parent 4497a57 commit bb1afb7

7 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/copilot-instructions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ nav_order: 3
3030
| `title` | Yes | Appears in navigation sidebar |
3131
| `nav_order` | Yes | Lower numbers appear higher in nav (1, 2, 3...) |
3232
| `parent` | No | For nested pages, reference parent's `title` |
33-
| `has_children` | No | Set to `true` if page has child pages |
3433

3534
### Link Syntax
3635
**Internal links between doc pages use relative paths without leading slash:**
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layout: default
33
title: Advanced Topics
44
nav_order: 30
5-
has_children: true
65
---
76

87
# Advanced Topics
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layout: default
33
title: Core Concepts
44
nav_order: 10
5-
has_children: true
65
---
76

87
# Core Concepts
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
layout: default
33
title: Distribution
4-
nav_order: 10
5-
has_children: true
4+
nav_order: 60
65
---
76

87
# Distribution & Publishing
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layout: default
33
title: Reference
44
nav_order: 50
5-
has_children: true
65
---
76

87
# Reference
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layout: default
33
title: Security & Best Practices
44
nav_order: 40
5-
has_children: true
65
---
76

87
# Security & Best Practices
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layout: default
33
title: UI Development
44
nav_order: 20
5-
has_children: true
65
---
76

87
# UI Development

0 commit comments

Comments
 (0)