-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
55 lines (51 loc) · 1.46 KB
/
Copy pathmkdocs.yml
File metadata and controls
55 lines (51 loc) · 1.46 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
site_name: VATSIM Pakistan Library
site_description: Official documentation, policies, airport briefings, and resources for VATSIM Pakistan.
site_url: https://library.vatsim.pk
theme:
name: material
logo: assets/logo-gold.png
favicon: assets/favicon.png
font:
text: Sora
palette:
- scheme: slate
primary: green
accent: amber
toggle:
icon: material/weather-sunny
name: Switch to light mode
- scheme: default
primary: green
accent: amber
toggle:
icon: material/weather-night
name: Switch to dark mode
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.suggest
- content.code.copy
plugins:
- search
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Policies:
- Overview: policies/index.md
- Constitution Policy: policies/constitution.md
- ATC Policy: policies/atc-policy.md
- Data Usage & Handling: policies/data-usage-and-handling.md
- Airport Briefings:
- Overview: airport-briefings/index.md
- Karachi / OPKC: airport-briefings/opkc.md
- Lahore / OPLA: airport-briefings/opla.md
- Islamabad / OPIS: airport-briefings/opis.md
- Aerodrome Guides:
- Overview: aerodrome-guides/index.md
- Karachi / OPKC: aerodrome-guides/opkc.md
- Lahore / OPLA: aerodrome-guides/opla.md
- Islamabad / OPIS: aerodrome-guides/opis.md