forked from V1EngineeringInc/V1EngineeringInc-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
113 lines (97 loc) · 2.94 KB
/
mkdocs.yml
File metadata and controls
113 lines (97 loc) · 2.94 KB
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
site_name: V1 Engineering Inc Docs
repo_name: V1EngineeringInc/V1EngineeringInc-Docs
repo_url: https://github.com/V1EngineeringInc/V1EngineeringInc-Docs/
edit_uri: 'tree/master/docs/'
nav:
- Index: index.md
- Editing mkdocs: mkdocs_info.md
- MPCNC:
- Main: mpcnc/index.md
- Assembly:
- Table: mpcnc/table.md
- Conduit: mpcnc/conduit.md
- Corners, Rollers, Base: mpcnc/base.md
- Z-Axis: mpcnc/z-axis.md
- Middle Assembly: mpcnc/middle-assm.md
- Gantry: mpcnc/gantry.md
- Final: mpcnc/final.md
- Belts: mpcnc/belts.md
- LowRider:
- Assembly: lowrider/index.md
- MP3DP:
- Assembly: mp3dp/index.md
- Software:
- Main: software/index.md
- Repetier-Host: software/repetier-host.md
- EstlCAM Basics: software/estlcam-basics.md
- EstlCAM Intermediate (2.5d): software/estlcam-2p5d.md
- Electronics:
- Main: electronics/index.md
- Electrical:
- Ultimachine Boards: electronics/ultimachine.md
- Ramps: electronics/ramps.md
- Steppers: electronics/steppers.md
- Reverse Stepper: software/reverse-motor.md
- Getting Started:
- Software: software/index.md
- Firmware: electronics/marlin-firmware.md
- Dual Endstops: electronics/dual-endstops.md
- Advanced:
- v1pi: electronics/v1pi.md
- Tools:
- Milling Basics: tools/milling-basics.md
- 3D Printing:
- Main: tools/import-extruder.md
- Lasers:
- Main: tools/lasers.md
- Engraving Mirrors: tools/laser-engraving-mirrors.md
- Drag Knife/Vinyl: tools/drag-knife.md
- ZenXY: zenxy/index.md
- About: about.md
theme:
name: 'material'
palette:
primary: 'black'
accent: 'red'
# This actually works with material
# logo: "https://www.v1engineering.com/wp-content/uploads/2017/12/V1-Engineering-logo-260wide.png"
logo: "img/favicon.ico"
favicon: "img/favicon.ico"
extra:
social:
- type: 'globe'
link: 'https://v1engineering.com'
- type: 'shopping-cart'
link: 'https://shop.v1engineering.com'
extra_css: [v1.css]
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
copyright: "<a href=\"https://creativecommons.org/licenses/by-sa/4.0/legalcode\">CC-BY-SA</a> Copyright 2019 V1Engineering Inc."
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- pyembed.markdown
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.extra
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- sane_lists
- smarty
- toc:
permalink: true
- lightgallery
- pymdownx.extra