14 lines
141 B
YAML
14 lines
141 B
YAML
|
site_name: Python-Aternos
|
||
|
|
||
|
theme:
|
||
|
name: readthedocs
|
||
|
|
||
|
plugins:
|
||
|
- search
|
||
|
- mkdocstrings
|
||
|
|
||
|
nav:
|
||
|
- index.md
|
||
|
- howto.md
|
||
|
- reference.md
|