mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
Source/Doc/Makefile: - add steps to 'deploy_mkdocs' target to generate MkDocs input. - change default image extension for GFM output to SVG. Source/Doc/mkdocs.yaml: New config file for 'mkdocs build.'
17 lines
391 B
YAML
17 lines
391 B
YAML
site_name: RomWBW Documentation V3.6
|
|
repo_url: https://github.com/wwarthen/RomWBW
|
|
edit_uri: ""
|
|
docs_dir: mkdocs
|
|
nav:
|
|
- Introduction: Introduction.md
|
|
- User Guide: UserGuide.md
|
|
- System Guide: SystemGuide.md
|
|
- Applications: Applications.md
|
|
- Catalog: Catalog.md
|
|
- Hardware: Hardware.md
|
|
theme:
|
|
name: mkdocs
|
|
color_mode: auto
|
|
user_color_mode_toggle: true
|
|
navigation_depth: 3
|