-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
157 lines (152 loc) · 5.55 KB
/
Copy pathmkdocs.yml
File metadata and controls
157 lines (152 loc) · 5.55 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
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
nav_translations:
Home: Accueil
Pilot: Pilote
Overview: Vue d'ensemble
Troop transport: Transport de troupes
Crates: Caisses (crates)
Vehicles: Véhicules
Sling-load: Élingue (sling-load)
Parachute: Parachute
JTAC: JTAC
Recon: Reconnaissance (recon)
Beacons: Balises (beacons)
Smoke: Fumigène (smoke)
Pack: Pack
Mission Maker: Concepteur de mission (mission maker)
Configuration: Configuration
Configure with ctld-tools: Configurer avec ctld-tools
Zone setup: Configuration des zones
Scenes & FOB: Scènes & FOB
Crate catalogue: Catalogue de caisses (crates)
Minefield: Champ de mines
Validating your config: Valider votre configuration
Translations: Traductions
Legacy API: API historique
Developer: Développeur
Development workflow: Workflow de développement
Architecture: Architecture
Subsystems: Sous-systèmes
Scene engine: Moteur de scènes
Crate spawn pipeline: Pipeline de spawn des caisses (crates)
Troop + JTAC lifecycle: Cycle de vie troupes + JTAC (troops)
Zone management: Gestion des zones
Vehicle system: Système de véhicules
Beacon system: Système de balises (beacons)
Recon system: Système de reconnaissance (recon)
F10 menu system: Système de menu F10
Player tracking: Suivi des joueurs
AA system assembly: Assemblage des systèmes AA
Events: Événements
Internationalisation: Internationalisation
Building & testing: Build et tests
Integration testing: Tests d'intégration
Migration v1 → v2: Migration v1 → v2
API reference: Référence de l'API
Design spec: Spécification de conception
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
- Configure with ctld-tools: mission-maker/ctld-tools.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
- Validating your config: mission-maker/asset-validation.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
- Integration testing: developer/integration-testing.md
- Migration v1 → v2: developer/migration-v1-v2.md
- API reference: developer/api-reference.md
- Design spec: developer/design-spec.md