-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
98 lines (90 loc) · 2.76 KB
/
mkdocs.yml
File metadata and controls
98 lines (90 loc) · 2.76 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
site_name: Setuav Standard
site_description: Setuav Standard documentation
site_url: https://setuav.github.io/specification/
use_directory_urls: true
theme:
name: material
font:
text: Ubuntu
code: Ubuntu Mono
logo: assets/logo.svg
favicon: assets/logo.svg
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: deep-orange
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: deep-orange
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.sections
markdown_extensions:
- pymdownx.arithmatex:
generic: true
extra_javascript:
- https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.js
- https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/contrib/auto-render.min.js
- javascripts/katex.js
extra_css:
- https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css
plugins:
- i18n:
docs_structure: suffix
languages:
- locale: en
name: English
default: true
- locale: tr
name: Türkçe
nav_translations:
Introduction: Giriş
Conventions: Temel Esaslar
Geometry: Geometri
Overview: Genel Bakış
Wing: Kanat
Wing Attachment: Kanat Yerleşimi
Fuselage: Gövde
Propulsion: İtki
Motor: Motor
Propeller: Pervane
ESC: ESC
Battery: Pil
Mass and Additional Parts: Kütle ve Ek Parçalar
Performance and Analysis Reports: Performans ve Analiz Raporları
Analysis Conditions: Analiz Koşulları
Aerodynamics: Aerodinamik
Flight Performance: Uçuş Performansı
Propulsion Performance: İtki Performansı
nav:
- Introduction: index.md
- Conventions: conventions.md
- Geometry:
- Overview: geometry/index.md
- Fuselage: geometry/fuselage.md
- Wing: geometry/wing.md
- Wing Attachment: geometry/wing_attachment.md
- Propulsion:
- Overview: propulsion/index.md
- Motor: propulsion/motor.md
- ESC: propulsion/esc.md
- Propeller: propulsion/propeller.md
- Battery: propulsion/battery.md
- Mass and Additional Parts: mass.md
- Performance and Analysis Reports:
- Overview: performance/index.md
- Analysis Conditions: performance/conditions.md
- Aerodynamics: performance/aerodynamics.md
- Flight Performance: performance/flight.md
- Propulsion Performance: performance/propulsion.md