-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
66 lines (60 loc) · 1.82 KB
/
Copy pathmkdocs.yml
File metadata and controls
66 lines (60 loc) · 1.82 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
site_name: OrbitDeck
site_description: Cross-platform amateur satellite operations dashboard documentation
site_url: https://chipsncode.com/OrbitDeck/
repo_url: https://github.com/Marzogh/OrbitDeck
repo_name: Marzogh/OrbitDeck
edit_uri: edit/main/docs/
docs_dir: docs
site_dir: site
exclude_docs: |
*log.md
*proposal*.md
nav:
- Home: index.md
- Getting Started:
- Quick Start: guide/quickstart.md
- First Hour: guide/first-hour.md
- Common Tasks: guide/common-tasks.md
- Core Concepts: guide/concepts.md
- Glossary: guide/glossary.md
- Platforms: guide/platforms.md
- UI Surfaces: guide/ui-surfaces.md
- Lite Mode: guide/lite-mode.md
- Frequency Guidance: guide/frequency-guidance.md
- API Reference:
- Overview: api/index.md
- HTTP API: api/http-api.md
- Settings: api/settings.md
- APRS: api/aprs.md
- Radio Control: api/radio-control.md
- Frequency Guidance: api/frequency-guidance-model.md
- Lite Snapshot: api/lite-snapshot-model.md
- AMSAT Status: api/amsat-status-model.md
- Device Routing and Debug Overrides: api/device-and-debug.md
- Operations:
- Install / Build / Run: INSTALL_AND_RUN.md
- Troubleshooting: operations/troubleshooting.md
- Runtime Data and Caching: operations/runtime-data.md
- Maintainer Guide: operations/maintainer.md
- Docs Contributing Guide: CONTRIBUTING.md
- Docs Tooling:
- Local Build Guide: local-build.md
theme:
name: material
features:
- navigation.sections
- navigation.top
- content.code.copy
markdown_extensions:
- admonition
- toc:
permalink: true
- tables
- fenced_code
- attr_list
extra_css:
- stylesheets/docs-home.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Marzogh/OrbitDeck