-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
58 lines (52 loc) · 1.3 KB
/
mkdocs.yml
File metadata and controls
58 lines (52 loc) · 1.3 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
site_name: "Rat Rig Lab"
site_url: https://lab.ratrig.com/
site_author: "Rat Rig"
site_description: "Through the Rat Rig Lab, we share designs and ideas."
edit_uri: ""
copyright: Copyright © 2022 Rat Rig
repo_name: lab.ratrig.com
repo_url: https://github.com/Rat-Rig/lab.ratrig.com
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.tabs.sticky
- navigation.tabs
- navigation.tracking
- search.suggest
- search.highlight
plugins:
- awesome-pages
- search
- macros:
module_name: docs/src/rr_mkdocs_plugin
extra_css:
- css/extra.css
markdown_extensions:
- abbr
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.toc:
permalink: true
toc_depth: 3
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- index.md
- official_mods.md
- upcoming_prototype.md
- non_commercial.md
- discontinued.md
- cad_library.md
- Store: https://www.ratrig.com/" target="_blank
- Contact: mailto:[email protected]