-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
62 lines (61 loc) · 1.36 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
# [mkdocs](https://www.mkdocs.org/)
# pip install --user -r docs/requirements.txt
# mkdocs build
# mkdocs gh-deploy
# mkdocs serve
site_name: Figures for MSLC — Figures pour MSLC
site_url: https://nrc-cnrc.github.io/MSLC
site_description: Data and figures for MSLC — Données et figures pour MSLC
repo_name: NRC-CNRC / MSLC
repo_url: https://github.com/nrc-cnrc/MSLC
copyright: CC-BY-4.0 license
theme:
name: material
locale: en
favicon: favicon-32x32.png
palette:
# Palette toggle for dark mode
- primary: blue
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
# Palette toggle for light mode
- accent: light blue
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
features:
- content.code.copy
- content.code.select
- announce.dismiss
highlightjs: true
hljs_languages:
- bash
- go
- python
- rust
- yaml
shortcuts:
help: 191 # ?
next: 78 # n
previous: 80 # p
search: 83 # s
plugins:
- search
- macros
extra:
homepage: https://github.com/nrc-cnrc/MSLC
version:
provider: mike
default: stable
markdown_extensions:
- admonition
# - pymdownx.details
# - pymdownx.superfences
- toc:
permalink: true
nav:
- Home: README.md
- Graphs: 2024/interactive/charts.html