We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9358d8 commit 69dbbd3Copy full SHA for 69dbbd3
1 file changed
mkdocs.yml
@@ -2,13 +2,16 @@ site_name: lcobucci/jwt
2
theme: readthedocs
3
4
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'
+ - Intro:
+ - 'index.md'
+ - 'installation.md'
+ - Usage:
+ - 'configuration.md'
+ - 'issuing-tokens.md'
+ - 'parsing-tokens.md'
12
+ - 'validating-tokens.md'
13
+ - Guides:
14
+ - 'extending-the-library.md'
15
16
markdown_extensions:
17
- admonition
0 commit comments