-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move "Customizing the registries" to the Contributor guide (#1633)
* Move "Customizing the registries" to the Contributor guide * Move "Editing a devfile and plug-in at runtime" to the End-User guide * Modularize "Customizing the registries", reusing "Building offline images" * Follow conventions for file names * Move images * Move Adding a VSCode extension and Publishing a VS Code extension to the End-user Guide * Consistency and fixes
- Loading branch information
Showing
57 changed files
with
247 additions
and
357 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
modules/administration-guide/examples/che-build-the-devfile-registry.adoc
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...es/administration-guide/examples/che-clone-the-devfile-registry-repository.adoc
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...es/administration-guide/examples/che-clone-the-plug-in-registry-repository.adoc
This file was deleted.
Oops, something went wrong.
92 changes: 0 additions & 92 deletions
92
...ide/examples/proc_che-including-the-plug-in-binaries-in-the-registry-image.adoc
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
...es/administration-guide/pages/building-and-running-a-custom-registry-image.adoc
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
.../administration-guide/pages/customizing-the-devfile-and-plug-in-registries.adoc
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...istration-guide/pages/including-the-plug-in-binaries-in-the-registry-image.adoc
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...les/administration-guide/pages/using-a-visual-studio-code-extension-in-che.adoc
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
...ion-guide/partials/assembly_customizing-the-devfile-and-plug-in-registries.adoc
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
...ials/assembly_publishing-a-vs-code-extension-into-the-che-plug-in-registry.adoc
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...n-guide/partials/proc_including-the-plug-in-binaries-in-the-registry-image.adoc
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
modules/contributor-guide/pages/building-a-custom-devfile-registry.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[id="building-and-running-a-custom-devfile-registry-image"] | ||
// = Customizing the devfile registry | ||
:navtitle: Building custom devfile registry | ||
:keywords: contributor-guide, customizing-the-devfile-and-plug-in-registries, building-and-running-a-custom-devfile-registry-image | ||
:page-aliases: .:building-and-running-a-custom-devfile-registry-image | ||
|
||
:registry-mode: custom | ||
:registry-mode-name: a custom | ||
:registry-id: devfile | ||
:registry-name: devfile | ||
|
||
include::installation-guide:example$proc_{project-context}-building-a-registry-image.adoc[] | ||
|
13 changes: 13 additions & 0 deletions
13
modules/contributor-guide/pages/building-a-custom-plug-in-registry.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[id="customizing-the-plug-in-registry"] | ||
// = Customizing the plug-in registry | ||
:navtitle: Building custom plug-in registry | ||
:keywords: contributor-guide, customizing-the-plug-in-registry, including-the-plug-in-binaries-in-the-registry-image, building-and-running-a-custom-in-registry-image | ||
:page-aliases: .:building-and-running-a-custom-plug-in-registry-image, administration-guide:including-the-plug-in-binaries-in-the-registry-image | ||
|
||
:registry-mode: custom | ||
:registry-mode-name: a custom | ||
:registry-id: plugin | ||
:registry-name: plug-in | ||
|
||
include::installation-guide:example$proc_{project-context}-building-a-registry-image.adoc[] | ||
|
7 changes: 7 additions & 0 deletions
7
...les/contributor-guide/pages/customizing-the-devfile-and-plug-in-registries.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[id="customizing-the-devfile-and-plug-in-registries"] | ||
// = Customizing devfile and plug-in registries | ||
:navtitle: Customizing the registries | ||
:keywords: contributor-guide, customizing-the-devfile-and-plug-in-registries, including-the-plug-in-binaries-in-the-registry-image | ||
:page-aliases: .:customizing-the-devfile-and-plug-in-registries, administration-guide:customizing-the-devfile-and-plug-in-registries, administration-guide:building-and-running-a-custom-registry-image | ||
|
||
include::partial$assembly_customizing-the-registries.adoc[] |
13 changes: 13 additions & 0 deletions
13
modules/contributor-guide/pages/running-custom-registries.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[id="running-custom-registries"] | ||
// = Running custom registries | ||
:navtitle: Running custom registries | ||
:keywords: contributor-guide, running-custom-registries | ||
:page-aliases: .:running-custom-registries, | ||
|
||
:registry-mode: custom | ||
:registry-mode-name: a custom | ||
:registry-id: plugin | ||
:registry-name: plug-in | ||
|
||
include::partial$assembly_deploying-the-registries.adoc[] | ||
|
4 changes: 2 additions & 2 deletions
4
...-visual-studio-code-extension-in-che.adoc → ...-visual-studio-code-extension-in-che.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[id="testing-a-visual-studio-code-extension-in-che"] | ||
// = Testing a VS Code extension in Che | ||
:navtitle: Testing a VS Code extension in Che | ||
:keywords: administration-guide, testing-a-visual-studio-code-extension-in-che | ||
:page-aliases: .:testing-a-visual-studio-code-extension-in-che | ||
:keywords: contributor-guide, testing-a-visual-studio-code-extension-in-che | ||
:page-aliases: .:testing-a-visual-studio-code-extension-in-che, administration-guide:testing-a-visual-studio-code-extension-in-che | ||
|
||
include::partial$assembly_testing-a-visual-studio-code-extension-in-che.adoc[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.