-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
79 lines (73 loc) · 2.11 KB
/
mkdocs.yml
File metadata and controls
79 lines (73 loc) · 2.11 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
74
75
76
77
78
79
# RadioShaq documentation — MkDocs Material
# Config lives in .github/; paths are relative to this file.
# Build: mkdocs build -f .github/mkdocs.yml (from repo root). Deploy: GitHub Actions.
site_name: RadioShaq
site_description: Ham Radio AI Orchestration and Field-to-HQ Coordination
site_url: https://radioshaq.readthedocs.io/
docs_dir: ../docs
site_dir: ../site
theme:
name: material
language: en
palette:
# Light mode (default) — Lakers: blue + gold/yellow
- scheme: default
primary: blue
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark mode
- scheme: slate
primary: blue
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tabs
- navigation.tabs.sticky
- navigation.path
- content.tabs.link
- content.code.copy
- content.code.select
- content.code.annotate
- toc.follow
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
# Resolved from cwd (run mkdocs from repo root). docs/ and radioshaq/ for snippet includes.
base_path: [docs, ., radioshaq]
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
plugins:
- search
- git-revision-date-localized:
type: date
timezone: UTC
locale: en
fallback_to_build_date: true
- neoteroi.mkdocsoad:
use_pymdownx: true
# optional: add docs/stylesheets/mkdocsoad.css from neoteroi/mkdocs-plugins releases for OAD styling
# extra_css:
# - stylesheets/mkdocsoad.css
nav:
- About: index.md
- Quick Start: quick-start.md
- Radio Usage: radio-usage.md
- Configuration: configuration.md
- Response & compliance: response-compliance-and-monitoring.md
- API Reference: api-reference.md