generated from WCRP-CMIP/mipcvs-wiki
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
37 lines (36 loc) · 945 Bytes
/
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
site_name: Data Request Documentation
theme:
name: material
logo: assets/CMIP_Icon_CMYK_negative.svg
custom_dir: overrides
features:
- navigation.footer
- search.suggest
- header.autohide
plugins:
- search
- optimize
copyright: CCBY04 2023+ Daniel Ellis for the CMIP-IPO (made with material for mkdocs)
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/toggle-switch
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra_javascript:
- scripts/embed.js