We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e7fce commit 2f16308Copy full SHA for 2f16308
mkdocs.yml
@@ -30,15 +30,15 @@ nav:
30
- 'Home': index.md
31
- 'Introduction': intro.md
32
- 'Quickstart': quickstart.md
33
- - 'Reference':
34
- - 'Redis Commands': commands.md
35
- - 'C API' : api_reference.md
+ - 'Commands': commands.md
36
- 'Clients': clients.md
37
- 'Configuration': configuration.md
38
- 'Performance': performance.md
39
- 'Examples': examples.md
40
- 'Contributing': contrib.md
41
- - 'Developer': developer.md
+ - 'Developer':
+ - 'Work on the code' : developer.md
+ - 'C API' : api_reference.md
42
43
markdown_extensions:
44
- admonition
0 commit comments