Skip to content

Commit 69dbbd3

Browse files
committed
Improve navbar organisation
1 parent f9358d8 commit 69dbbd3

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

mkdocs.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@ site_name: lcobucci/jwt
22
theme: readthedocs
33

44
nav:
5-
- 'index.md'
6-
- 'installation.md'
7-
- 'configuration.md'
8-
- 'issuing-tokens.md'
9-
- 'parsing-tokens.md'
10-
- 'validating-tokens.md'
11-
- 'extending-the-library.md'
5+
- Intro:
6+
- 'index.md'
7+
- 'installation.md'
8+
- Usage:
9+
- 'configuration.md'
10+
- 'issuing-tokens.md'
11+
- 'parsing-tokens.md'
12+
- 'validating-tokens.md'
13+
- Guides:
14+
- 'extending-the-library.md'
1215

1316
markdown_extensions:
1417
- admonition

0 commit comments

Comments
 (0)