Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
a420370
feat: new architecture with DevWorkspace operator (part 1 - server side)
l0rd Jun 18, 2021
16e3e03
Architecture with DevWorkspace engine.
themr0c Oct 1, 2021
26f9c6f
fix: managing -> that manages
themr0c Oct 20, 2021
fcaa903
fix: diesambiguation.
themr0c Oct 20, 2021
a3768a1
fix: disambiguation, see https://github.com/eclipse/che-docs/pull/212…
themr0c Oct 20, 2021
7763ebd
fix: disambiguation, see https://github.com/eclipse/che-docs/pull/212…
themr0c Oct 20, 2021
8602753
fix: language
themr0c Oct 20, 2021
0df2e0f
fix: capitalization
themr0c Oct 20, 2021
2b2cd80
fix: disambiguation
themr0c Oct 20, 2021
8497fe9
fix: language
themr0c Oct 20, 2021
b747214
fix: disambiguation
themr0c Oct 20, 2021
ce7c374
Update modules/administration-guide/partials/con_devfile-registries.adoc
themr0c Nov 1, 2021
0513557
Update modules/administration-guide/partials/con_plug-in-registries.adoc
themr0c Nov 1, 2021
1913b2c
Update modules/administration-guide/partials/con_plug-in-registries.adoc
themr0c Nov 1, 2021
032f076
Update modules/administration-guide/partials/con_postgresql.adoc
themr0c Nov 1, 2021
f3aba1a
Update modules/administration-guide/partials/con_user-workspaces.adoc
themr0c Nov 1, 2021
53d772f
Update modules/administration-guide/partials/con_user-workspaces.adoc
themr0c Nov 1, 2021
40bf7fa
Update modules/administration-guide/partials/con_user-dashboard.adoc
themr0c Nov 1, 2021
2a39fa2
Update modules/administration-guide/partials/con_plug-in-registries.adoc
themr0c Nov 1, 2021
9dd34ba
Update modules/administration-guide/partials/con_plug-in-registries.adoc
themr0c Nov 1, 2021
d76f6cb
Update modules/administration-guide/partials/con_postgresql.adoc
themr0c Nov 1, 2021
977dde9
Update modules/administration-guide/partials/con_postgresql.adoc
themr0c Nov 1, 2021
8928837
apply suggestions
themr0c Nov 30, 2021
e4269c7
add diagrams, remove linkchecker
themr0c Nov 30, 2021
3fafad4
more review
themr0c Nov 30, 2021
a6dd7f0
Apply suggestions from code review
themr0c Dec 1, 2021
a0484d6
Update modules/administration-guide/partials/con_architecture-overvie…
themr0c Dec 1, 2021
2e5f7b3
more suggestions
themr0c Dec 1, 2021
91f355b
Merge branch 'master' into l0rd-future-architecture
themr0c Dec 2, 2021
45d9e95
Merge branch 'master' into l0rd-future-architecture
themr0c Dec 6, 2021
024502e
add [dD]ev[wW]orkspace and Traefik to the Spelling rule
themr0c Dec 6, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ linkchecker-out.html
.local
.yarnrc
yarn.lock

.DS_Store

