Skip to content

Commit

Permalink
Fix missing id and broken xref
Browse files Browse the repository at this point in the history
  • Loading branch information
themr0c committed Oct 12, 2020
1 parent 7ded74f commit 008b9e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion modules/end-user-guide/partials/ref_devfile-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 008b9e0

Please sign in to comment.