-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
executable file
·66 lines (61 loc) · 1.41 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
# mkdocs.yml
theme:
logo: https://theia.sedoo.fr/wp-content-theia/uploads/sites/6/2020/05/Logo_DINAMIS_300px.png
name: "material"
icon:
repo: fontawesome/brands/gitlab
features:
- content.code.annotate
- toc.follow
- navigation.instant
- content.code.copy
plugins:
- search
- gen-files:
scripts:
- doc/gen_ref_pages.py
- mkdocstrings:
watch:
- dinamis_sdk/
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mermaid2
nav:
- Home: index.md
- Collections: collections.md
- Credentials: credentials.md
- Advanced use: advanced.md
- Additional resources: additional_resources.md
- Examples:
- Processing: processing_examples.md
- QGIS: qgis.md
- API reference: reference/
# Customization
extra:
feature:
tabs: true
social:
- icon: fontawesome/brands/gitlab
link: https://forgemia.inra.fr/cdos-pub/dinamis-sdk
markdown_extensions:
- attr_list
- admonition
- toc:
permalink: true
title: On this page
toc_depth: 1-2
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
# rest of the navigation..
site_name: Dinamis-SDK
repo_url: https://forgemia.inra.fr/cdos-pub/dinamis-sdk
repo_name: dinamis-sdk
docs_dir: doc/