forked from thehedgefrog/ctrs-documentation
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
98 lines (82 loc) · 2.14 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
site_name: CTRS Documentation
site_url: https://thehedgefrog.github.io/ctrs-documentation
nav:
- Setting Up your Site:
- Getting started: setting-up/index.md
- setting-up/preparing-pi.md
- setting-up/flashing-hotspot.md
- setting-up/join-network.md
- FAQ: faq/faq.md
- Radio Configuration:
- Programming: radio-programming/index.md
- radio-programming/motorola.md
theme:
name: material
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
primary: red
accent: indigo
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
primary: red
accent: indigo
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/lightbulb
name: Switch to light mode
primary: red
accent: indigo
logo: assets/icon.png
favicon: assets/icon.png
icon:
annotation: material/arrow-right-circle
features:
- navigation.footer
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.expand
- navigation.top
- toc.follow
- toc.integrate
- search.suggest
- search.highlight
- content.code.copy
- content.tabs.link
- content.code.annotate
markdown_extensions:
- abbr
- admonition
- attr_list
- md_in_html
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
use_pygments: true
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
homepage: https://www.centrunk.net/
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/ctrs
generator: false
copyright: © 2022 - 2024 Central Texas Trunked Radio System