Skip to content

Commit 2e419f8

Browse files
committed
first rough skeleton
1 parent cb8f7d1 commit 2e419f8

17 files changed

Lines changed: 178 additions & 184 deletions

_quarto.yml

Lines changed: 55 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,24 @@ website:
1111
href: mailto:openeo.psc@uni-muenster.de
1212
- icon: linkedin
1313
href: https://www.linkedin.com/company/openeospec/
14+
target: _blank
1415
- icon: bluesky
1516
href: https://bsky.app/profile/openeo.org
17+
target: _blank
1618
- icon: github
1719
href: https://github.com/Open-EO
20+
target: _blank
1821
- icon: youtube
1922
href: https://www.youtube.com/channel/UCMJQil8j9sHBQkcSlSaEsvQ
20-
23+
target: _blank
24+
right:
25+
- sidebar:user_documentation
2126
left:
2227
- text: "About"
2328
href: about.qmd
24-
- text: "Guides"
25-
href: 404-not-found.qmd
2629
- text: "Services"
2730
href: https://hub.openeo.org/
31+
target: _blank
2832
- text: "News"
2933
href: news/news.qmd
3034
- text: "Meetings"
@@ -41,12 +45,59 @@ website:
4145
title: "Support"
4246
collapse-level: 1
4347
contents:
44-
- href: Contact.qmd
48+
- href: contact.qmd
4549
text: Contact
4650
- href: https://forum.dataspace.copernicus.eu/c/openeo/28
4751
text: CDSE Forum
4852
- href: Examples.qmd
4953
text: Notebook examples
54+
- id: user_documentation
55+
title: "Documentation"
56+
collapse-level: 0
57+
contents:
58+
- section: KEY CONCEPTS
59+
href: documentation\keyconcepts.qmd
60+
contents:
61+
- href: 404-not-found.qmd
62+
text: Backends
63+
- href: documentation\keyconcepts\openeo_api.qmd
64+
text: Datacube
65+
- href: documentation\keyconcepts\processes.qmd
66+
text: Processes
67+
- section: SETUP
68+
href: documentation\setup.qmd
69+
- section: DATA DISCOVERY
70+
href: documentation\data_discovery.qmd
71+
contents:
72+
- href: 404-not-found.qmd
73+
text: Collections
74+
- href: 404-not-found.qmd
75+
text: Load Collections
76+
- href: 404-not-found.qmd
77+
text: Load STAC metadata
78+
- section: CUBE OPERATIONS
79+
href: documentation\cube_operations.qmd
80+
contents:
81+
- href: documentation\cube_operations\preprocessing.qmd
82+
text: Preprocessing
83+
- href: documentation\cube_operations\spatial_operations.qmd
84+
text: Spatial Operations
85+
- href: documentation\cube_operations\temporal_operations.qmd
86+
text: Temporal Operations
87+
- href: documentation\cube_operations\spectral_operations.qmd
88+
text: Spectral Operations
89+
- href: documentation\cube_operations\cube_manipulations.qmd
90+
text: Cube Manipulations
91+
- href: documentation\cube_operations\udf.qmd
92+
text: User Defined Functions
93+
- href: documentation\cube_operations\machine_learning.qmd
94+
text: Machine Learning
95+
- href: documentation\cube_operations\udp.qmd
96+
text: User Defined Processes
97+
- href: documentation\cube_operations\execute_jobs.qmd
98+
text: Execute openEO Jobs
99+
- href: documentation\export_formats.qmd
100+
text: EXPORT FORMATS
50101

51102
format:
52103
html:

0 commit comments

Comments
 (0)