You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/08/02 16:09:40 UTC

[camel-quarkus] branch master updated (8190fdb -> f6daa02)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


    from 8190fdb  Merge pull request #104 from ppalaga/190802-remove-travis-badge
     new e20f2d5  Fix #37 Setup the documentation
     new 13b544d  Add Contributor guide
     new e3f9e11  Run antora-xref-check by Maven
     new f6daa02  Merge pull request #105 from ppalaga/190802-doc

The 197 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/.gitignore                                |    2 +
 docs/README.adoc                               |   33 +
 docs/antora.yml                                |    5 +
 docs/modules/ROOT/nav.adoc                     |    1 +
 docs/modules/ROOT/pages/contributor-guide.adoc |  108 +
 docs/modules/ROOT/pages/index.adoc             |    7 +
 docs/package.json                              |   18 +
 docs/pom.xml                                   |  132 +
 docs/site.yml                                  |   15 +
 docs/yarn.lock                                 | 3771 ++++++++++++++++++++++++
 pom.xml                                        |    1 +
 11 files changed, 4093 insertions(+)
 create mode 100644 docs/.gitignore
 create mode 100644 docs/README.adoc
 create mode 100644 docs/antora.yml
 create mode 100644 docs/modules/ROOT/nav.adoc
 create mode 100644 docs/modules/ROOT/pages/contributor-guide.adoc
 create mode 100644 docs/modules/ROOT/pages/index.adoc
 create mode 100644 docs/package.json
 create mode 100644 docs/pom.xml
 create mode 100644 docs/site.yml
 create mode 100644 docs/yarn.lock