forked from storm-factory/tulip
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (39 loc) · 917 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
44 lines (39 loc) · 917 Bytes
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
site_name: Tulip
repo_url: https://gitlab.com/drid/tulip
site_url: https://drid.gitlab.io/tulip/
nav:
- Home: index.md
- Downloads: downloads.md
- User Guide:
- Install: install.md
- Setup: setup.md
- Usage: usage.md
- OpenRally: openrally.md
- Shortcuts: shortcuts.md
theme:
name: material
custom_dir: docs/overrides
palette:
primary: amber
features:
- navigation.tabs
- navigation.expand
extra:
analytics:
provider: google
property: G-1VYMMX1XZ4
extra_css:
- css/site.css
- https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css
extra_javascript:
- js/umami-tracker.js
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.highlight: # Core highlighter
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences