mirror of https://github.com/wwarthen/RomWBW.git
Browse Source
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.'pull/561/head
2 changed files with 31 additions and 2 deletions
@ -0,0 +1,16 @@ |
|||||
|
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 |
||||
Loading…
Reference in new issue