-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
54 lines (53 loc) · 1.83 KB
/
mkdocs.yml
File metadata and controls
54 lines (53 loc) · 1.83 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
site_name: Polytope
theme:
name: readthedocs
icon:
admonition:
shapes: :material-shape
# logo: destination-earth-logo.png
markdown_extensions:
- admonition
# - pymdownx.details
# - pymdownx.superfences
extra_css:
- extra.css
nav:
- Home: index.md
#- Service:
#- Overview: Service/Overview.md
- Installation: Service/Installation.md
- Quick Start: Service/Quick_Start.md
- Data Portfolio: Service/Data_Portfolio.md
- Full Fields:
- Full Fields: Service/Full_fields.md
- Features:
- Overview: Service/Features/feature.md
- Time Series: Service/Features/timeseries.md
- Vertical Profile: Service/Features/vertical_profile.md
- Polygon: Service/Features/polygon.md
- Bounding Box: Service/Features/boundingbox.md
- Trajectory: Service/Features/trajectory.md
- Circle: Service/Features/circle.md
- Position: Service/Features/position.md
- Examples:
- Examples: Service/Examples/examples.md
#- Algorithm:
# - Overview: Algorithm/Overview/Overview.md
# - Polytope at ECMWF: Algorithm/Overview/Polytope_at_ECMWF.md
#- User Guide:
# - Overview: Algorithm/User_Guide/Overview.md
# - Getting Started: Algorithm/User_Guide/Getting_started.md
# - Example: Algorithm/User_Guide/Example.md
#- Developer Guide:
# - Overview: Algorithm/Developer_Guide/Overview.md
# - Datacube: Algorithm/Developer_Guide/Datacube.md
# - Slicer: Algorithm/Developer_Guide/Slicer.md
# - APIs: Algorithm/Developer_Guide/API.md
#- Client:
# - Overview: Client/Overview.md
#- Server:
# - Overview: Server/Overview.md
# - Design: Server/Design.md
plugins:
- search
- mkdocs-jupyter