forked from NOAA-OWP/icefabric
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
89 lines (86 loc) · 2.42 KB
/
Copy pathmkdocs.yml
File metadata and controls
89 lines (86 loc) · 2.42 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
site_name: Icefabric
site_description: A version controlled method for storing multi-dimensional and tabular data through Pyiceberg and icechunk
repo_url: https://github.com/NGWPC/icefabric
repo_name: NGWPC/icefabric
theme:
name: material
features:
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.suggest
icon:
repo: fontawesome/brands/github
palette:
- scheme: light blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- md_in_html
plugins:
- search
nav:
- Home:
- index.md
- Description: description.md
- User Guide:
- user_guide/index.md
- API: user_guide/icefabric_api.md
- Building Iceberg Tables: user_guide/iceberg_table_build.md
- Tools: user_guide/icefabric_tools.md
- Terraform S3 Glue Endpoint: user_guide/terraform.md
- Data Support:
- datasets/index.md
- Hydrofabric: datasets/hydrofabric.md
- RAS XS: datasets/ras_xs.md
- Module Support:
- modules/index.md
- SFT: modules/sft.md
- SNOW-17: modules/snow17.md
- SMP: modules/smp.md
- LSTM: modules/lstm.md
- LASAM: modules/lasam.md
- Noah-OWP-Modular: modules/noahowp.md
- SAC-SMA: modules/sacsma.md
- T-Route: modules/troute.md
- TOPMODEL: modules/topmodel.md
- Dashboard:
- dashboard-docs/index.md
- Overview: dashboard-docs/overview.md
- Running the Dashboard: dashboard-docs/running.md
- Pages:
- dashboard-docs/pages/index.md
- NGWPC Hydrofabric: dashboard-docs/pages/ngwpc_hydrofabric.md
- RAS XS: dashboard-docs/pages/ras_xs.md
- Streamflow Observations: dashboard-docs/pages/streamflow_observations.md
- Development: dashboard-docs/development.md