Skip to content

Commit f8c06e1

Browse files
authored
docs: improve user guide navigation (#237)
1 parent 72da4ed commit f8c06e1

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

docs/user-guide/mkdocs.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ theme:
1313
name: material
1414
favicon: assets/logo.png
1515
logo: assets/logo-flat.png
16+
17+
features:
18+
- navigation.instant
19+
- navigation.instant.progress
20+
- navigation.sections
21+
- navigation.top
22+
1623
palette:
1724
# Palette toggle for automatic mode
1825
- media: "(prefers-color-scheme)"
@@ -36,12 +43,13 @@ theme:
3643

3744
nav:
3845
- Home: index.md
39-
- Usage: usage.md
46+
- Getting Started:
47+
- Quick Start: quick-start.md
48+
- Production-Grade Deployment: production-grade-deployment.md
4049
- Configuration:
4150
- General: configuration.md
4251
- Environment Variables: environment-variables.md
4352
- Configuration Files: configuration-files.md
44-
- Production-Grade Deployment: production-grade-deployment.md
4553
- License: license.md
4654

4755
markdown_extensions:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 📘 Usage
1+
# ⚡ Quick Start
22

33
For a quick start, you can run the following command:
44

0 commit comments

Comments
 (0)