forked from winder/ugs_website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
25 lines (23 loc) · 793 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
site_name: UGS
theme: cosmo
repo_url: https://github.com/winder/ugs_website
site_author: Will Winder
site_description: "Cross platform G-Code sender with advanced features for GRBL based CNC machines."
google_analytics: ['UA-73554112-1', 'auto']
extra_css:
- css/style.css
pages:
- 'Home': 'index.md'
- 'Download': 'download.md'
- 'User Guide':
- "Common Features": 'guide/common.md'
- "Classic": 'guide/classic.md'
- "Platform": 'guide/platform.md'
- "Help": 'guide/troubleshooting.md'
- 'Developer Guide':
- "Getting Started": 'dev/getting_started.md'
- "Backend": 'dev/backend_development.md'
- "Frontend": 'dev/frontend_development.md'
- "Plugin": 'dev/plugin.md'
- "Gcode Processors": 'dev/gcode_processor.md'
- 'Contributing': 'contributing.md'