Skip to content

Commit dc8fc40

Browse files
committed
doc: much improved disposition of navigation
Lot of work still remains, but this new disposition should serve as a more representative template. Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 5a339e4 commit dc8fc40

File tree

1 file changed

+26
-24
lines changed

1 file changed

+26
-24
lines changed

mkdocs.yml

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,43 +16,45 @@ exclude_docs: |
1616
nav:
1717
- About: index.md
1818
- Introduction: introduction.md
19-
- Network Configuration: networking.md
20-
- System Configuration: system.md
21-
- System Management: management.md
22-
- System Upgrade: upgrade.md
2319
- CLI:
24-
- Introduction : cli/introduction.md
20+
- Introduction: cli/introduction.md
2521
- Configuration: cli/configure.md
2622
- Keybindings: cli/keybindings.md
2723
- Network Calculator: cli/netcalc.md
2824
- Network Monitoring: cli/tcpdump.md
2925
- Quickstart Guide: cli/quick.md
30-
- Text Edítor: cli/text-editor.md
26+
- Text Editor: cli/text-editor.md
3127
- Upgrading: cli/upgrade.md
32-
- In-Depth:
33-
- Boot Procedure: boot.md
34-
- DHCP Server: dhcp.md
35-
- Docker Containers: container.md
36-
- Hardware Info & Status: hardware.md
37-
- Network Discovery: discovery.md
38-
- Scripting Infix:
39-
- Introduction: scripting.md
40-
- Advanced Usage: scripting-sysrepocfg.md
41-
- Remote RESTCONF: scripting-restconf.md
42-
- Production Testing: scripting-prod.md
43-
- Tunneling (L2/L3): tunnels.md
28+
- Docker Containers: container.md
29+
- Networking:
30+
- Network Configuration: networking.md
4431
- Quality of Service: qos.md
4532
- RMON Counters: eth-counters.md
46-
- Syslog Support: syslog.md
47-
- Virtual Environments: virtual.md
33+
- Tunneling (L2/L3): tunnels.md
4834
- Wireless LAN (WiFi): wifi.md
49-
- For Developers:
35+
- Services:
36+
- Device Discovery: discovery.md
37+
- DHCP Server: dhcp.md
38+
- System:
39+
- Boot Procedure: boot.md
40+
- Configuration: system.md
41+
- Hardware Info & Status: hardware.md
42+
- Management: management.md
43+
- Syslog Support: syslog.md
44+
- Upgrade: upgrade.md
45+
- Scripting:
46+
- Introduction: scripting.md
47+
- Legacy Scripting: scripting-sysrepocfg.md
48+
- Production Testing: scripting-prod.md
49+
- Remote RESTCONF: scripting-restconf.md
50+
- Developer's Corner:
5051
- Branding & Releases: branding.md
5152
- Developer's Guide: developers-guide.md
5253
- Developing with Buildroot: override-package.md
5354
- Netboot HowTo: netboot.md
5455
- Regression Testing: testing.md
55-
- Test System Architechture: test-arch.md
56+
- Test System Architecture: test-arch.md
57+
- Virtual Environments: virtual.md
5658
- Vital Product Data (VPD): vpd.md
5759
- Origin & Licensing: license.md
5860

@@ -63,10 +65,10 @@ theme:
6365
- toc.follow
6466
# - toc.integrate
6567
- navigation.path
66-
# - navigation.prune
6768
- navigation.instant
68-
# - navigation.instant.progress
69+
- navigation.instant.progress
6970
- navigation.tracking
71+
- navigation.indexes
7072
# - navigation.tabs
7173
# - navigation.sections
7274
# - navigation.expand

0 commit comments

Comments
 (0)