forked from eclipse-che/che-docs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
antora-playbook.yml
112 lines (112 loc) · 4.91 KB
/
antora-playbook.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
---
site:
title: Eclipse Che Documentation
# The url property is mandatory to generate the 404 and sitemap files.
url: https://www.eclipse.org/che/docs
start_page: che-7:overview:introduction-to-eclipse-che.adoc
keys:
google_analytics: 'UA-37306001-2'
robots: allow
content:
sources:
- url: ./
branches: HEAD
edit_url: 'https://github.com/eclipse/che-docs/edit/master/{path}'
output:
destinations:
- provider: fs
clean: true
path: build/site
- provider: archive
path: build/site.zip
ui:
bundle:
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable
snapshot: true
supplemental_files: ./supplemental-ui
urls:
html_extension_style: indexify
redirect_facility: static
runtime:
cache_dir: ./.cache/antora
asciidoc:
attributes:
# for antora
context: che@
experimental: ''
favicon: favicon.png
icons: font
# for the project
broker-ver: v3.4.0
building-a-custom-devfile-registry: xref:end-user-guide:making-a-workspace-portable-using-a-devfile.adoc[]
che-devfile-registry-container-image: quay.io/eclipse/che-devfile-registry
che-devfile-registry-directory: che-devfile-registry
che-plugin-registry-container-image: quay.io/eclipse/che-plugin-registry
che-plugin-registry-directory: che-plugin-registry
identity-provider-docs-url: https://www.keycloak.org/docs/
identity-provider-image-url: quay.io/eclipse/che-keycloak
identity-provider-url: https://www.keycloak.org/
identity-provider-version: "6.0"
identity-provider: Keycloak
identity-provider-id: keycloak
image-puller-cr-name: KubernetesImagePuller
image-puller-deployment-name: kubernetes-image-puller
image-puller-image-tag: latest
image-puller-image-name: quay.io/eclipse/kubernetes-image-puller
image-puller-operator-name: Kubernetes Image Puller Operator
image-puller-name: Kubernetes Image Puller
image-puller-name-short: Image Puller
kubernetes: Kubernetes
link-accessing-a-git-repository-via-https: xref:end-user-guide:version-control.adoc#accessing-a-git-repository-via-https_che[Accessing a Git repository using HTTPS]
link-adding-tls-certificates: xref:installation-guide:installing-che-in-tls-mode-with-self-signed-certificates.adoc[]
link-advanced-configuration-options-for-the-che-server: xref:installation-guide:advanced-configuration-options-for-the-che-server-component.adoc[]
link-advanced-configuration-options: xref:installation-guide:advanced-configuration-options-for-the-che-server-component.adoc[]
link-building-a-custom-plug-in-registry: xref:administration-guide:building-and-running-a-custom-registry-image.adoc#building-a-custom-devfile-registry_che[Building a custom devfile registry]
link-cli-github: https://github.com/che-incubator/chectl
link-identity-provider-documentation-openshift-3: https://www.keycloak.org/docs/latest/server_admin/#openshift-3
link-identity-provider-documentation-openshift-4: https://www.keycloak.org/docs/latest/server_admin/#openshift-4
link-installing-an-instance: xref:installation-guide:installing-che.adoc[]
link-postgres-dockerfile-location: https://github.com/eclipse/che/tree/master/dockerfiles/postgres
link-server-identity-provider-dockerfile-location: https://github.com/eclipse/che/tree/master/dockerfiles/keycloak
link-viewing-the-state-of-the-cluster-deployment-using-openshift-4-cli-tools: xref:overview:installing-che-on-openshift-4-using-operatorhub.adoc[]
namespace: namespace # In context: API namespace
nodejs-stack: nodejs
oc4-ver: 4.4
ocp: OpenShift Container Platform
ocp3-ver: 3.11
ocp4-ver: 4.5
orch-cli: kubectl
platforms-cli: '`kubectl` or `oc`'
platforms-ingress: Kubernetes Ingress or OpenShift Route
platforms-name: Kubernetes or OpenShift
platforms-namespace: Kubernetes namespace or OpenShift project
orch-name: Kubernetes
orch-namespace: namespace # In context: orch-name orch-namespace
osd: OpenShift Dedicated
postgresql-image-url: quay.io/eclipse/che-postgres
prod-checluster: eclipse-che
prod-cli: chectl
prod-deployment: che
prod-home: /home/user
prod-host: che-host
prod-id-short: che
prod-id: eclipse-che
prod-namespace: che
prod-operator: che-operator
prod-operator-image-name: che-operator
prod-prev-ver-major: 6
prod-prev-ver: 7.18
prod-short: Che
prod-upstream: Eclipse{nbsp}Che
prod-url-secure: \https://che-host
prod-url: \https://che-host:che-port
prod-ver-major: 7
prod-ver: 7.19
prod-workspace: che-ws
prod: Eclipse Che
prod2: Eclipse Che
project-context: che
repo-path: ''
theia-endpoint-image: eclipse/che-theia-endpoint-runtime:next
url-devfile-registry-repo: https://github.com/eclipse/che-devfile-registry
url-plug-in-registry-repo: https://github.com/eclipse/che-plugin-registry