-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
89 lines (83 loc) · 1.99 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
83
84
85
86
87
88
89
site_name: Fluvial Corridor Toolbox
repo_name: tramebleue/fct-cli
repo_url: https://github.com/tramebleue/fct-cli
edit_uri: blob/master/docs/
nav:
- Introduction: index.md
- install.md
# - concepts.md
- framework.md
- configuration.md
# - Example Workflows:
# - workflows/drainage.md
# - workflows/heights.md
# - workflows/swaths.md
# - workflows/metrics.md
# - workflows/continuity.md
# - Code Reference:
# - ref/api.md
# - Modules:
# - ref/drainage.md
# - ref/network.md
# - ref/metrics.md
# - Cython:
# - ref/transform.md
# - ref/speedup.md
# - ref/terrain.md
# - changelog.md
- metrics.md
- references.md
- acknowledgements.md
- License: license.md
plugins:
- search
- mkdocstrings:
# watch:
# - fct
# - workflows
- minify:
minify_html: true
extra:
manifest: 'manifest.webmanifest'
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/tramebleue/fct-cli'
extra_css:
- extra_css.min.css
extra_javascript:
- assets/mathjax_config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js
- https://unpkg.com/[email protected]/dist/mermaid.min.js
- assets/mermaid_config.js
- assets/extra_uml.min.js
markdown_extensions:
- pymdownx.arithmatex
- pymdownx.details
- pymdownx.superfences:
preserve_tabs: true
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
theme:
name: material
language: en
# palette:
# scheme: slate
# primary: teal
# accent: purple
icon:
logo: material/book-open-page-variant
palette:
scheme: default
primary: deep purple
accent: deep purple
font:
text: Roboto
code: Roboto Mono
# features:
# - navigation.tabs