-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
50 lines (48 loc) · 1.01 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
site_name: CapCruncher Documentation
nav:
- Home: index.md
- Installation: installation.md
- Pipeline: pipeline.md
- Cluster Setup: cluster_config.md
- Hints and Tips: tips.md
- Plotting: plotting.ipynb
- CLI Reference: cli.md
- API Reference: reference/
theme:
name: material
palette:
scheme: default
font:
text: "Roboto"
code: "Roboto Mono"
features:
- content.code.copy
- header.autohide
icon:
repo: fontawesome/brands/git-alt
markdown_extensions:
- toc:
permalink: true
toc_depth: 4
- pymdownx.highlight:
use_pygments: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- mkdocs-click
- admonition
- codehilite:
guess_lang: false
plugins:
- search
- mkdocstrings
- literate-nav:
nav_file: SUMMARY.md
- gen-files:
scripts:
- docs/gen_ref_pages.py
- section-index
- mkdocs-jupyter
repo_url: https://github.com/sims-lab/CapCruncher