mirror of https://github.com/eyhc1/rendercv.git
17 lines
299 B
YAML
17 lines
299 B
YAML
|
site_name: My Docs
|
||
|
theme:
|
||
|
name: material
|
||
|
|
||
|
nav:
|
||
|
- Home: index.md
|
||
|
- About: about.md
|
||
|
- Contact: contact.md
|
||
|
- License: license.md
|
||
|
- Code Reference:
|
||
|
- __main__.py: code/main.md
|
||
|
- data_model.py: code/data_model.md
|
||
|
- tinytex.py: code/tinytex.md
|
||
|
|
||
|
plugins:
|
||
|
- search
|
||
|
- mkdocstrings
|