Skip to content

Commit 2f16308

Browse files
committed
[add] moving api_reference under Developer Nav
1 parent 95e7fce commit 2f16308

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ nav:
3030
- 'Home': index.md
3131
- 'Introduction': intro.md
3232
- 'Quickstart': quickstart.md
33-
- 'Reference':
34-
- 'Redis Commands': commands.md
35-
- 'C API' : api_reference.md
33+
- 'Commands': commands.md
3634
- 'Clients': clients.md
3735
- 'Configuration': configuration.md
3836
- 'Performance': performance.md
3937
- 'Examples': examples.md
4038
- 'Contributing': contrib.md
41-
- 'Developer': developer.md
39+
- 'Developer':
40+
- 'Work on the code' : developer.md
41+
- 'C API' : api_reference.md
4242

4343
markdown_extensions:
4444
- admonition

0 commit comments

Comments
 (0)