forked from mdekauwe/CABLE_benchmarking
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
82 lines (74 loc) · 2.06 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
site_name: benchcab
# Needed to generate the canonical_url for each pages that are
# then used to create the sitemap for search engine indexing
site_url: https://cable-lsm.github.io/benchcab/
# Git repository
repo_url: https://github.com/CABLE-LSM/benchcab
repo_name: benchcab
# Material default to a "master" branch, need to change to "main"
edit_uri: edit/main/docs
docs_dir: docs
copyright: Copyright © 2022 ACCESS-NRI
theme:
name: material
palette:
- scheme: light
primary: red
accent: deep orange
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: red
accent: deep orange
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.instant
- navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- content.code.copy
- content.code.annotate
plugins:
- git-revision-date-localized:
type: date
enable_creation_date: true
- search
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- admonition
- pymdownx.details
- def_list
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- attr_list
- toc:
permalink: true
permalink_title: Link to this section for reference
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.snippets
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# Navigation
nav:
- About: index.md
- User Guide:
- user_guide/index.md
- user_guide/config_options.md
- user_guide/use_cases.md
- user_guide/default_science_configurations.md
- user_guide/running_CABLE_v2.md
- user_guide/expected_output.md