-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
46 lines (43 loc) · 1001 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
38
39
40
41
42
43
44
45
46
site_name: AFMReader
site_url: https://AFM-SPM.github.io/AFMReader/
repo_url: https://github.com/AFM-SPM/AFMReader/
theme:
name: terminal
nav:
- Home: index.md
- Introduction: introduction.md
- Installation: installation.md
- Usage: usage.md
- Workflow: workflow.md
- Contributing: contributing.md
- Links: links.md
- API:
- ASD: api/asd.md
- GWY: api/gwy.md
- IBW: api/ibw.md
- IO: api/io.md
- JPK: api/jpk.md
- Logging: api/logging.md
- SPM: api/spm.md
- TopoStats: api/topostats.md
extra:
version:
provider: mike
plugins:
- mermaid2:
- search
- mkdocstrings
- mike:
version: true
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid