-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
94 lines (86 loc) · 2.4 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
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 researchers, policymakers, and coastal managers, 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: Roboto
code: Roboto Mono
logo: assets/logo1.png
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:
# Dark theme
- scheme: slate
toggle:
icon: material/weather-sunny
name: Dark mode
primary: white
accent: deep purple
# Light theme
- scheme: default
toggle:
icon: material/weather-night
name: Light mode
primary: white
accent: pink
extra_css:
- overrides/custom.css
nav:
- Home: index.md
- Getting Started: getting_started.md
- Target Users: target_users.md
- Understanding the Data: Datasets.md
- Further Analysis: 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
extra:
social:
- icon: simple/github
link: https://github.com/openearth/coclico-workbench
copyright: Copyright © 2025 CoCliCo Services