Skip to content

Commit da3cfee

Browse files
committed
(refactor) knative eventing/serving
1 parent 7e02e39 commit da3cfee

5 files changed

Lines changed: 24 additions & 16 deletions

File tree

CONTRIBUTING.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ The sources of this tutorial docs is split across multiple repositories:
55
- The root repository which integrates all other module repositories to build the tutorial site:
66
http://github.com/redhat-developer-demos/knative-tutorial.git
77
8-
- Basic and Fundamentals chapters:
9-
http://github.com/redhat-developer-demos/knative-tutorial-module-basics.git
8+
- Setup and Knative Serving:
9+
http://github.com/redhat-developer-demos/knative-tutorial-module-serving.git
10+
11+
- Knative Eventing:
12+
http://github.com/redhat-developer-demos/knative-tutorial-module-eventing.git
1013
1114
- Camel-K based Enterprise Integration chapters:
1215
http://github.com/redhat-developer-demos/knative-tutorial-module-camelk.git
1316
17+
- Advanced Integration:
18+
http://github.com/redhat-developer-demos/knative-tutorial-module-advanced.git
19+
1420
== Running site in development mode
1521

1622
To run the site in development mode you need to have https://yarnpkg.com[yarn] or https://nodejs.org/en/[npm] installed with https://nodejs.org[nodejs] v10.x or above.

dev-site.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ content:
1111
- url: .
1212
branches: HEAD
1313
start_path: documentation
14-
- url: ../knative-tutorial-module-basics
14+
- url: ../knative-tutorial-module-serving
15+
branches: HEAD
16+
- url: ../knative-tutorial-module-eventing
1517
branches: HEAD
1618
- url: ../knative-tutorial-module-camelk
1719
branches: HEAD

documentation/modules/ROOT/pages/index.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ The answer is a platform that can run serverless workloads, while enabling you t
1212
== Get started with your serverless journey
1313

1414
[.tile]
15-
.xref:knative-tutorial-basics:ROOT:index.adoc[Setup]
16-
* xref:knative-tutorial-basics:ROOT:setup.adoc[Deploy]
17-
* xref:knative-tutorial-basics:ROOT:knative-client.adoc[Knative Client]
15+
.xref:knative-tutorial-serving:ROOT:index.adoc[Setup]
16+
* xref:knative-tutorial-serving:ROOT:setup.adoc[Deploy]
17+
* xref:knative-tutorial-serving:ROOT:knative-client.adoc[Knative Client]
1818

1919
[.tile]
20-
.xref:knative-tutorial-basics:ROOT:index.adoc[Knative Serving]
21-
* xref:knative-tutorial-basics:ROOT:basic-fundas.adoc[Serving]
22-
* xref:knative-tutorial-basics:ROOT:scaling.adoc[Auto Scaling]
23-
* xref:knative-tutorial-basics:ROOT:traffic-distribution.adoc[Traffic Distribution]
20+
.xref:knative-tutorial-serving:ROOT:index.adoc[Knative Serving]
21+
* xref:knative-tutorial-serving:ROOT:basic-fundas.adoc[Serving]
22+
* xref:knative-tutorial-serving:ROOT:scaling.adoc[Auto Scaling]
23+
* xref:knative-tutorial-serving:ROOT:traffic-distribution.adoc[Traffic Distribution]
2424

2525
[.tile]
26-
.xref:knative-tutorial-basics:ROOT:eventing/eventing.adoc[Knative Eventing]
27-
*** xref:knative-tutorial-basics:ROOT:eventing/eventing-src-to-sink.adoc.adoc[Source to Sink]
28-
*** xref:knative-tutorial-basics:ROOT:eventing/channel-and-subscribers.adoc[Channel and Subscribers]
29-
*** xref:knative-tutorial-basics:ROOT:eventing/eventing-trigger-broker.adoc[Brokers and Triggers]
26+
.xref:knative-tutorial-eventing:ROOT:index.adoc[Knative Eventing]
27+
*** xref:knative-tutorial-eventing:ROOT:eventing-src-to-sink.adoc.adoc[Source to Sink]
28+
*** xref:knative-tutorial-eventing:ROOT:channel-and-subscribers.adoc[Channel and Subscribers]
29+
*** xref:knative-tutorial-eventing:ROOT:eventing-trigger-broker.adoc[Brokers and Triggers]
3030
3131
ifndef::workshop[]
3232
[.tile]

site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ content:
1212
tags: []
1313
branches: release/0.7.x
1414
start_path: documentation
15-
- url: git@github.com:redhat-developer-demos/knative-tutorial-module-basics.git
15+
- url: git@github.com:redhat-developer-demos/knative-tutorial-module-serving.git
1616
tags: []
1717
branches: release/0.7.x
1818
- url: git@github.com:redhat-developer-demos/knative-tutorial-module-camelk.git

staging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ content:
1212
tags: []
1313
branches: master
1414
start_path: documentation
15-
- url: git@github.com:redhat-developer-demos/knative-tutorial-module-basics.git
15+
- url: git@github.com:redhat-developer-demos/knative-tutorial-module-serving.git
1616
tags: []
1717
branches: master
1818
- url: git@github.com:redhat-developer-demos/knative-tutorial-module-camelk.git

0 commit comments

Comments
 (0)