-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
74 lines (64 loc) · 1.65 KB
/
mkdocs.yml
File metadata and controls
74 lines (64 loc) · 1.65 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
site_name: Robit
site_url: https://robit.stratusadv.com
repo_name: stratusadv/robit
repo_url: https://github.com/stratusadv/robit
copyright: Copyright (c) 2024 Stratus Advanced Technologies and Contributors
extra_css:
- static/css/extra.css
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- static/js/extra.js
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.snippets
- tables
nav:
- Getting Started:
- Welcome: index.md
- Installation: getting_started/installation.md
- Changelog:
- Current: changelog/changelog.md
- Archived: changelog/archived_changelog.md
- Roadmap:
- Current: roadmap/roadmap.md
- About:
- Contributors: about/contributors.md
plugins:
- search
- include-markdown
- table-reader
- mkdocstrings:
handlers:
python:
options:
show_source: true
docstring_style: sphinx
show_root_full_path: false
show_root_heading: true
theme:
name: material
custom_dir: docs/templates
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/lightbulb
name: "Switch to dark mode"
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/lightbulb-outline
name: "Switch to system preference"
features:
- toc.follow
- navigation.tabs
- navigation.footer
logo: 'static/img/robit_logo_white_256.png'
favicon: 'favicon.png'