Skip to content

Commit 8b34f6c

Browse files
committed
more fixes
1 parent 9407df9 commit 8b34f6c

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

documentation/modules/ROOT/nav.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
** xref:01-setup.adoc#kubernetes-cluster[Kubernetes Cluster]
55
*** xref:01-setup.adoc#install-knative-minikube[Install with Minikube ]
66
**** xref:01-setup.adoc#start-minikube[Configure and Start minikube ]
7-
**** xref:01-setup.adoc[Install Knative ]
87
**** xref:01-setup.adoc#install-knative-istio[Install Istio ]
98
**** xref:01-setup.adoc#install-knative-serving[Install Knative Serving ]
109
**** xref:01-setup.adoc#install-knative-build[Install Knative Build]

documentation/modules/ROOT/pages/01-setup.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following CLI tools are required for running the exercises in this tutorial.
1919
| https://github.com/minishift/minishift/releases
2020
|
2121

22-
| https://maven.apacge.org[Apache Maven]
22+
| https://maven.apache.org[Apache Maven]
2323
| `brew install maven`
2424
| `dnf install maven`
2525
|
@@ -57,7 +57,7 @@ The following CLI tools are required for running the exercises in this tutorial.
5757

5858
[#download-tutorial-sources]
5959
== Download Tutorial Sources
60-
Before we start setting up the environment, let's clone the tutorial sources and set the `$TUTORIAL_HOME` environment variable to point to the root directory of the tutorial:
60+
Before we start setting up the environment, let's clone the tutorial sources and set the `TUTORIAL_HOME` environment variable to point to the root directory of the tutorial:
6161

6262
[source,bash]
6363
----
@@ -86,4 +86,4 @@ include::partial$openshift-setup.adoc[]
8686
[#setup-work-folder]
8787
== Work folder
8888

89-
The work folder i.e `$TUTORIAL_HOME/work` can be used as a work directory during the build. The README in the work folder as the GitHub repository links of the applications `greeter` and `event-greeter` that will be used in various exercises.
89+
The work folder i.e `$TUTORIAL_HOME/work` can be used as a work directory during the build. The README in the work folder has the GitHub repository links of the applications `greeter` and `event-greeter` that will be used in various exercises.

documentation/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Serverless epitomize the very benefits of what cloud platforms promise: offload
77
[.text-right]
88
__**Source**__: https://www.cncf.io/blog/2018/02/14/cncf-takes-first-step-towards-serverless-computing/
99

10-
This tutorial will act as step-by-step guide in helping you to understand Knative starting with setup, understanding fundamentals concepts such as service, configuration, revision etc., and finally deploying some use cases which could help deploying serverless applications at enterprises.
10+
This tutorial will act as a step-by-step guide in helping you understand Knative, starting with setup, fundamental concepts such as service, configuration, revision etc., and finally deploying some use cases which could help deploying serverless applications at enterprises.
1111

1212
This content is brought to you by http://developers.redhat.com[Red Hat Developer Program] - Register today!

0 commit comments

Comments
 (0)