-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
110 lines (105 loc) · 3.41 KB
/
Copy pathmkdocs.yml
File metadata and controls
110 lines (105 loc) · 3.41 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
site_name: CTLD
site_description: Combined Transport and Logistics Dispatcher for DCS World — modular rewrite.
site_url: https://veaf.github.io/CTLD/
repo_url: https://github.com/VEAF/CTLD
repo_name: VEAF/CTLD
docs_dir: docs
edit_uri: blob/develop/docs/
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.top
- search.highlight
- search.suggest
- content.code.copy
markdown_extensions:
- toc:
permalink: true
- admonition
- attr_list
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- search:
lang: [en, fr]
- i18n:
docs_structure: suffix
languages:
- locale: en
default: true
name: English
build: true
- locale: fr
name: Français
build: true
extra:
version:
provider: mike
default: dev
# NOTE: docs are role-based and bilingual (EN + FR). Pilot + Mission Maker sections
# are the user-facing guides (DOC-USER-ROLES); Developer is the technical docs
# (DOC-TECH); the Integration Testing page is revised in DCS-BRIDGE-MCP.
nav:
- Home: index.md
- Pilot:
- Overview: pilot/index.md
- Troop transport: pilot/troop-transport.md
- Crates: pilot/crates.md
- Vehicles: pilot/vehicles.md
- Sling-load: pilot/slingload.md
- Parachute: pilot/parachute.md
- JTAC: pilot/jtac.md
- Recon: pilot/recon.md
- Beacons: pilot/beacons.md
- Smoke: pilot/smoke.md
- Pack: pilot/pack.md
- Mission Maker:
- Overview: mission-maker/index.md
- Configuration: mission-maker/configuration.md
- Zone setup: mission-maker/zones.md
- Scenes & FOB: mission-maker/scenes-fob.md
- Crate catalogue: mission-maker/crates-catalogue.md
- Minefield: mission-maker/minefield.md
- Translations: mission-maker/translations.md
- Legacy API: mission-maker/legacy-api.md
- Developer:
- Overview: developer/index.md
- Development workflow: developer/workflow.md
- Architecture: developer/architecture.md
- Subsystems:
- Overview: developer/subsystems/index.md
- Scene engine: developer/subsystems/scenes.md
- Crate spawn pipeline: developer/subsystems/crates.md
- Troop + JTAC lifecycle: developer/subsystems/troops-jtac.md
- Zone management: developer/subsystems/zones.md
- Vehicle system: developer/subsystems/vehicles.md
- Beacon system: developer/subsystems/beacons.md
- Recon system: developer/subsystems/recon.md
- F10 menu system: developer/subsystems/menu.md
- Player tracking: developer/subsystems/players.md
- AA system assembly: developer/subsystems/aa.md
- Events: developer/events.md
- Internationalisation: developer/i18n.md
- Building & testing: developer/building-and-testing.md
- Migration v1 → v2: developer/migration-v1-v2.md
- API reference: developer/api-reference.md
- Design spec: developer/design-spec.md
- Integration Testing: integration-testing.md