mirror of https://github.com/eyhc1/rendercv.git
docs: rename API Reference to Code Documentation
This commit is contained in:
parent
b642cb4b19
commit
858ae98952
10
mkdocs.yaml
10
mkdocs.yaml
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue