-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs.yml
More file actions
86 lines (80 loc) · 2.71 KB
/
mkdocs.yml
File metadata and controls
86 lines (80 loc) · 2.71 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
80
81
82
83
84
85
86
site_name: Digital Controllers
site_description: Digital Controllers Documentation Hub - an open-source ATC/C2 documentation project by DCS controllers, for DCS controllers.
site_url: https://digital-controllers.com
theme:
name: material
features:
- navigation.indexes
- navigation.tabs
- navigation.path
- content.tabs.link
palette:
# Palette toggle for light mode
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
logo: assets/logo.webp
nav:
- Home: index.md
- About:
- Contributing: about/contributing.md
- Publications: about/publications.md
- Publications: about/publications.md
- ATC Guide:
- atc-guide/index.md
- General Knowledge:
- atc-guide/general-knowledge/index.md
- Radiotelephony: atc-guide/general-knowledge/radiotelephony.md
- Radio Theory: atc-guide/general-knowledge/radio_theory.md
- Radar Theory: atc-guide/general-knowledge/radar_theory.md
- Altimetry: atc-guide/general-knowledge/altimetry.md
- Meteorology: atc-guide/general-knowledge/meteorology.md
- Flight Rules: atc-guide/general-knowledge/flight_rules.md
- ATC Positions: atc-guide/general-knowledge/positions.md
- Airspace: atc-guide/general-knowledge/airspace.md
- Flight Information Services: atc-guide/general-knowledge/fis.md
- Ground Control:
- atc-guide/ground/index.md
- Flight Plan: atc-guide/ground/flight_plan.md
- Departure Clearance: atc-guide/ground/departure_clearance.md
- Taxi: atc-guide/ground/taxi.md
- Traffic Management: atc-guide/ground/traffic_management.md
- Tower Control:
- atc-guide/tower/index.md
- Approach Control:
- atc-guide/approach/index.md
- Enroute Control:
- atc-guide/enroute/index.md
- TAC C2 Guide:
- tac-c2-guide/index.md
- General Knowledge:
- tac-c2-guide/general-knowledge/index.md
- Identification Control:
- tac-c2-guide/identification/index.md
- Weapons Control:
- tac-c2-guide/weapons/index.md
- Pilot Guide:
- pilot-guide/index.md
- General Knowledge:
- Squawk Codes: pilot-guide/general-knowledge/squawks.md
plugins:
- search
markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra_css:
- stylesheets/extra.css