-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
104 lines (92 loc) · 2.58 KB
/
mkdocs.yml
File metadata and controls
104 lines (92 loc) · 2.58 KB
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
site_name: Coastal Climate Core Services
site_description: >-
This tool provides access to high-resolution coastal climate data,
helping users explore sea level rise projections, coastal hazards, exposure, and adaptation strategies.
Designed for policymakers, local authorities, coastal managers and researchers, CoCliCo enables interactive data visualization,
scenario analysis, and decision support.
# Repository
repo_name: openearth/coclico-workbench
repo_url: https://github.com/openearth/coclico-workbench
# Configuration
theme:
name: material
custom_dir: docs/overrides
font:
text: Inter
code: Roboto Mono
logo: assets/logo-coclico-color.webp
features:
- navigation.footer
- navigation.tabs
- navigation.indexes
- navigation.expand
- navigation.top
- search.highlight
- search.share
- search.suggest
- content.code.copy
- content.code.select
- content.footnote.tooltips
- content.tabs.link
- content.tooltips
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tabs.sticky
- #header.autohide
#palette:
# Light theme
#- scheme: default
# toggle:
# icon: material/weather-night
# name: Light mode
# primary: custom
# accent: custom
# Dark theme
#- scheme: slate
# toggle:
# icon: material/weather-sunny
# name: Dark mode
# primary: white
# accent: deep purple
extra_css:
- overrides/custom.css
nav:
- Home: index.md
- Getting Started: getting_started.md
- Target Users: target_users.md
- Data Catalog: data_catalog.md
- Understanding the Data: Datasets.md
- Workbench: further_analysis.md
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
- admonition
- pymdownx.details
- md_in_html
- pymdownx.tasklist:
custom_checkbox: true
extra:
social:
- icon: simple/github
link: https://github.com/openearth/coclico-workbench
analytics:
provider: google
property: G-DEB4K3DPPM
copyright: Copyright © 2025 CoCliCo Services