-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
76 lines (64 loc) · 1.56 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
site_name: Voyager
repo_url: https://github.com/dxworks/voyager
repo_name: dxworks/voyager
edit_uri: edit/docs/docs/
copyright: Copyright © 2021 Dxworks
theme:
name: material
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.indexes
- search.suggest
- search.highlight
palette:
# Toggle light mode
- scheme: default
media: "(prefers-color-scheme: light)"
primary: teal
accent: teal
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
# Toggle dark mode
- scheme: slate
media: "(prefers-color-scheme: dark)"
primary: teal
accent: teal
toggle:
icon: material/toggle-switch
name: Switch to dark mode
logo: assets/icons/dxworks-white-square-thick.png
plugins:
- search:
prebuild_index: true
markdown_extensions:
- toc:
permalink: true
toc_depth: 10
- attr_list
- admonition
- pymdownx.details
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra_css:
- stylesheets/styles.css
extra:
generator: false
version:
provider: mike
use_directory_urls: false
nav:
# - Home:
# - 'index.md'
# - Installing: 'installing.md'
# - Configuration: 'configuration.md'
# - Instruments: 'instruments.md'
# - Runtimes: 'runtimes.md'
- Quick Start: 'quickstart.md'