-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
106 lines (99 loc) · 3.08 KB
/
Copy pathmkdocs.yml
File metadata and controls
106 lines (99 loc) · 3.08 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
# Project Information
site_name: vZOB References
site_url: https://refs.clevelandcenter.org
repo_url: https://github.com/virtualzob/refs
repo_name: virtualzob/refs
edit_uri: "" #removes edit button and icon
copyright: ""
# Configuration
theme:
name: material
custom_dir: overrides
#logo: assets/images/mini-logo.png
font:
text: Maven Pro
palette:
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
- scheme: default
toggle:
icon: material/weather-night
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.suggest
- search.highlight
- search.share
- content.tooltips
#favicon: assets/images/mini-logo.png
icon:
repo: fontawesome/brands/github
# Plugins
plugins:
- search:
lang: en
- awesome-pages
- git-revision-date-localized:
type: date
- redirects:
redirect_maps:
'airports/KCAK.md': 'airports/Class-C/Akron-Canton.md'
'airports/Akron-Canton.md': 'airports/Class-C/Akron-Canton.md'
'LOA/Routes/ZBW/Delivery.md': 'LOA/Routes/ZBW/Clearance.md'
'LOA/Routes/ZAU/Delivery.md': 'LOA/Routes/ZAU/Clearance.md'
'LOA/Routes/ZDC/Delivery.md': 'LOA/Routes/ZDC/Clearance.md'
- open-in-new-tab
# 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/virtualzob
name: vZOB on Github
# 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
smart_insert: true
insert: true
- pymdownx.critic # Alternate Formatting Extension
- pymdownx.mark # Formatting Extension
- pymdownx.tilde # Formatting Extension
- pymdownx.keys # Visual keyboard keys extension
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji: # Allows emoji style inline embeds for icons
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- md_in_html #enables the use of image figures
- abbr
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- pymdownx.arithmatex: # Allows the use of math formulas with proper formatting
generic: true
- pymdownx.escapeall: #allows line breaks in tables
hardbreak: true
- footnotes
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/tablesort.js
- javascripts/aliastest.js
validation:
unrecognized_links: ignore