-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
executable file
·46 lines (41 loc) · 1.15 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
site_name: lbsntransform Documentation
site_url: https://lbsn.vgiscience.org/lbsntransform/docs/
site_author: Alexander Dunkel
copyright: CC BY 4.0, Alexander Dunkel, Marc Löchner, vgiscience.org and contributors
repo_url: https://github.com/Sieboldianus/lbsntransform
site_dir: site
docs_dir: docs
theme:
name: 'readthedocs'
highlightjs: true
hljs_languages:
- yaml
- python
- bash
collapse_navigation: true
custom_dir: docs/overrides
markdown_extensions:
- toc:
permalink: true
- markdown_include.include:
base_path: docs
- admonition
- fenced_code
- sane_lists
plugins:
- search
- git-revision-date-localized
nav:
- Introduction: index.md
- User Guide:
- Installation: setup.md
- Use Cases: use-cases.md
- Input Types and Parameters: input-types.md
- Mappings: mappings.md
- Command Line Interface: argparse/args.md
- Examples: argparse/examples.md
- Developers: package.md
- API Reference (external): api/lbsntransform_.html
- Additional resources: resources.md
- Changelog: changelog.md
- About: about.md