From 008b9e0e4e7e3afc7da91b9bf150f7c07a5488ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Mon, 12 Oct 2020 12:52:21 +0200 Subject: [PATCH] Fix missing id and broken xref --- .../proc_configuring-the-workspace-and-adding-tooling.adoc | 5 ++++- modules/end-user-guide/partials/ref_devfile-reference.adoc | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/end-user-guide/partials/proc_configuring-the-workspace-and-adding-tooling.adoc b/modules/end-user-guide/partials/proc_configuring-the-workspace-and-adding-tooling.adoc index 68153e7ded..b05a2d57a2 100644 --- a/modules/end-user-guide/partials/proc_configuring-the-workspace-and-adding-tooling.adoc +++ b/modules/end-user-guide/partials/proc_configuring-the-workspace-and-adding-tooling.adoc @@ -5,7 +5,7 @@ [id="configuring-the-workspace-and-adding-tooling_{context}"] = Configuring the workspace and adding tools - +[id="adding-plug-ins_{context}"] == Adding plug-ins .Prerequisites @@ -21,6 +21,7 @@ To add plug-ins to your workspace: . Click the *Plugins* tab. . Enable the plug-in that you want to add and click the btn:[Save] button. +[id="defining-the-workspace-editor_{context}"] == Defining the workspace editor .Prerequisites @@ -43,6 +44,7 @@ NOTE: The recommended editor for {prod-short} {prod-ver} is Che-Theia. image::workspaces/workspace-devfile.png[] +[id="defining-specific-container-images_{context}"] == Defining specific container images .Procedure @@ -143,6 +145,7 @@ image::workspaces/workspace_devfile_che_7_.png[] . Repeat the steps to add additional container images. +[id="adding-commands-to-your-workspace_{context}"] == Adding commands to your workspace The following is a comparison between workspace configuration commands in {prod-short} {prod-prev-ver} (Figure 1) and {prod-short} {prod-ver} (Figure 2): diff --git a/modules/end-user-guide/partials/ref_devfile-reference.adoc b/modules/end-user-guide/partials/ref_devfile-reference.adoc index d4b96c5ff4..5747ae4aa9 100644 --- a/modules/end-user-guide/partials/ref_devfile-reference.adoc +++ b/modules/end-user-guide/partials/ref_devfile-reference.adoc @@ -828,7 +828,7 @@ components: app: postgres ---- -Additionally, it is also possible to modify the entrypoints (command and arguments) of the containers present in the resource list. For details of the advanced use case, see xref:creating-and-configuring-a-new-workspace.adoc#defining specific-container-images[Defining specifc container images]. +Additionally, it is also possible to modify the entrypoints (command and arguments) of the containers present in the resource list. For details of the advanced use case, see xref:creating-and-configuring-a-new-workspace.adoc#defining-specific-container-images_creating-and-configuring-a-new-workspace[Defining specific container images]. == Adding commands to a devfile