|
3 | 3 | The sources of this tutorial docs is split across multiple repositories:
|
4 | 4 |
|
5 | 5 | - The root repository which integrates all other module repositories to build the tutorial site:
|
6 |
| - http://github.com/redhat-developer-demos/knative-tutorial.git |
| 6 | + <http://github.com/redhat-developer-demos/knative-tutorial.git> |
7 | 7 |
|
8 |
| -- Setup and Knative Serving: |
9 |
| - http://github.com/redhat-developer-demos/knative-tutorial-module-serving.git |
| 8 | +## Tutorial Modules |
10 | 9 |
|
11 |
| -- Knative Eventing: |
12 |
| - http://github.com/redhat-developer-demos/knative-tutorial-module-eventing.git |
| 10 | +- [Setup](https://github.com/redhat-developer-demos/knative-tutorial/tree/master/documentation/modules/setup) |
13 | 11 |
|
14 |
| -- Camel-K based Enterprise Integration chapters: |
15 |
| - http://github.com/redhat-developer-demos/knative-tutorial-module-camelk.git |
| 12 | +- [Knative Serving](https://github.com/redhat-developer-demos/knative-tutorial/tree/master/documentation/modules/serving) |
16 | 13 |
|
17 |
| -- Advanced Integration: |
18 |
| - http://github.com/redhat-developer-demos/knative-tutorial-module-advanced.git |
| 14 | +- [Knative Eventing](https://github.com/redhat-developer-demos/knative-tutorial/tree/master/documentation/modules/eventing) |
| 15 | + |
| 16 | +- [Camel-K](https://github.com/redhat-developer-demos/knative-tutorial/tree/master/documentation/modules/camelk) |
| 17 | + |
| 18 | +- [Advanced Topics](https://github.com/redhat-developer-demos/knative-tutorial/tree/master/documentation/modules/advanced) |
19 | 19 |
|
20 | 20 | ## Running site in development mode
|
21 | 21 |
|
22 | 22 | To run the site in development mode you need to have [yarn](https://yarnpkg.com) or [npm](https://nodejs.org/en/) installed with [nodejs](https://nodejs.org) v12.x or above.
|
23 | 23 |
|
24 | 24 | After cloning the repositories, you can run the `yarn install` or `npm install` from the `knative-tutorial` repository to install needed nodejs packages.
|
25 | 25 |
|
26 |
| -Start the development site using `yarn run dev` or `npm run dev` command, this should open a local development site in http://localhost:3000. |
| 26 | +Start the development site using `gulp -s $PWD` that should make the a local development site available at <http://localhost:3000>. |
27 | 27 |
|
28 | 28 | Making any changes to your local repositories above cloned earlier, will be automatically built and the development site gets reloaded automatically.
|
29 | 29 |
|
30 | 30 | ## Send your contribution
|
31 | 31 |
|
32 |
| -Now you are all set, |
33 |
| -- Open an Issue in http://github.com/redhat-developer-demos/knative-tutorial.git |
| 32 | +Now you are all set, |
| 33 | + |
| 34 | +- Open an Issue in <http://github.com/redhat-developer-demos/knative-tutorial.git> |
34 | 35 | - Prepare your changes in the respective documentation repository
|
35 | 36 | - Send the PR to respective repositories listed above
|
36 | 37 |
|
37 |
| -We try to follow the Git commit messages using http://karma-runner.github.io/4.0/dev/git-commit-msg.html and thats not a hard rule ;) |
| 38 | +We try to follow the Git commit messages using <http://karma-runner.github.io/4.0/dev/git-commit-msg.html> and thats not a hard rule ;) |
0 commit comments