-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
59 lines (55 loc) · 1.68 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
site_name: D4D tools
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.expand
- toc.follow
- navigation.indexes
custom_dir: overrides
repo_url: https://github.com/openkfw/d4dtools
edit_uri: edit/main/docs/
nav:
- Introduction: "index.md"
- "disclaimer.md"
- Contributing: "contributing.md"
- FAQ: "tech-faq.md"
- "Fact sheets":
- "bim.md"
- "cameras.md"
- "collaboration.md"
- "cst.md"
- "drones.md"
- "elearning.md"
- "gis.md"
- "mms.md"
- "mdc.md"
- "rmis.md"
- "satellites.md"
- "sensors.md"
- "Climate resilience":
- climate-resilience/index.md
- "Introduction":
- climate-resilience/Introduction/intro.md
- climate-resilience/Introduction/solutions-resilience.md
- climate-resilience/Introduction/opportunities.md
- climate-resilience/Introduction/challenges.md
- "Fact sheets":
- climate-resilience/fact-sheets-cres/ai.md
- climate-resilience/fact-sheets-cres/data-sources.md
- climate-resilience/fact-sheets-cres/digital-twins.md
- climate-resilience/fact-sheets-cres/communication.md
- climate-resilience/fact-sheets-cres/eot.md
- climate-resilience/fact-sheets-cres/mobile-tools.md
- climate-resilience/fact-sheets-cres/rmis-cres.md
- climate-resilience/fact-sheets-cres/iot.md
- Summary on Integration of different Tool Types: "climate-resilience/integration.md"
markdown_extensions:
- toc
- attr_list
- md_in_html
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg