-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
124 lines (114 loc) · 3.17 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
site_name: Docs
copyright: 'Copyright © 2023 S34I - WP3 Team'
theme:
name: material
logo: assets/logos/logo.png
favicon: assets/logos/favicon.png
custom_dir: overrides
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
primary: teal
accent: orange
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
primary: teal
accent: orange
features:
- announce.dismiss
- navigation.top
- navigation.sections
- navigation.indexes
- navigation.tabs
- content.code.copy
extra_css:
- assets/stylesheets/extra.css
plugins:
- search
nav:
- Home:
- index.md
- Getting Started: home/getting_started.md
- Support: home/support.md
- Licence: home/licence.md
- Contribition:
- home/contribution/index.md
- Report a Bug: home/contribution/report_bug.md
- Suggest Improvements: home/contribution/improvements.md
- Contribute Docs: home/contribution/contribute_docs.md
- GIS Platform:
- gis_platform/index.md
- Features: gis_platform/features.md
- Tools: gis_platform/tools.md
- Services: gis_platform/services.md
- Changelog:
- gis_platform/changelog/index.md
- Data Catalogue:
- data_catalogue/index.md
- Instructions: data_catalogue/instructions.md
- Importance: data_catalogue/metadata_importance.md
- Data Submission:
- data_submission/index.md
- Metadata: data_submission/metadata.md
- How to submit: data_submission/submission.md
- Reference:
- reference/index.md
- Admonitions: reference/admonitions.md
- Annotations: reference/annotations.md
- Buttons: reference/buttons.md
- Code blocks: reference/code-blocks.md
- Content tabs: reference/content-tabs.md
- Data tables: reference/data-tables.md
- Diagrams: reference/diagrams.md
- Footnotes: reference/footnotes.md
- Formatting: reference/formatting.md
- Grids: reference/grids.md
- Icons, Emojis: reference/icons-emojis.md
- Images: reference/images.md
- Lists: reference/lists.md
- Tooltips: reference/tooltips.md
- Sample Docs 1: reference/sampleDocs.md
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde