Skip to content

WIP: added more assemblies to include more content on devfile registries #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
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
4 changes: 4 additions & 0 deletions docs/modules/user-guide/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@

* Registry Administrator
** xref:devfile-registry.adoc[]
*** xref:overview-devfile-registry.adoc[]
*** xref:building-custom-devfile-registry.adoc[]
*** xref:deploying-devfile-registry.adoc[]
*** xref:registry-schema.adoc[]

* xref:api-reference.adoc[]
* xref:devfile-resources.adoc[]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:description: Devfile Registry
:navtitle: Devfile registry
:navtitle: Devfile registry overview
:keywords: devfile
// :page-aliases:

Expand Down
21 changes: 21 additions & 0 deletions docs/modules/user-guide/partials/assembly_devfile-registry.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
ifdef::context[:parent-context-of-assembly_devfile-registry: {context}]


ifndef::context[]
[id="assembly_devfile-registry"]
endif::[]
ifdef::context[]
[id="assembly_devfile-registry_{context}"]
endif::[]
= Devfile Registry

:context: assembly_devfile-registry


[role="_abstract"]
Get started with devfile registries:

* xref:overview-devfile-registry.adoc[]
* xref:building-custom-devfile-registry.adoc[]
* xref:deploying-devfile-registry.adoc[]
* xref:registry-schema.adoc[]
6 changes: 3 additions & 3 deletions docs/modules/user-guide/partials/con_devfile-registry.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[id="devfile-registry_{context}"]
= Devfile registry
[id="overview-devfile-registry_{context}"]
= Overview of devfile registry

[role="_abstract"]
A devfile registry is a service that stores and provides devfile stacks to Kubernetes developer tools like odo, Eclipse Che, and the OpenShift Developer Console. Therefore, you can access devfiles through the devfile registry. Devfile registries are based on the Oracle Cloud Infrastructure (OCI) Specification, and devfile stacks are stored as OCI-artifacts in the registry.
Expand Down Expand Up @@ -45,4 +45,4 @@ The on-cluster devfile registries can be configured with custom devfile stacks s

== Additional resources

* xref:authoring-stacks.adoc[].
* xref:building-custom-devfile-registry.adoc[].