This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 8ffe7b5 fix findings
new 5ceb475 New Asciidoc documentation and docs directory
new 9e26880 Update titles
new e6581dd Add badges
The 3 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:
README.adoc | 169 +++++++++++++++
README.md | 229 ---------------------
.../{kamel_k_operator.go => camel_k_operator.go} | 0
docs/cluster-setup.adoc | 28 +++
docs/developers.adoc | 164 +++++++++++++++
5 files changed, 361 insertions(+), 229 deletions(-)
create mode 100644 README.adoc
delete mode 100644 README.md
rename cmd/camel-k-operator/{kamel_k_operator.go => camel_k_operator.go} (100%)
create mode 100644 docs/cluster-setup.adoc
create mode 100644 docs/developers.adoc
|