-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
118 lines (110 loc) · 3.5 KB
/
mkdocs.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
site_name: EOEPCA Deployment Guide
site_url: https://eoepca.readthedocs.io/projects/deploy/en/latest/
repo_url: https://github.com/EOEPCA/deployment-guide
edit_uri: "edit/main/docs/"
# Site navigation
nav:
- EOEPCA Documentation: https://eoepca.readthedocs.io/
- Deployment Guide:
- Introduction: index.md
- Getting Started:
- Quick Start: quickstart/quickstart.md
- Scripted Deployment: quickstart/scripted-deployment.md
- Profiles:
- Simple: quickstart/simple-deployment.md
- Processing: quickstart/processing-deployment.md
- Application Hub: quickstart/application-hub-deployment.md
- Data Access: quickstart/data-access-deployment.md
- Exploitation: quickstart/exploitation-deployment.md
- User Management: quickstart/userman-deployment.md
- CREODIAS Data: quickstart/creodias-deployment.md
- Prepare Cluster:
- Prerequisite Tooling: cluster/prerequisite-tooling.md
- Kubernetes Cluster: cluster/kubernetes.md
- Helm Repositories: cluster/helm-repositories.md
- Cluster Prerequisites: cluster/cluster-prerequisites.md
- Deploy EOEPCA Components:
- Persistence: eoepca/persistence.md
- Identity & Access Management:
- IAM Overview: eoepca/iam-overview.md
- Keycloak Solution (NEW):
- Identity Service: eoepca/identity-service.md
- Resource Protection: eoepca/resource-protection-keycloak.md
- Gluu Solution (deprecated):
- Login Service: eoepca/login-service.md
- Policy Decision Point: eoepca/pdp.md
- Resource Protection: eoepca/resource-protection-gluu.md
- User Profile: eoepca/user-profile.md
- ADES (Processing): eoepca/ades-zoo.md
- Application Hub: eoepca/application-hub.md
- Resource Catalogue: eoepca/resource-catalogue.md
- Data Access: eoepca/data-access.md
- Registration API: eoepca/registration-api.md
- Workspace: eoepca/workspace.md
- Container Registry: eoepca/container-registry.md
- openEO Geotrellis (Processing): eoepca/openeo-geotrellis.md
- Federated orchestrator: eoepca/openeo-aggregator.md
theme:
# name: mkdocs
# name: readthedocs
name: material # https://squidfunk.github.io/mkdocs-material/creating-your-site/
# locale: en
# custom_dir: my_theme_customizations/
custom_dir: overrides
# static_templates:
# - sitemap.html
# include_sidebar: false
# highlightjs: true
# hljs_languages:
# - yaml
navigation_depth: 4
# For `material` theme...
logo: img/favicon.ico
favicon: img/favicon.ico
features:
- navigation.footer
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
# - navigation.expand
# - toc.integrate
- navigation.top
- content.code.copy
- content.action.edit
extra_css:
- css/eoepca.css
plugins:
# - autorefs
# - pub-debugger:
# console_log:
# enabled: true
# log_level: INFO
# file_log:
# enabled: false
# zip_log:
# enabled: false
markdown_extensions:
- tables
- toc:
permalink: ⚓︎
toc_depth: 4
- smarty
- sane_lists
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- abbr
- attr_list
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
extra:
version:
provider: mike