Skip to content

Commit 81b4543

Browse files
authored
Merge pull request #261 from arewm/sample-repositories
add sample repositories to references
2 parents 53c0227 + d7d8ca1 commit 81b4543

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

modules/ROOT/pages/reference/_nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
* xref:reference/index.adoc[Reference]
2+
** xref:reference/sample-repositories.adoc[Sample repositories]
23
** xref:reference/kube-apis/index.adoc[Konflux Kubernetes APIs]
34
*** xref:reference/kube-apis/application-api.adoc#k8s-api-github-com-konflux-ci-application-api-api-v1alpha1-application[Application]
45
*** xref:reference/kube-apis/application-api.adoc#k8s-api-github-com-konflux-ci-application-api-api-v1alpha1-component[Component]
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
= Reference
22

3-
Below you will find links to Konflux reference documentation.
3+
== Sample repositories
44

5-
== Konflux Kubernetes APIs
5+
The xref:reference/sample-repositories.adoc[sample repositories] page contains examples of repositories
6+
that may be useful for understanding how to work with {ProductName}.
7+
8+
== {ProductName} Kubernetes APIs
69

710
The xref:reference/kube-apis/index.adoc[Kubernetes APIs] page contains the specification for all
811
Kubernetes API extensions specific to Konflux.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
= Sample repositories
2+
3+
There are multiple sample repositories which demonstrate various functionality within {ProductName}. You can
4+
either use these as reference or you can fork them and try to onboard the repositories yourself.
5+
6+
== Multi-arch
7+
8+
This repository demonstrates the configuration for a simple multi-architecture build.
9+
10+
https://github.com/konflux-ci/multi-arch-konflux-sample
11+
12+
== OLM operator
13+
14+
This repository demonstrates many steps in the onboarding process. It also illustrates
15+
how to configure builds for multiple components in a single repository as well as building
16+
code referenced by a git submodule.
17+
18+
https://github.com/konflux-ci/olm-operator-konflux-sample
19+
20+
include::ROOT:partial$reference/{context}-additional-sample-repositories.adoc[]

modules/ROOT/partials/reference/konflux-additional-sample-repositories.adoc

Whitespace-only changes.

0 commit comments

Comments
 (0)