15 lines
254 B
YAML
15 lines
254 B
YAML
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'
|