-
Notifications
You must be signed in to change notification settings - Fork 31
/
mkdocs.yml
106 lines (98 loc) · 2.84 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
site_name: "Rat Rig - V-Minion"
site_url: https://v-minion.ratrig.com/
site_author: "Rat Rig"
site_description: "The V-Minion is a premium DIY kit for a small form factor Cartesian 3D printer, with big features."
edit_uri: ""
copyright: Copyright © 2021 Rat Rig
extra:
generator: false
repo_name: V-Minion
repo_url: https://github.com/Rat-Rig/V-Minion
docs_dir: docs/src
site_dir: site
theme:
logo: assets/logo_rat_medium.png
favicon: assets/logo_rat_small.png
language: en
name: material
custom_dir: docs/overrides
palette:
scheme: default
primary: rat_rig
accent: rat_rig_alt
features:
# - navigation.instant
- navigation.tabs.sticky
- navigation.tabs
- navigation.tracking
- search.suggest
- search.highlight
plugins:
- search
- awesome-pages
- ratrig-productpages-plugin:
product_name: "V-Minion"
order_url: https://www.ratrig.com/v-minion.html
cad_url: https://a360.co/3rPymJS
splash_video_url: https://www.youtube.com/embed/XnDXDmX2tS0
facebook_url: https://www.facebook.com/groups/ratrig3dprintercommunity
discord_url: https://discord.gg/D62e8XNeYa
extra_css:
- css/extra.css
extra_javascript:
- https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/2.4.1/js-cloudimage-360-view.min.js
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
- js/extra.js
markdown_extensions:
- abbr
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
linenums_style: pymdownx-inline
linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- toc:
permalink: true
toc_depth: 1
nav:
- index.md
- Order: https://www.ratrig.com/v-minion.html" target="_blank
- bom.md
- printed_parts.md
- Build Guide: https://ratrig.dozuki.com/c/02._Rat_Rig_V-Minion" target="_blank
- electronics.md
- firmware.md
- slicer.md
- contribution.md
- community.md
# - Gallery: https://www.ratrig.com/" target="_blank
- Videos: https://www.youtube.com/playlist?list=PLCKei7lLFsnkBZ50u851Rj8eKVPduPc73" target="_blank
- Contact: mailto:[email protected]