-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (36 loc) · 1.16 KB
/
mkdocs.yml
File metadata and controls
39 lines (36 loc) · 1.16 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
site_name: MeshCore Canada
site_url: https://meshcore.ca
repo_name: MeshCore Canada
repo_url: https://github.com/MrAlders0n/MeshCore-Canada # update this
theme:
name: material
favicon: assets/MeshCore-Canada-Favicon.png # optional
logo: assets/MeshCore-Canada-Favicon.png # optional
palette:
scheme: slate
primary: indigo
accent: blue
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
nav:
- Home: index.md
- Communities:
- British Columbia: provinces/british-columbia.md
- Alberta: provinces/alberta.md
- Saskatchewan: provinces/saskatchewan.md
- Manitoba: provinces/manitoba.md
- Ontario: provinces/ontario.md
- Quebec: provinces/quebec.md
- New Brunswick: provinces/new-brunswick.md
- Nova Scotia: provinces/nova-scotia.md
- Prince Edward Island: provinces/prince-edward-island.md
- Newfoundland and Labrador: provinces/newfoundland-and-labrador.md
- Territories (YT / NT / NU): provinces/territories.md
- Contributing: contributing.md