mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
docs: rename API Reference to Code Documentation
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user