forked from AllYarnsAreBeautiful/ayab-manual
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
25 lines (25 loc) · 814 Bytes
/
mkdocs.yml
File metadata and controls
25 lines (25 loc) · 814 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
site_name: AYAB Manual
theme: readthedocs
repo_url: https://github.com/AllYarnsAreBeautiful/ayab-manual
plugins:
- search
nav:
- Home: index.md
- Installation:
- Hardware: installation/hardware.md
- Software: installation/software.md
- Graphical User Interface: gui.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
extra_css:
- css/version-select.css
extra_javascript:
- js/version-select.js