-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (33 loc) · 812 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (33 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
site_name: AMBD-MC Docs
site_description: "AMBD-MC — autoMBD Motor Control Documentation"
site_author: autoMBD
repo_name: autoMBD/AMBD-MC
repo_url: https://github.com/autoMBD/AMBD-MC
nav:
- Home: index.md
- Quick Start: getting-started.md
- Architecture: architecture.md
- Tutorials:
- Quick Tutorial: tutorials/tutorial-quick.md
- Advanced: tutorials/tutorial-advanced.md
- Examples: examples/example.md
- Changelog: changelog.md
- FAQ: faq.md
- doc-license: doc-lic.md
- Contributing: doc-contributing.md
theme:
name: material
palette:
primary: 'indigo'
accent: 'indigo'
features:
- navigation.instant
- content.code.copy
markdown_extensions:
- toc:
permalink: true
- admonition
- pymdownx.superfences
- pymdownx.tabbed
plugins:
- search