forked from flybywiresim/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
143 lines (137 loc) · 5.94 KB
/
mkdocs.yml
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
# Project Information
site_name: FlyByWire Simulations Documentation
site_url: https://docs.flybywiresim.com/
# repo allows for linking main repo to docs
# Uncomment to use
repo_url: https://github.com/flybywiresim/a32nx/
repo_name: flybywiresim/a32nx
edit_uri: "" #removes edit button and icon
copyright: Powered by <a href="https://vercel.com/?utm_source=flybywiresim&utm_campaign=oss" target="_blank">
<img src="/assets/images/vercel-logotype-light.svg" alt="Vercel Logo"></a>
# Configuration
theme:
name: material
# Theme Overhaul configuration. Use with caution.
# Uncommenting custom_dir requires additional setup.
custom_dir: overrides
logo: assets/images/FBW-Tail.png
font:
text: Inter
palette:
scheme: slate
features:
- navigation.tabs
- navigation.tabs.sticky
# Temporarily deactivated to provide support for Discord browser + anchor links
# - navigation.instant
- navigation.top
- navigation.tracking
- search.suggest
- search.highlight
- search.share
favicon: assets/images/FBW-Tail.png
# Plugins
plugins:
- search:
lang: en
- exclude-search:
exclude:
- pilots-corner/advanced-guides/flight-planning/holds.md
- pilots-corner/advanced-guides/flight-planning/fplan.md
- pilots-corner/advanced-guides/flight-planning/offset.md
- pilots-corner/advanced-guides/flight-planning/overview.md
- pilots-corner/advanced-guides/flight-guidance/approaches.md
- pilots-corner/advanced-guides/flight-guidance/autopilot.md
- pilots-corner/advanced-guides/flight-guidance/lnav.md
- pilots-corner/advanced-guides/flight-guidance/vnav.md
- awesome-pages
- git-revision-date-localized:
type: date
- redirects:
redirect_maps:
# Folder: /start/
'start/fbw-versions.md': 'fbw-a32nx/fbw-versions.md'
'start/installation.md': 'fbw-a32nx/installation.md'
'start/support.md': 'fbw-a32nx/support/index.md'
'start/reported-issues.md': 'fbw-a32nx/support/reported-issues.md'
'start/autopilot-fbw.md': 'fbw-a32nx/feature-guides/autopilot-fbw.md'
'start/exp.md': 'fbw-a32nx/support/exp.md'
# Folder: /beginner-guide/
'beginner-guide/overview.md': 'pilots-corner/beginner-guide/overview.md'
# Folder: /airliner-flying-guide/
'airliner-flying-guide/overview.md': 'pilots-corner/airliner-flying-guide/overview.md'
# Folder: /development-projects/
'development-projects/overview.md': 'dev-corner/dev-guide/index.md'
'development-projects/website.md': 'dev-corner/development-projects/website.md'
# Folder: /a32nx-devs/
'a32nx-dev/overview.md': 'dev-corner/dev-guide/index.md'
'a32nx-dev/texture-changes.md': 'dev-corner/texture-changes.md'
# TEMP redirects
# A.FLOOR
'fbw-a32nx/feature-guides/afloor.md': 'pilots-corner/advanced-guides/protections/afloor.md'
# Fix Info
'fbw-a32nx/feature-guides/fixinfo.md': 'pilots-corner/advanced-guides/flight-planning/fixinfo.md'
# additional redirects:
'fbw-a32nx/feature-guides/throttle-calibration.md': 'fbw-a32nx/feature-guides/flyPad/throttle-calibration.md'
# Convenience redirects:
'beginner-guide.md': 'pilots-corner/beginner-guide/overview.md'
'installation.md': 'fbw-a32nx/installation.md'
'throttle.md': 'fbw-a32nx/feature-guides/flyPad/throttle-calibration.md'
'reported-issues.md': 'fbw-a32nx/support/reported-issues.md'
'support.md': 'fbw-a32nx/support/index.md'
'discord-bot.md': 'dev-corner/development-projects/discord-bot.md'
'airframe.md': 'https://docs.flybywiresim.com/fbw-a32nx/installation/#simbrief-airframe'
'fdr.md': 'https://docs.flybywiresim.com/fbw-a32nx/support/#fdr-files'
'exp.md': 'fbw-a32nx/support/exp.md'
# Release Notes Permalink
'latest-release.md': 'release-notes/v074.md'
# ########################################
# Needed for URL within the A32NX aircraft
# ########################################
'telex.md': "https://bityl.co/8qKq" # fbw-a32nx/feature-guides/flyPad/settings/#atsuaoc
# Styling Front-end
extra_css:
- stylesheets/extra.css
- stylesheets/admonitions.css
- stylesheets/navigation.css
# Extra Functions / Customizations
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/flybywiresim
name: FlyByWire Simulations on Github
- icon: fontawesome/brands/twitter
link: https://twitter.com/FlyByWireSim
name: FlyByWire Simulations on Twitter
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/FlyByWireSimulations
name: FlyByWire Simulations on Facebook
- icon: fontawesome/brands/discord
link: https://discord.com/invite/flybywire
name: FlyByWire Simulations on Discord
- icon: fontawesome/brands/twitch
link: https://www.twitch.tv/flybywiresimulations
name: FlyByWire Simulations on Twitch
- icon: fontawesome/brands/youtube
link: https://youtube.com/flybywiresimulations
name: FlyByWire Simulations on Youtube
# Additional Markdown Extensions to use bundled icon sets
markdown_extensions:
- meta # Add front matter to a document
- admonition # Makes things pretty
- pymdownx.superfences # Nestled code
- attr_list # Add HTML attributes and CSS classes to Markdown elements
- pymdownx.tabbed: # Content tabs
alternate_style: true
- pymdownx.details # Additional features to admonition
- pymdownx.caret # Formatting Extension
- pymdownx.critic # Alternate Formatting Extension
- pymdownx.mark # Formatting Extension
- pymdownx.tilde # Formatting Extension
- pymdownx.keys # Visual keyboard keys extension
- pymdownx.critic
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji: # Allows emoji style inline embeds for icons
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg