-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
102 lines (96 loc) · 2.85 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
# Project Information
site_name: VATNZ Standard Operating Procedures
site_description: Procedures and helpful information for Controllers to use when controlling a VATNZ position on the VATSIM network.
site_url: https://sops.vatnz.net/
repo_url: https://github.com/vatnz-dev/sops
repo_name: vatnz-dev/sops
edit_uri: "" #removes edit button and icon
copyright: ""
# Configuration
theme:
name: material
custom_dir: overrides
logo: assets/images/vatnz-ops.png
font:
text: Maven Pro
palette:
- scheme: default
toggle:
icon: material/weather-sunny
name: Go to the dark side..
- scheme: slate
toggle:
icon: material/weather-night
name: Shine some light on this!
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- navigation.instant
- navigation.instant.progress
- search.suggest
- search.highlight
- search.share
- content.code.copy
favicon: assets/images/vatnz-ops.png
icon:
repo: fontawesome/brands/github
# Plugins
plugins:
search:
lang: en
awesome-pages: {}
git-revision-date-localized:
type: date
external-markdown: {}
glightbox:
touchNavigation: true
effect: zoom
width: 100%
height: auto
zoomable: true
draggable: false
# 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/vatnz-dev
name: VATNZ on Github
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/vatnz
name: VATNZ on Facebook
- icon: fontawesome/brands/discord
link: https://vatnz.net/discord
name: VATNZ on Discord
analytics:
provider: google
property: G-TH1T6E4KK6
# google analytics tag to be rotated during airac cycle workflow
# 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.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: {}