Files
PhotonVision/photon-lib/py/mkdocs.yml

25 lines
474 B
YAML
Raw Normal View History

2025-04-12 22:29:41 -05:00
site_name: PhotonLibPy Docs
2025-04-12 17:12:13 -05:00
theme:
name: material
2025-04-12 22:29:41 -05:00
favicon: images/favicon.ico # If you want a favicon
logo: images/logo.png # Optional logo
2025-04-12 17:12:13 -05:00
plugins:
- search
- mkdocstrings:
2025-04-12 22:29:41 -05:00
handlers:
python:
paths: ["."]
setup_commands:
- import sys; sys.path.append(".")
- gen-files:
scripts:
- gen_api_docs.py
- literate-nav
- section-index
2025-04-12 17:12:13 -05:00
nav:
- Home: index.md
2025-04-12 22:29:41 -05:00
- Reference: reference/SUMMARY.md
2025-04-12 17:12:13 -05:00