docs: rename API Reference to Code Documentation

This commit is contained in:
Sina Atalay 2024-01-28 19:15:53 +01:00
parent b642cb4b19
commit 858ae98952
5 changed files with 5 additions and 5 deletions

View File

@ -46,11 +46,11 @@ theme:
nav:
- Overview: index.md
- User Guide: user_guide.md
- API Reference:
- API Reference: api_reference/index.md
- __main__.py: api_reference/__main__.md
- data_model.py: api_reference/data_model.md
- rendering.py: api_reference/rendering.md
- Code Documentation:
- Code Documentation: code_documentation/index.md
- __main__.py: code_documentation/__main__.md
- data_model.py: code_documentation/data_model.md
- rendering.py: code_documentation/rendering.md
markdown_extensions:
# see https://facelessuser.github.io/pymdown-extensions/extensions/inlinehilite/ for more pymdownx info