EliteBGS/mkdocs.yml

15 lines
254 B
YAML
Raw Permalink Normal View History

2022-09-17 15:00:24 +02:00
site_name: EliteBGS
markdown_extensions:
- pymdownx.snippets:
check_paths: true
theme:
name: lumen
nav:
- Overview: 'index.md'
- "Detailed Description": 'description.md'
- FAQ: 'faq.md'
- Changelog: 'CHANGELOG.md'