forked from eu-cdse/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
162 lines (151 loc) · 5.72 KB
/
_quarto.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
project:
type: website
website:
repo-url: "https://github.com/eu-cdse/documentation"
site-url: "https://eu-cdse.github.io/documentation/"
site-path: '/Home.html'
search:
location: sidebar
type: textbox
copy-button: true
navbar:
background: "#0A4393"
height: 50
foreground: "light"
logo: "_images/logos/combinedLogo.svg"
logo-href: 'https://dataspace.copernicus.eu/'
pinned: true
page-navigation: true
title: "Documentation"
sidebar:
style: "floating"
collapse-level: 1
contents:
- href: Home.qmd
text: Welcome
- section: "Service description and evolution roadmap"
href: Roadmap.md
contents:
- href: Roadmap/DataTable.qmd
- href: Roadmap/APITable.qmd
- href: Roadmap/AppTable.qmd
- text: "---"
- href: Registration.md
text: User registration and authentication
- section: "Data"
href: Data.md
contents:
- href: Data/Dashboard.qmd
- href: Data/Sentinel1.qmd
- href: Data/Sentinel2.qmd
- href: Data/Sentinel3.qmd
- href: Data/Sentinel5P.qmd
- section: "APIs"
href: APIs.md
contents:
- href: APIs/Token.qmd
text: Keycloak Token
- href: APIs/OData.qmd
- href: APIs/OpenSearch.qmd
text: OpenSearch
- href: APIs/STAC.md
- section: "Sentinel Hub"
href: "APIs/SentinelHub.md"
contents:
- section: "User guides"
contents:
- href: "APIs/SentinelHub/UserGuides/Datamask.qmd"
text: Data Mask
- href: "APIs/SentinelHub/UserGuides/CloudMasks.qmd"
text: Cloud Masks
- href: "APIs/SentinelHub/UserGuides/Transparency.qmd"
text: Transparency
- href: "APIs/SentinelHub/UserGuides/TimeSeries.qmd"
text: Time Series
- section: "Evalscript (custom script)"
href: "APIs/SentinelHub/Evalscript.qmd"
contents:
- href: "APIs/SentinelHub/Evalscript/V3.qmd"
text: Evalscript V3
- href: "APIs/SentinelHub/Evalscript/Functions.qmd"
text: Utility Functions
- section: "API Overview"
href: "APIs/SentinelHub/Overview.qmd"
contents:
- href: "APIs/SentinelHub/Overview/Authentication.qmd"
text: Authentication
- href: "APIs/SentinelHub/Overview/RateLimiting.qmd"
text: Rate limiting
- href: "APIs/SentinelHub/Overview/ProcessingUnit.qmd"
text: Processing Unit
- href: "APIs/SentinelHub/Overview/ErrorHandling.qmd"
text: Error Handling
- section: "Process API"
href: "APIs/SentinelHub/Process.qmd"
contents:
- href: "APIs/SentinelHub/Process/Crs.qmd"
- section: "Examples"
contents:
- href: "APIs/SentinelHub/Process/Examples/S1GRD.qmd"
text: Examples for S1GRD
- href: "APIs/SentinelHub/Process/Examples/S2L1C.qmd"
text: Examples for S2L1C
- href: "APIs/SentinelHub/Process/Examples/S2L2A.qmd"
text: Examples for S2L2A
- href: "APIs/SentinelHub/Process/Examples/S3OLCI.qmd"
text: Examples for S3OLCI
- href: "APIs/SentinelHub/Process/Examples/S3SLSTR.qmd"
text: Examples for S3SLSTR
- href: "APIs/SentinelHub/Process/Examples/S5PL2.qmd"
text: Examples for S5PL2
- href: "APIs/SentinelHub/Process/Examples/DataFusion.qmd"
text: Examples for DataFusion
- section: "Catalog API"
href: "APIs/SentinelHub/Catalog.qmd"
contents:
- href: "APIs/SentinelHub/Catalog/Examples.qmd"
text: Examples for Catalog API
- section: "Statistical API"
href: "APIs/SentinelHub/Statistical.qmd"
contents:
- href: "APIs/SentinelHub/Statistical/Examples.qmd"
text: Examples for Statistical API
- section: "OGC"
href: "APIs/SentinelHub/OGC.qmd"
contents:
- href: "APIs/SentinelHub/OGC/WMS.qmd"
text: WMS
- href: "APIs/SentinelHub/OGC/WCS.qmd"
text: WCS
- href: "APIs/SentinelHub/OGC/WFS.qmd"
text: WFS
- href: "APIs/SentinelHub/OGC/WMTS.qmd"
text: WMTS
- href: "APIs/SentinelHub/OGC/AdditionalRequestParameters.qmd"
text: Additional Request Parameters
- href: "APIs/SentinelHub/OGC/OutputFormats.qmd"
text: Output Formats
- href: "APIs/SentinelHub/OGC/Examples.qmd"
text: Examples for OGC
- section: "Applications"
href: Applications.md
contents:
- href: Applications/Browser.md
- text: "---"
- href: FAQ.md
text: FAQ
- href: Support.md
text: Support
format:
html:
toc: true
toc-depth: 4
page-layout: full
theme:
- custom
- layout.scss
css: custom.css
grid:
body-width: 2000px
include-in-header:
file: custom.html