winutil/mkdocs.yml

41 lines
957 B
YAML
Raw Normal View History

2024-07-12 13:36:44 -05:00
site_name: Chris Titus WinUtil Official Documentation
2024-07-12 10:31:05 -05:00
repo_url: https://github.com/ChrisTitusTech/winutil
nav:
- Introduction: 'index.md'
- User Guide: 'userguide.md'
- Contribute: 'contribute.md'
- Updates: 'updates.md'
- FAQ: 'faq.md'
theme:
name: material
2024-07-12 13:36:44 -05:00
custom_dir: 'overrides'
2024-07-12 10:31:05 -05:00
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
2024-07-12 13:36:44 -05:00
logo: assets/favicon.png
favicon: assets/favicon.png
2024-07-12 10:31:05 -05:00
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: black
accent: purple
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: teal
2024-07-12 13:36:44 -05:00
accent: lime
markdown_extensions:
- admonition