-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (32 loc) · 1.08 KB
/
mkdocs.yml
File metadata and controls
36 lines (32 loc) · 1.08 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
site_name: CLIMBER-X-docs
nav:
- Home: index.md
- Getting started:
- Getting started: getting-started.md
- Dependencies: dependencies.md
- Installation: installation.md
- runme notes: runme-notes.md
- repository notes: repositories.md
- Use cases:
- Pre-industrial spinup: use-cases/01-pi_spinup/index.md
#- Historical: use-cases/02-historical/index.md
- Last glacial maximum: use-cases/03-lgm/index.md
- Output description:
- Output files: var_lists/index.md
- Workshops:
- Workshop 2025: workshops/2025/index.md
#- GitHub repos:
# - Climber community: https://github.com/cxesmc
# - CLIMBER-X: https://github.com/cxesmc/climber-x
# - fesm-utils: https://github.com/fesmc/fesm-utils
# - coordinates: https://github.com/fesmc/coordinates
#theme: mkdocs
theme:
name: readthedocs
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
markdown_extensions:
- mdx_math
- md_in_html