# Do not commit diagrams generated for downstream
crw*
3 changes: 3 additions & 0 deletions .vale/styles/CheDocs/Attributes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ scope: sentence
swap:
'\s[^[:punct:]]keycloak[^[:punct:]\.]': "{identity-provider}"
'\s[^[:punct:]]kubectl[^[:punct:]]': "{orch-cli}"
'\s[Dd]ev[Ww]orkspace[^\}]': "{devworkspace}"
'\s[Dd]ev[Ww]orkspaces': "{devworkspace}"
'\s[Dd]ev [Ww]orkspace': "{devworkspace}"
'\s[^[:punct:]]kubernetes[^[:punct:]]': "{orch-name}, {platforms-name}, or {kubernetes}"
'\sche[^-] ': "{prod-short}"
'\skubernetes[ ]': "{orch-name}, {platforms-name}, or {kubernetes}"
Expand Down
2 changes: 2 additions & 0 deletions .vale/styles/CheDocs/Spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ filters:
- "[cC]onfig" # to enable "config map"
- "[dD]evfile"
- "[dD]evfiles"
- "[dD]ev[wW]orkspace"
- "[dD]ownstream"
- "[dD]ownstreaming"
- "[eE]xposal"
Expand Down Expand Up @@ -196,6 +197,7 @@ filters:
- SVG
- Telekom
- Tensorflow
- Traefik
- Uber
- URI
- URIs
Expand Down
1 change: 1 addition & 0 deletions .vale/styles/Vocab/Che/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ Sharding
SonarLint
Spring Boot
SVG
Traefik
Uber
URI|URIs
URL|url|URLs
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN apk add --no-cache --update \
tar \
xmlstarlet \
yarn \
&& pip3 install --no-cache-dir --no-input jinja2-cli linkchecker yq \
&& pip3 install --no-cache-dir --no-input diagrams jinja2-cli yq \
&& yarnpkg global add --ignore-optional --non-interactive @antora/cli@latest @antora/site-generator-default@latest asciidoctor gulp gulp-connect \
&& rm -rf $(yarnpkg cache dir)/* \
&& rm -rf /tmp/* \
Expand Down
3 changes: 1 addition & 2 deletions antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ asciidoc:
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
devworkspace: Dev Workspace
devworkspace: DevWorkspace
identity-provider-docs-url: https://www.keycloak.org/docs/
identity-provider-id: keycloak
identity-provider-image-url: quay.io/eclipse/che-keycloak
Expand Down Expand Up @@ -59,7 +59,6 @@ asciidoc:
link-identity-provider-oidc: "https://www.keycloak.org/docs/15.0/server_admin/#_oidc"
link-identity-provider-saml: "https://www.keycloak.org/docs/15.0/server_admin/#saml-v2-0-identity-providers"
link-installing-an-instance: xref:installation-guide:installing-che.adoc[]
link-postgres-dockerfile-location: https://github.com/eclipse-che/che-server/tree/main/dockerfiles/postgres
link-server-identity-provider-dockerfile-location: https://github.com/eclipse-che/che-server/tree/main/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
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* link:https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/[Kubernetes documentation - Custom Resources]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* link:https://quay.io/repository/eclipse/che-server?tab=history[`quay.io/eclipse/che-server` container image]
* link:https://github.com/eclipse-che/che-server[{prod} server repository]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* link:https://quay.io/repository/eclipse/che-dashboard?tab=history[`quay.io/eclipse/che-dashboard` container image]
* link:https://github.com/eclipse-che/che-dashboard[{prod-short} Dashboard repository]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* link:https://github.com/eclipse/che-devfile-registry[{prod-short} devfile registry repository]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* link:https://quay.io/repository/devfile/devworkspace-controller?tab=history[`quay.io/devfile/devworkspace-controller` container image]
* link:https://github.com/devfile/devworkspace-operator[{devworkspace} Operator repository]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* link:https://quay.io/repository/eclipse/che-keycloack?tab=history[`quay.io/eclipse/che-keycloak` container image]
* link:https://github.com/eclipse-che/che-server/tree/main/dockerfiles/keycloak[{prod-short} {identity-provider} repository]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* link:https://quay.io/repository/eclipse/che-postgres?tab=history[`quay.io/eclipse/che-postgres` container image]
* link:https://github.com/eclipse-che/che-server/tree/main/dockerfiles/postgres[{prod-short} Postgres repository]
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[WARNING]
.Technology preview feature
====
Managing workspaces with the {devworkspace} engine is an experimental feature. Don't use this workspace engine in production.

.Known limitations

Workspaces are not secured. Whoever knows the URL of a workspace can have access to it and leak the user credentials.
====

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<mxfile modified="2021-08-26T08:49:26.563Z" host="app.diagrams.net" agent="5.0 (Macintosh)" etag="2gGJI3zB6UIUOT4b8DAK" version="14.9.5" type="google" pages="3"><diagram id="pjOetxjZ0gYZK28orpWn" name="Page-1">7V1bd6M4Ev41OWf3wRxxx4+xk8z2ds9OzvTOdM+8zMEg22ww8oKcy/z6kUDiJiWQDNjEkbv7tCmEMF99VSqpytaFudw9/pD6++2PKITxhQHCxwvz6sIwdGPukf+o5KmQuI5TCDZpFLJGleBr9CdkQsCkhyiEWaMhRijG0b4pDFCSwAA3ZH6aoodmszWKm3fd+xsoCL4GfixKv0Uh3hZSz3Ar+b9gtNnyO+vOvDiz83lj9iTZ1g/RQ01kXl+YyxQhXLzbPS5hTMHjuBTX3TxztvxgKUxwnwt+f3j49A1/T51//wGC+0/fZ+Z/r2esl3s/PrAHZh8WP3EEYBJeUiDJ0SpGwd2FudjiXUwOdfKW3Dx9+k4OgGbzw9/oIT+4emwcPZVH4U0Ul708RrjWCTn6rXam6oIe8B7E52cPk6FDGsAXHpo9I/bTDcQvgcM6hGGDIwzeHyDaQfJIpMFDxQybaXtbIwWXpTD2cXTfZJbPCLopuyvvcIsi8mgGYMZk6eyDP3GucSPhfRRPzi6rU6GzJ7PVU4GN0BN5U3vwSpRT7RW0MwTafUPpXbb3A2LrhuPv9kTBySrb53p2YgLkYpWSdxv67itM72EqEDVFhySEISPOwzbC8CvtkQgeiHNq8nZNyLdEMUrza83Qhl5oEXmGU3QHa2c8Y2USn/UC38hnwfDxRYKws4YLGrjPuW+oEahsU2eQA54nS0M3r1WEJ7F3wvav7BCleIs2KPHj60q6qICmdli1+YLQnsH7P4jxE/Pm/gGjltN4g7m/1dGsUYJr6gT562+5D+4WOv2H4fX0H70dw9/StS5z9m1bA1MVfT6sYJpATB0EuLz9NKz5+9BbBzLzdwIPrtbkjB9Hm4TIYrjGQ3kDwQvbJ3YHuuiYBZxDP9uWxs/CLn+VnwUvgmzrnnVjCiAnKKFOhYRHe9rH7nFDI0ltE+wN7a5U+h8x8TGkGUEcs+5jfwXjW5RFOEJUM2kB0IJqICIR3JfW+V0Uhrn/aqmSt79k4rIdHY+iZPMlb3Zli85knr+YnHk7AuEw7PDa7LBsDQBrXr4Erli2SBXL1Bz7tZGG3bizqzmuDapXyz+h9TqDo0QJuimw8Qrel5GCGBigPUx9jN5jaGCZrqBuQcE6kDgDazRnYHU7gz0lTn5je0H+Ao26sCXI/9mkwTIX0kngkozbekOeH2mu3mrsECCWLWHRcm5LpE4pJH+fN/4VwhjtmopuGz6m4cvCz/bFRHIdPVLKlO4iINolYSfxQfShYXp9D4tn1yXuK4iyAOlz7ZDll0hdXotoNzeLweikW2aTTubcEej00lxleDZ53WziIEa7fFberatObedjxMIP7ja5C6ihvc5fpEl+s0uudCBjAPs8V1uM6bLDJUXCuAnCBGgRGQHXEXEuqRaQOxo3oY998h+Vk0jl5k+UhPw9jWtuAhRCMs562j7ZiBxYLrvC01dwwG1xwDJEDugSDrSnlYNxgKu8GYHmTpx49KS63Pn/gS6LLEIUZLPc2Mj0YkbXgmaOb64s6AQzl6hv5oC1PrNdAGdeGDqrtQ4NaMOqAz4y8Nvs6VJUlDZuEuO0fkGNkGWLKIEzjhDRPtA1+hhF8x2ZBkTJLCckPQf2uH2O07E8/dzHYyiIn4AGGLO1v4vip6KbMkImpDGtnEipT++IEiScy9sv2Vk2drJPGBTco12mm9U/dDpnYY1B9e6fZftVaUuz2qU49ZOMkZW35LY5Y/7zMr86gxRMEQF/H/0K0yxCHApCsAKNqSFkG6dBqGgwbXBITFQ2br0fH6DisSaNz7xsqpMr+XvvCOAYmq51wUPE+7asCq6VC524CyXxx54EljQmnbgZnMyHdrtQmQ0oxk/a68vTBYr7LaBmU0dGBQ8THVgSfwcnD85Jh5TJcwdIwDFse3x4NmhG6zW6QhI17L47fykMu13HkzaQE0btCfbJmVTFpspIlBG9DehigX7q6Ex31ntybFTsP9n4LfZpoupS13RrluEU4mB7fuOUuMwpe4gwup8cM07mc1+E7hlaSAAUGrdzwnnmnNde0+KaWla4nXVfx+gh2Pop1kIUHHbk4egFsnqPrKjWAZohqespiwTr2VmWtB++DsxpVYW6PAdfLwPjBbqNPO1oyXpDrLxpEV4laj+o2atErUrUnn+8pRK1yoWqRO2Up6zvcJJxcnVObTFMcV8las8weFCJ2imalUrUvgiPStSeq79UOaZBgFSJWmUkyohUonbsEGXa2KjYf7Lxm0rUljKVqO0LnUrUvj1RO/dOn6iVfUdfJWqV2atErUrUfoR4SyVqlQtVidopT1nf4STj5Oqc2mKY4r5K1J5h8KAStVM0K5WofREelag9V3+pckyDAKkStcpIlBGpRO3YIcq0sVGx/2TjN5WoLWUqUdsXOpWofXuiVtfnPTO14/2aOv9R/VqmNoT3BA6oPfkE/raWyKPipmqE3yF/duOCFBJl1PZkaP5KO/2ZdLonC1NYrnXpz5O/dueU/gry9KaCXFPUjydTz2jacQTtNLcaAMtDRh2fAX6GbIeYD6Uxt6WxuSOxKNn2BOOpzBVUdovCrPDWtzTznWHyvL+imLgtJqY7R0X5HlOAjLqapn0sJYp+0e3rF0fTYo9tAd68ewdDtNyxRh8GRqO9fZoJRBjNuQTGsuHwOM4HxnEAnExenVTh5Ak46bYn4mSbI8HEuV2DaYlC6t+vw2jonWPWNv0j2Dk54+Qv0diL10DoW22W6pYm2VPGkPB0tCjINLppykPQ4CnON9boxn1VKOnLqhSUEfpPB5wH21IFQT20oUs9N8I+2zoEPOeXB1CJxTdtqlQiiXscifsdrYCQW9r0NwAcfiM/7jO7N/JjDSeykZ8tFn1C5r1AtfjdHdl0bkrUmqB1R0AyO22S5dl5Id1BjX1YYwjv5+ktU3MM0fcdNWC1xRngBIZoW2vu9qZbkmBGOkjro21DaIuzsbMamEEbcUcyMBueJtvPbzTMxekUSzMrn1L6FLNtLLZkGnxcr+KIEe052YorQD4Ja3F6bJz+flG3gDtFzHvMHd4x5haYJtNlPwV5NqiLY7FsXfPIiPfYd/UdIy7x6BPAfOjYfFKYi/58AoifdYwv8+YTwFyM8c8Ic9NqTfltyerasREfM71xesRdS5gQTQDzoVMhk8Lc4jmUCSHunvUc1LL0CbLcFaNEnsIC+/iwieiW429brjnK2kxLw3w39iG8ktMeeXXZPIovEB9llcYV48svfrI5+Ju8GCE9JDjKqxQ+psasdnwqqUvQdcka9HgKE0Ol5ZdPRMAWRT+mnlyz5QcNUU+OLH85mprEsX5flv5cVFXIVUnlfV4P9FYFnslKtjVvGVzvdWxzLE16shiiT0UwE9PS2gSlOz8WC2t5wV6bC0Fe+tGvavZjEcTWhchePora8yNau9djLfJ41SPErRpBcHG06pFahDmd+hFPDGyyssjyQ5sQOf/mbOF4Xla26jaQl/0GV9IR99PV9cBO9vh0GDWsMoRKPUvkiczRmmXxxvBEkS0VDkSUn+EOYVpzeQVXh82G1hW8lR5DM+FkGpd8QUWqcW8sfcsWKgfS9y8ZVTEo/MPlfh8TBeXj5YdXu2X1janGU3yP1VKYhJdpih4qD1xfq3vGgTaq7glm6ROt+JwBDegul9CqT6CZc5MLqtLP/OipfnQL04g8M9X31YuFn931nCyO7KznrCtFMkxzWe+yT3aHW/rFkNpsrPXdGh20Vw2LCQy7rFK40JPjdPVUYCP0lFOnfPC3s2neYyV4YDaBeZNNBvCOzCZrWmxqJwiENejebLK7ehqOTTj7ZWEsPv/nM1h8z+i85nfvp1mPIqsamVYxCu6abCqJwgrNS5Z0MiS8ieLOOtvJaLz5tQKvPQHvq/B2R/N2RyPr2zi7oWgqDGmNMB73Wa8fYDwNePPq1erW1Ob2QJQhhymicWTVnH4j/UcUQtriLw==</diagram><diagram id="6Aux8Oo_KE3ukIRY6s5_" name="Page-2">7Vxbd5s4EP41eawPCMTl0ddszqZdt8k2aV96ZJAxDUZekB27v34lEBgQtZ0EGx83ND1Bgy7mm29Go5GcK60/X19HaDH7SFwcXAHFXV9pgysAVGBb7BeXbFKJaRipwIt8V1TaCu78X1gIFSFd+i6OSxUpIQH1F2WhQ8IQO7QkQ1FEnsvVpiQoj7pAHpYEdw4KZOmD79JZKrWAuZX/hX1vlo2sGnb6ZI6yyuJN4hlyyXNBpA2vtH5ECE3v5us+Djh4GS7KR+DcPfa0a3eyubmDcPmJoA9pZ6OXNMlfIcIhfXXXXz+P6fXq/tZd3nzu3ns/fz7Yq6zrmG4yvLDL4BNFEtEZ8UiIguFW2ovIMnQx71VhpW2dW0IWTKgy4U9M6UZwAS0pYaIZnQfiKV779FE05/ff+H0HitJgXXg02GSFkEabx6wDXii04sVts6SUtTsQugwHsowcAcSD/vipd/1BGf7r3o+JNdbt0bWAWKEo8jDdUU/0x8Es0FAo5hqTOWYfklWIcICovypzFQnKe3m9rVrZjdBsvZZ3feoVCpZipP4MM8EAxbMJQZErsWCrY47388yn+G6BEmiemZ8o63PqB0GfBCRK2mouxJarM3lMI/KEC08sMNGY+3ipVlY4oni9E0fxVIPiVYWzArYoP29NX83seVYwe0N5O/S1BmZcuoElpTGOfIYXjo5jddm8UbC6WrCVs7K6jL1Vq7vDEWP0pZicasH2TK4WdyDhPsArBhjH/gv2/DgbpCn0p5aDHacO/YkFdfhygzgcfaCVHZ5qtI2+JqE/DpaeH14g+Do8N/BtCXx5+gndLg+rWWkSEOfpNzNHx4TFyWPP1OGO/CDrImZummZDhCTEmUzUKU02SgfA4nyj7plt2grn7ANnloLmYY3iM9nBE5AYYUx89r7bMMcoE0/TKoRKX1y0Kq4Jqh0pezpKkZE6SsiZv/Ybpkg5Mn01YcFLCJvTz3wR/cpMb4uM5lmRUbcaIiPUWyaj/mYyluixpWaRmepOZh6HUmfKFGC+kim6WmGKqZ+WKYbElEsOMfVKlKO3HOVkDnAX/D6OL0cBVkUBVtsKsCQFXHCQX6U/bBt9Ocqvon9B7Ndhhf1m24ssIAetDyR6ihMwG0Ud8n91qBvJxVuQkBbk6XXMbI+ulrShG2bb2pDTbH+MNoB1dtqQk29/jDZ0cHbakJNxf4w2oHF22njZ+tIJUBz7TnWFmWcuSomLbaqi6byZOv86v9bJ0+Dx+2f3sfctJP8tsyTv3lQFOK8FaL43kXFCfeUCVK10BE+cqgCwASrl6Qlbtw5OULyWgLyT5nYJ30ZK7axICbWGSAnUqsc7MSnlrMjF+zdwVlTSzQqVwCupZGgtU0nO8Fw8lQ49MnSiLSbYFJWqK8Zq0rc5Ku3Cv8QkA815PBtO4kWicOVcRX8vJzgK2ZQZs0J3fCMZwZsOjSBsTWuTOoZj4cmUPUGB74VMFuApPeY6tuK3NFPOseV1mo7Va1lzQKjuoniWH9ISp1fRJHmq7MQdqpY+0iTcs63yGVrwPuZrjx/I7XjOAnSech78CIjHT3sxJVDRfYAmOBiT2Kc+4cqKUnx6HH/fQcFt5fncd93knFlFu1n9rhDn9fh60Q+926TaAMqLOTu5hFycSlPBURMfFcJYsKMoup1f8haFDmX66Fony+a+IF4rjWx2DBMq26viaMl0GuOj+DV5BTDAq8Lq3gi4TicRu/P4HVngCFGmsUZdSHvnznQNVikg6VxVanyG3oDP2HX6sKCRBYmpF9Xk4jMjdzaBz8CPtP3IT1I13U5yAXKevER5/ywp6wYLeSzsDx4RfNssYZ+bYwF7owZ661jQy1lHCfIFt+JkXNhjP0qH86evJP8hq9BPhPzbDn0WMKoleVLqmGqlMs8o9SvCtKYNa6RGLmQ/v3fPE0IpmZeVX3XNlB8E7qF4kX5jYuqvuQHnDt1h6uar7F7y0jgarnD67mrNBOP4sUNUu7OMkya1k1LF7Eej3pEPlVaMG6oywXYFv40TrC6KfCfY0QhmDrvG8Kh76pWdk9YJdkDA+U6w5gimKLatHHXbGpwZwQ7IGL8TrDmC9ft8NXDC/a1TEuzmNgbU3JgGUMwf37+Mh/fLm5rw97dhrz9PvrS5X317CZCsfXt5JFzckkwuViUZrJvxQKkjhfg8gxml/FupXQ4EGDluqHR8trKfJjF6x2EjgpGLKGK/uJzF9aNfJHSze57CGTnExR9UYHUWodcCLfLjSRktdJkWag0tqpsOjdFCPp7xTovT00JT7Aot1HZpccCK7Z0WR6eFrlvnRYsD1lnvtDh+bGGdzFuw4vYvKKS50e3fodCG/wM=</diagram><diagram id="CDJe3pgTB3aK1YOTjmKl" name="Page-3">7Zpbb6s4EIB/TR6LuF8eU5J0d0+r7aqr0/bpyIADVglGxrm0v35tMITbSZM2NNE2NFXwYAY88zEZjxlp7mJzQ0Aa3eEAxiNVDjYjbTJSVUV1bPbFJa+FxDLNQhASFIhOW8EDeoNCKAvpEgUwa3SkGMcUpU2hj5ME+rQhA4TgdbPbHMfNq6YghB3Bgw/irvQRBTQqpLZqbeV/QBRG5ZUV0ymOLEDZWYwki0CA1zWRNh1pLsGYFnuLjQtjbrzSLrIWPabhryd3Zf20H+/Vv/6era8KZbNDTqmGQGBCP6x6/GBMXXgTe3eZM35Sbu8mr/9cKXqhewXipTCYGCx9LS0Ik2DMHcFaXoz9l5F2HdFFzJoK22W3RF6fWEOWjLL5zJtlY7JptF6rVjBDcaVlg2hNCWs9145sVfBGqWFPqwjrZXhJfLjDFKoAnQISQqEwffKenrOHzb/yj4jevt141uruSvABgwZ4wug3EC8gGyfrsN7iZgiEohpppYzAGFC0auIKBPVhpa66wj1GbLyqLJ5QvXzQxPOplXpLFcXAxVl1Pt5TZLUUFYbpKGI7tWFvRTl+B6BY2r+GohtB7jlIVpDkIWKR4oR5O+swSvAyCWAgmFlHiMKHFOT+XrO41kR2zrhzcYxJfq4WGNAOdCbPKMEvsHbEVj2NhbtDUWN3S+FmJxviqKYbDZurjrB5jR1F7YHHlH/PScMxO7zQC7fSccIjJi9ZbstjGn1u8L8+o5v5xs/ACa3Ji21AZyi60nCGblondob6fZ2h2ufmDO37OkNXz80Z3bTl2zjDMM/NGUbHGR0f1HJIPwZZhvzjZJGHGbmeA+5K7d5NAYW+M0kBq6yhJEL5YAqotBQZ2mApYK9ZzSOAVE0kHN3eeyrx4UkMU3IPCWIDh+S0SOpnhWRFzmeRZBPyVrT7WiStbxfbtLMCSbdaIKkfBMnUTgtSd3b7fwdJPSuQqrrIp0FqTxOHq5PsMn8DJBMseB6beFma+1s+V9GPpQdJwn4tM9YY3//ZeQY+VcgB0J77vcm6b0Nvzo6AGIUJk8VwToecvbailmaJHLnGetXna+o68vvxJwBZlJueBw1RjwdeflTeaXhDsfWZ1jF8ghPIhRFIuY7FJuRLDFLop6r0UoHwK8YhZt2YF6hQHwMPxvc4QxRh7i1SGOiaOwD5IL5tHV+gIOC32XZv2X8sxFU/PlFESXibd5sY3Vmck29CLhY1FHXQekeLGNuQZFl3qk3vAFTWDuv86JpkGgcna40rW5JpGfJ2a0VaPJ9ncJDAVmZ6NUQncFWb15sxd6pH2F7I93AKCaDMZUcNIqerBuua0Wag43RF7oka+mBRo1uB7Bg75TDlFzau2UeW+ChcOf83WAc3F/JlRJflLUpDnrckS2l15hUNtyUsejpGj9SshOzz+yjhYUrxoun8doSgmNMBsrRYipyjDceoiis+8zif6F3ng4ZkuoLF2JWeOOejzMeKIy2z/JTe2NiCbza7HhYxpYWYUf4u7JmEHZ+wbln1QtiAhFnTsTk9fFLw8cL96QnbY4n7QtjxCJNlx5GHJKy9GnF6wvYogF8IOx5hrsvz0i9cYjk9YXtUxkvDokX+RtT7/nuXgHwadg38lzBPqOvLYvnGuuQXG5cgyH1UiPuZRJTyV77G3BLqzA8SWUJskjlHLFUnks+uqM4CQAH74vKMfb/hJCj3eTlh5uMAsqTUltIkPAEXitnKnvQuF0oPF+3i9/G42KM8feFicC402WlxoZyYiz2qzRcuBudC1+0z46KveHzh4svzC/vL4gVrbt9QLip12/e8tel/</diagram></mxfile>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions modules/administration-guide/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
.Administration Guide

* xref:che-architecture-overview.adoc[]
** xref:che-workspace-controller.adoc[]
** xref:che-workspaces-architecture.adoc[]
** xref:architecture-overview-with-che-server.adoc[]
*** xref:server-components-with-che-server.adoc[]
*** xref:che-workspaces-architecture-with-che-server.adoc[]
** xref:architecture-overview-with-devworkspace.adoc[]
*** xref:server-components.adoc[]
**** xref:che-operator.adoc[]
**** xref:devworkspace-operator.adoc[]
**** xref:gateway.adoc[]
**** xref:dashboard.adoc[]
**** xref:devfile-registries.adoc[]
**** xref:che-server.adoc[]
**** xref:postgresql.adoc[]
**** xref:plug-in-registry.adoc[]
*** xref:user-workspaces.adoc[]

* xref:calculating-che-resource-requirements.adoc[]

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[id="che-architecture-overview-with-che-server"]
// = Che architecture with Che server as workspace engine
:navtitle: Che server based
:keywords: administration-guide, che-architecture-overview
:page-aliases: .:che-architecture-overview-with-che-server, .:high-level-che-architecture-with-che-server, overview:high-level-che-architecture-with-che-server, administration-guide:high-level-che-architecture-with-che-server
include::partial$con_architecture-overview-with-che-server.adoc[]
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[id="che-architecture-overview-with-devworkspace"]
// = Che architecture with {devworkspace}
:navtitle: {devworkspace} based
:keywords: administration-guide, che-architecture-overview, devworkspace
:page-aliases: .:che-architecture-overview-with-devworkspace, .:high-level-che-architecture-with-devworkspace, overview:high-level-che-architecture-with-devworkspace, administration-guide:high-level-che-architecture-with-devworkspace

include::partial$con_architecture-overview-with-devworkspace.adoc[]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[id="che-architecture-overview"]
// = Che architecture overview
:navtitle: Che architecture
:navtitle: Architecture overview
:keywords: administration-guide, che-architecture-overview
:page-aliases: .:che-architecture-overview, .:high-level-che-architecture, overview:high-level-che-architecture, administration-guide:high-level-che-architecture
:page-aliases: .:che-architecture-overview, .:high-level-che-architecture, overview:high-level-che-architecture, administration-guide:high-level-che-architecture, che-architecture-overview

include::partial$con_che-architecture-overview.adoc[]
include::partial$con_architecture-overview.adoc[]
6 changes: 6 additions & 0 deletions modules/administration-guide/pages/che-operator.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[id="{prod-id-short}-operator"]
:navtitle: {prod-short} operator
:keywords: administration-guide, architecture, operator
// :page-aliases:

include::partial$con_che-operator.adoc[]
6 changes: 6 additions & 0 deletions modules/administration-guide/pages/che-server.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[id="{prod-id-short}-server"]
:navtitle: {prod-short} server
:keywords: administration-guide, architecture, server, devworkspace
// :page-aliases:

include::partial$con_che-server-with-devworkspace.adoc[]

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[id="che-workspaces-architecture-with-che-server"]
// = Che workspaces architecture
:navtitle: Workspace side components
:keywords: administration-guide, che-workspaces-architecture, che-server
:page-aliases: .:che-workspaces-architecture-with-che-server, .:che-workspaces-architecture, che-workspaces-architecture

include::partial$assembly_understanding-che-workspaces-architecture-with-che-server.adoc[]

This file was deleted.

6 changes: 6 additions & 0 deletions modules/administration-guide/pages/dashboard.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[id="dashboard"]
:navtitle: User dashboard
:keywords: administration-guide, architecture, server, devworkspace, user, dashboard
// :page-aliases:

include::partial$con_dashboard.adoc[]
6 changes: 6 additions & 0 deletions modules/administration-guide/pages/devfile-registries.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[id="devfile-registries"]
:navtitle: Devfile registries
:keywords: administration-guide, architecture, server, devworkspace, devfile, registry
// :page-aliases:

include::partial$con_devfile-registries.adoc[]
7 changes: 7 additions & 0 deletions modules/administration-guide/pages/devworkspace-operator.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[id="devworkspace-operator"]
:navtitle: {devworkspace} operator
:keywords: administration-guide, workspace operator, devworkspace
:page-aliases: .:devworkspace-operator


include::partial$con_devworkspace-operator.adoc[]
6 changes: 6 additions & 0 deletions modules/administration-guide/pages/gateway.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[id="gateway"]
:navtitle: Gateway
:keywords: administration-guide, architecture, server, devworkspace, gateway
// :page-aliases:

include::partial$con_gateway.adoc[]
6 changes: 6 additions & 0 deletions modules/administration-guide/pages/plug-in-registry.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[id="plug-in-registry"]
:navtitle: Plug-in registry
:keywords: administration-guide, architecture, server, devworkspace, plug-in, registry
// :page-aliases:

include::partial$con_plug-in-registry.adoc[]
6 changes: 6 additions & 0 deletions modules/administration-guide/pages/postgresql.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[id="postgresl"]
:navtitle: PostgreSQL
:keywords: administration-guide, architecture, server, devworkspace, postgresql, database
// :page-aliases:

include::partial$con_postgresql.adoc[]
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[id="che-workspace-controller-with-che-server"]
// = Che server side components
:navtitle: Server side components
:keywords: administration-guide, che-workspace-controller, che-server
:page-aliases: .:che-workspace-controller-with-che-server, .:che-workspace-controller, che-workspace-controller


include::partial$assembly_server-components-with-che-server.adoc[]
7 changes: 7 additions & 0 deletions modules/administration-guide/pages/server-components.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[id="server-components-with-the-devworkspace-engine"]
:navtitle: Server components
:keywords: administration-guide, architecture, server, devworkspace
// :page-aliases:

include::partial$con_che-server-components.adoc[]

6 changes: 6 additions & 0 deletions modules/administration-guide/pages/user-workspaces.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[id="user-workspaces"]
:navtitle: User workspaces
:keywords: administration-guide, architecture, workspace, devworkspace
// :page-aliases:

include::partial$con_user-workspaces.adoc[]
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

:parent-context-of-understanding-che-workspace-controller: {context}

[id="understanding-{prod-id-short}-workspace-controller_{context}"]
= Understanding {prod-short} workspace controller
[id="understanding-{prod-id-short}-server_{context}"]
= Understanding {prod-short} server

This chapter describes the {prod-short} controller and the services that are a part of the controller.

:context: understanding-{prod-id-short}-workspace-controller

include::partial$con_che-workspace-controller.adoc[leveloffset=+1]
include::partial$con_che-workspace-controller-with-che-server.adoc[leveloffset=+1]

include::partial$con_che-server.adoc[leveloffset=+1]

include::partial$con_che-user-dashboard.adoc[leveloffset=+1]
include::partial$con_che-dashboard.adoc[leveloffset=+1]

include::partial$con_che-devfile-registry.adoc[leveloffset=+1]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

This chapter describes the architecture and components of {prod-short}.

include::partial$con_che-workspaces-architecture.adoc[leveloffset=+1]
include::partial$con_che-workspaces-architecture-with-che-server.adoc[leveloffset=+1]


include::partial$assembly_che-workspace-components.adoc[leveloffset=+1]
Expand Down
Loading