Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ yarn.lock

# Do not commit diagrams generated for downstream
crw*
CLAUDE.md
7 changes: 4 additions & 3 deletions antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ nav:
- modules/upgrade/nav.adoc
- modules/secure/nav.adoc
- modules/optimize/nav.adoc
- modules/extend/nav.adoc
- modules/administration-guide/nav.adoc
- modules/extensions/nav.adoc
- modules/glossary/nav.adoc
Expand All @@ -29,7 +30,7 @@ asciidoc:
che-plugin-registry-directory: che-plugin-registry
plugin-registry-repo-url: "https://github.com/redhat-developer/che-plugin-registry"
devworkspace-operator-index-disconnected-install: quay.io/devfile/devworkspace-operator-index:release-digest
devworkspace-operator-version-patch: "0.42.0"
devworkspace-operator-version-patch: "0.41.0"
devworkspace: DevWorkspace
devworkspace-id: devworkspace
docker-cli: docker
Expand Down Expand Up @@ -101,8 +102,8 @@ asciidoc:
prod-upstream: Eclipse Che
prod-url: "https://__<che_fqdn>__"
prod-ver-major: "7"
prod-ver-patch: "7.120.0"
prod-ver: "7.120"
prod-ver-patch: "7.119.0"
prod-ver: "7.119"
prod-workspace: che-ws
prod: Eclipse Che
prod2: Eclipse Che
Expand Down
21 changes: 0 additions & 21 deletions modules/administration-guide/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@
*** xref:con_persistent-user-home.adoc[]
** xref:configuring-dashboard.adoc[]
*** xref:configuring-getting-started-samples.adoc[]
*** xref:configuring-editors-definitions.adoc[]
*** xref:show-deprecated-editors.adoc[]
*** xref:configuring-default-editor.adoc[]
*** xref:concealing-editors.adoc[]
*** xref:configuring-editors-download-urls.adoc[]
*** xref:configuring-ai-providers.adoc[]
**** xref:ai-provider-api-key-secret-reference.adoc[]
*** xref:customizing-openshift-che-branding-images.adoc[]
** xref:configuring-oauth-for-git-providers.adoc[]
*** xref:configuring-oauth-2-for-github.adoc[]
Expand All @@ -64,18 +57,4 @@
** xref:devworkspace-backup.adoc[]
*** xref:devworkspace-backup-integrated-openshift-registry.adoc[]
*** xref:devworkspace-backup-regular-oci-registry.adoc[]
* xref:managing-ide-extensions.adoc[]
** xref:extensions-for-microsoft-visual-studio-code-open-source.adoc[]
** xref:configuring-the-open-vsx-registry-url.adoc[]
** xref:proc_deploy-open-vsx-from-source.adoc[]
** xref:proc_deploy-open-vsx-from-workspace.adoc[]
** xref:proc_configure-internal-open-vsx-access.adoc[]
** xref:proc_deleting-extension-using-openvsx-admin-api.adoc[]
** xref:proc_deleting-extension-from-postgresql-database.adoc[]
* xref:configuring-visual-studio-code.adoc[]
** xref:configuring-single-and-multiroot-workspaces.adoc[]
** xref:trusted-extensions-for-microsoft-visual-studio-code.adoc[]
** xref:default-extensions-for-microsoft-visual-studio-code.adoc[]
** xref:manage-extension-installation.adoc[]
** xref:editor-configurations-for-microsoft-visual-studio-code.adoc[]
* xref:managing-workloads-using-the-che-server-api.adoc[]
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,5 @@ Optional. A JSON array of provider `id` values that are pre-selected in the AI S

.Additional resources

* xref:configuring-ai-providers.adoc[]
* xref:ai-provider-api-key-secret-reference.adoc[]
* xref:extend:configuring-ai-providers.adoc[]
* xref:extend:ai-provider-api-key-secret-reference.adoc[]
36 changes: 0 additions & 36 deletions modules/administration-guide/pages/concealing-editors.adoc

This file was deleted.

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

* xref:configuring-getting-started-samples.adoc[]

* xref:configuring-editors-definitions.adoc[]
* xref:extend:configuring-editors-definitions.adoc[]

* xref:configuring-editors-download-urls.adoc[]

* xref:show-deprecated-editors.adoc[]
* xref:extend:show-deprecated-editors.adoc[]

* xref:configuring-default-editor.adoc[]
* xref:extend:configuring-default-editor.adoc[]

* xref:concealing-editors.adoc[]
* xref:extend:concealing-editors.adoc[]

* xref:customizing-openshift-che-branding-images.adoc[]

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading