-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
57 lines (48 loc) · 1.37 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
# Project Information
site_name: Gander OCA Knowledge Base [UNDER REDEVELOPMENT]
site_url: https://knowledgebase.ganderoceanic.ca
site_author: Andrew Ogden, Chriss Klosowski & Liesel Downes
edit_uri: edit/main/docs/
copyright: Copyright (C) Gander Oceanic OCA 2018-2022. All Rights Reserved. Not to be used for real world navigation. Flight simulation only.
plugins:
- search
- awesome-pages
- git-revision-date-localized
- mike
# Configuration
theme:
name: material
font:
text: Mulish
palette:
scheme: czqo
logo: https://ganderoceanic.ca/assets/resources/media/img/brand/sqr/ZQO_SQ_TSPWHITE.png
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.indexes
- search.suggest
- search.highlight
- search.share
favicon: https://cdn.ganderoceanic.ca/resources/media/img/brand/sqr/ZQO_SQ_TSPBLUE.png
extra_css:
- stylesheets/czqo.css
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/czqoocavatsim
- icon: material/home
link: https://ganderoceanic.ca
name: Gander Oceanic main website
version:
provider: mike
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
repo_url: https://github.com/czqoocavatsim/knowledgebase
repo_name: czqoocavatsim/knowledgebase