-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
94 lines (87 loc) · 2.88 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
project:
type: website
preview:
port: 4200
website:
favicon: assets/img/logos/apex_icon_blue.svg
repo-url: "https://github.com/ESA-APEx/apex_documentation"
repo-branch: "main"
search:
location: sidebar
type: textbox
copy-button: true
navbar:
pinned: true
page-navigation: true
title: "APEx - Documentation Portal"
sidebar:
style: "floating"
collapse-level: 2
contents:
- href: index.qmd
text: Welcome
# - href: eo_service_usage.qmd
- text: On-demand EO services
contents:
- href: eo_service_usage/openeo_usage.md
text: Using openEO service
- href: instantiation/index.md
text: Project Tools
contents:
- href: instantiation/usecases.md
text: Use Cases
- href: instantiation/geospatial_explorer.md
- href: instantiation/project_portal.md
- href: instantiation/user_workspace.md
- href: instantiation/ide.md
- href: instantiation/catalog.qmd
- href: instantiation/documentation.qmd
- href: instantiation/forum.md
- href: propagation/index.qmd
text: Algorithm Services
contents:
- href: propagation/ondemandservices.qmd
- href: propagation/usecases.md
text: Use Cases
- href: propagation/porting.md
- href: propagation/onboarding.md
- href: propagation/upscaling.md
- href: propagation/enhancement.md
- href: propagation/toolboxcloud.md
- href: propagation/intercomparison.md
- text: Guides
contents:
- href: guides/udp_writer_guide.qmd
text: Creating openEO based services
- href: guides/upscaling_openeo.ipynb
text: Upscaling openEO based services
- href: guides/stac_catalog_ingest.ipynb
text: Ingest STAC metadata
- href: guides/catalog_openeo.ipynb
text: Linking APEx STAC catalog with an openEO service
- href: interoperability/index.md
text: Interoperability and Compliance Guidelines
contents:
- href: interoperability/definitions.qmd
- href: propagation/service_development.qmd
- href: interoperability/algohosting.md
- href: interoperability/algohostingenv.md
- href: interoperability/geospatial_explorer.md
- href: interoperability/businessmodel.md
format:
html:
toc-depth: 4
page-layout: full
theme: [cosmo, css/custom.scss]
scss: true
highlight-style: solarized
include-in-header:
- html/apex-scripts.html
- html/blur.html
- html/esa-header.html
- html/apex-navigation.html
- html/apex-hamburger-menu.html
link-external-newwindow: false
bibliography: interoperability/references/references.yaml
csl: interoperability/references/diabetologia.csl
bread-crumbs: true