-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
114 lines (107 loc) · 2.71 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# project information
site_name: "Omio CNC X6-2200EPL Documentation"
site_author: "Stephen Eaton"
site_description: "Documentation for OmioCNC X6-2200EPL CNC Router"
site_url: https://madeinoz67.github.io/omiocnc-x6-2200epl/
# Configuration
theme:
name: material
favicon: assets/images/favicon.ico
palette:
primary: orange
features:
- navigation.sections
#- navigation.expand
- navigation.indexes
- navigation.top
# Page Tree
nav:
- Home: index.md
- Hardware:
- hardware/index.md
- Controller: hardware/controller.md
- Spindle: hardware/spindle.md
- Firmware:
- firmware/index.md
- Modifications & Improvements:
- mods/index.md
- Spindle Cooling: mods/cooling.md
- Simple Chip Shield: mods/shield.md
- Air Mister: mods/air.md
- Table: mods/table.md
- Fixture Plate: mods/fixture-plate.md
- CAM post processors:
- cam/index.md
- PCB Milling:
- pcb/index.md
- G-Code Library:
- gcode/index.md
# - Commands: gcode/gcode-commands.md
# - Macros: gcode/gcode-macros.md
# - Setting: gcode/gcode-settings.md
# - Troubleshooting: gcode/gcode-troubleshooting.md
- Checklists:
- checklists/index.md
- sample: checklists/sample.md
- Troubleshooting:
- troubleshooting/index.md
- Authors: authors.md
- Change Log: changelog.md
- License: license.md
- References: references.md
# Repository
repo_name: "madeinoz67/omiocnc-x6-2200epl"
repo_url: https://github.com/madeinoz67/omiocnc-x6-2200epl
edit_uri: ""
# plugins
plugins:
- search
- ezlinks
- git-revision-date-localized:
enable_creation_date: true
type: iso_date
- drawio-exporter
# extensions
markdown_extensions:
- abbr
- attr_list
- md_in_html
- def_list
- admonition
- footnotes
- meta
- pymdownx.details
- pymdownx.snippets
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.smartsymbols
- pymdownx.caret
- pymdownx.mark
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
- toc:
permalink: true
- pymdownx.keys
- pymdownx.tasklist:
clickable_checkbox: true
custom_checkbox: true
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
# Copyright
copyright: Copyright © 2021 Stephen Eaton
# footer customisation
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/madeinoz67
- icon: fontawesome/brands/twitter
link: https://twitter.com/madeinoz
# Google Analytics
#google_analytics:
# - !!python/object/apply:os.getenv ["GOOGLE_ANALYTICS_KEY"]
# - auto