GitHub user farhaz786 opened a pull request:
https://github.com/apache/camel/pull/2105
Website
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/camel website
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2105.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2105
----
commit 2369145460110e51882d6519e23752ad338f156a
Author: Zoran Regvart <[email protected]>
Date: 2017-07-03T08:26:09Z
CAMEL-11492 New Camel website
Initial, very unflattering - draft website.
To generate the website run `mvn package` from the `camel-website`
directory. This should install `node` and `yarn`, and `yarn` should
download all other tools and dependencies and then build the website in
the `public` directory.
With `yarn` installed locally `yarn build` builds the website,
`yarn serve` enables development mode with live reload.
commit 14743869c416cc0d64d5a33c23bc158213328566
Author: Zoran Regvart <[email protected]>
Date: 2017-07-03T21:42:35Z
CAMEL-11492 New Camel website
Improve gulp watch task to take into account only changed files and
reuse the pipe from the component tasks.
commit e5942e0052e822ecba97d6205ba0e9a51e9b79c7
Author: Zoran Regvart <[email protected]>
Date: 2017-07-03T21:59:06Z
CAMEL-11492 New Camel website - added README.md
commit b19baea94bafa2989a873ca37bc2f44dd20d313c
Author: Zoran Regvart <[email protected]>
Date: 2017-07-09T17:58:11Z
CAMEL-11526 Several files in user manual issue ...
...warnings when processing with asciidoctor
----
---