-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmkdocs.yml
26 lines (26 loc) · 873 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
25
26
site_name: AYAB Manual
theme: readthedocs
repo_url: https://github.com/AllYarnsAreBeautiful/ayab-manual
plugins:
- search
markdown_extensions:
- attr_list
nav:
- Home: index.md
- Release notes:
- What's new in AYAB 1.0: whats-new-in-1.0.md
- Installation:
- Hardware: installation/hardware.md
- Software: installation/software.md
- Firmware: installation/firmware.md
- How To Knit:
- Basics: how_to_knit/basics.md
- Double Bed Jaquard (2-color): how_to_knit/dbj_2-color.md
- Middle-Color-Twice: how_to_knit/dbj_middle-color-twice.md
- Heart of Pluto: how_to_knit/dbj_heart-of-pluto.md
- Circular Knitting: how_to_knit/circular_knitting.md
- Pattern Creation: pattern_image_creation.md
- Frequently Asked Questions: faq.md
- Development:
- Connectors: development/connectors.md
- API: development/API.md