-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
87 lines (80 loc) · 2.05 KB
/
mkdocs.yml
File metadata and controls
87 lines (80 loc) · 2.05 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
site_name: "Rat Rig - KillerBee"
site_url: https://killerbee.ratrig.com/
site_author: "Rat Rig"
site_description: "The V-Core 3 is a premium DIY kit for a CoreXY 3D Printer with no compromises."
edit_uri: ""
copyright: Copyright © 2021 Rat Rig
extra:
generator: false
repo_name: V-core-3
repo_url: https://github.com/Rat-Rig/V-core-3
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
- macros:
module_name: src/plugin
- minify:
minify_html: true
- awesome-pages
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
- 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