-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
68 lines (52 loc) · 1.42 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
site_name: ClayCode
site_url: https://erastova-group.github.io/ClayCode
site_author: Valentina Erastova
repo_name: ClayCode
repo_url: https://github.com/Erastova-group/ClayCode
# Navigation
nav:
- Home: index.md
- Quick Start: start.md
- Documentation:
- User Guide: userguide.md
- Modules:
- ClayCode.builder: builder.md
- ClayCode.simpinp: siminp.md
- INPUT files:
- YAML: YAML.md
- CSV: CSV.md
- OUTPUT files: output.md
- Tutorials:
- Tutorials: tutorials.md
- Clays:
- Montmorillonite: mmt.md
- Illite: imt.md
- Pyrophylite: pyr.md
- Nontronite: nont.md
- Fe-smectite: swa.md
- Kaolinite: kao.md
- LDH: ldh.md
- Developers Guide: developers.md
# set up theme
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- yaml
- python
- bash
collapse_navigation: true
titles_only: false
navigation_depth: 4
sticky_navigation: true
# math
extra_javascript:
# - https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML
markdown_extensions:
- mdx_math
- footnotes
plugins:
- search
- bibtex:
bib_file: "./docs/refs.bib"