You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2021/02/16 13:28:03 UTC

[camel-kamelets] branch master updated (110f8bf -> 77f3e1b)

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-kamelets.git.


    from 110f8bf  chore: move go module files in generator
     new d108d8a  fix links to Camel K installation doc
     new 77f3e1b  fix nav

The 2 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/generator/generator.go                     |  5 ++---
 docs/modules/ROOT/nav.adoc                      | 21 ++++++++++-----------
 docs/modules/ROOT/pages/aws-kinesis-source.adoc |  2 +-
 docs/modules/ROOT/pages/aws-sqs-source.adoc     |  2 +-
 docs/modules/ROOT/pages/bitcoin-source.adoc     |  2 +-
 docs/modules/ROOT/pages/http-source.adoc        |  2 +-
 docs/modules/ROOT/pages/jira-source.adoc        |  2 +-
 docs/modules/ROOT/pages/mqtt-source.adoc        |  2 +-
 docs/modules/ROOT/pages/salesforce-source.adoc  |  2 +-
 docs/modules/ROOT/pages/slack-source.adoc       |  2 +-
 docs/modules/ROOT/pages/telegram-source.adoc    |  2 +-
 docs/modules/ROOT/pages/timer-source.adoc       |  2 +-
 12 files changed, 22 insertions(+), 24 deletions(-)


[camel-kamelets] 02/02: fix nav

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 77f3e1bdb5e67e00c398526d2eadacddfe0d4f9b
Author: nicolaferraro <ni...@gmail.com>
AuthorDate: Tue Feb 16 14:11:27 2021 +0100

    fix nav
---
 docs/generator/generator.go |  3 +--
 docs/modules/ROOT/nav.adoc  | 21 ++++++++++-----------
 2 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/docs/generator/generator.go b/docs/generator/generator.go
index 9c8ad2e..37bb9d0 100644
--- a/docs/generator/generator.go
+++ b/docs/generator/generator.go
@@ -32,7 +32,7 @@ func main() {
 		img := saveImage(k, out)
 		produceDoc(k, out, img)
 
-		links = append(links, fmt.Sprintf("** xref:ROOT:%s.adoc[%s %s]", k.Name, img, k.Spec.Definition.Title))
+		links = append(links, fmt.Sprintf("* xref:ROOT:%s.adoc[%s %s]", k.Name, img, k.Spec.Definition.Title))
 	}
 
 	saveNav(links, out)
@@ -40,7 +40,6 @@ func main() {
 
 func saveNav(links []string, out string) {
 	content := "// THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT\n"
-	content += "* xref:ROOT:index.adoc[Kamelet Catalog]\n"
 	for _, l := range links {
 		content += l + "\n"
 	}
diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index e09c04a..ccae072 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -1,13 +1,12 @@
 // THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT
-* xref:ROOT:index.adoc[Kamelet Catalog]
-** xref:ROOT:aws-kinesis-source.adoc[image:kamelets/aws-kinesis-source.svg[] AWS Kinesis Source]
-** xref:ROOT:aws-sqs-source.adoc[image:kamelets/aws-sqs-source.svg[] AWS SQS Source]
-** xref:ROOT:bitcoin-source.adoc[image:kamelets/bitcoin-source.svg[] Bitcoin Source]
-** xref:ROOT:http-source.adoc[image:kamelets/http-source.svg[] HTTP Source]
-** xref:ROOT:jira-source.adoc[image:kamelets/jira-source.svg[] Jira Source]
-** xref:ROOT:mqtt-source.adoc[image:kamelets/mqtt-source.svg[] MQTT Source]
-** xref:ROOT:salesforce-source.adoc[image:kamelets/salesforce-source.svg[] Salesforce Source]
-** xref:ROOT:slack-source.adoc[image:kamelets/slack-source.svg[] Slack Source]
-** xref:ROOT:telegram-source.adoc[image:kamelets/telegram-source.svg[] Telegram Source]
-** xref:ROOT:timer-source.adoc[image:kamelets/timer-source.svg[] Timer Source]
+* xref:ROOT:aws-kinesis-source.adoc[image:kamelets/aws-kinesis-source.svg[] AWS Kinesis Source]
+* xref:ROOT:aws-sqs-source.adoc[image:kamelets/aws-sqs-source.svg[] AWS SQS Source]
+* xref:ROOT:bitcoin-source.adoc[image:kamelets/bitcoin-source.svg[] Bitcoin Source]
+* xref:ROOT:http-source.adoc[image:kamelets/http-source.svg[] HTTP Source]
+* xref:ROOT:jira-source.adoc[image:kamelets/jira-source.svg[] Jira Source]
+* xref:ROOT:mqtt-source.adoc[image:kamelets/mqtt-source.svg[] MQTT Source]
+* xref:ROOT:salesforce-source.adoc[image:kamelets/salesforce-source.svg[] Salesforce Source]
+* xref:ROOT:slack-source.adoc[image:kamelets/slack-source.svg[] Slack Source]
+* xref:ROOT:telegram-source.adoc[image:kamelets/telegram-source.svg[] Telegram Source]
+* xref:ROOT:timer-source.adoc[image:kamelets/timer-source.svg[] Timer Source]
 // THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT


[camel-kamelets] 01/02: fix links to Camel K installation doc

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit d108d8a7371bff5f9f2bd6ec6890d9caaf795159
Author: nicolaferraro <ni...@gmail.com>
AuthorDate: Tue Feb 16 14:08:24 2021 +0100

    fix links to Camel K installation doc
---
 docs/generator/generator.go                     | 2 +-
 docs/modules/ROOT/pages/aws-kinesis-source.adoc | 2 +-
 docs/modules/ROOT/pages/aws-sqs-source.adoc     | 2 +-
 docs/modules/ROOT/pages/bitcoin-source.adoc     | 2 +-
 docs/modules/ROOT/pages/http-source.adoc        | 2 +-
 docs/modules/ROOT/pages/jira-source.adoc        | 2 +-
 docs/modules/ROOT/pages/mqtt-source.adoc        | 2 +-
 docs/modules/ROOT/pages/salesforce-source.adoc  | 2 +-
 docs/modules/ROOT/pages/slack-source.adoc       | 2 +-
 docs/modules/ROOT/pages/telegram-source.adoc    | 2 +-
 docs/modules/ROOT/pages/timer-source.adoc       | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/docs/generator/generator.go b/docs/generator/generator.go
index 4392a5b..9c8ad2e 100644
--- a/docs/generator/generator.go
+++ b/docs/generator/generator.go
@@ -226,7 +226,7 @@ spec:
 		content += "----\n"
 
 		content += "\n"
-		content += "Make sure you have xref:latest@camel-k::installation/installation.html[Camel K installed] into the Kubernetes cluster you're connected to.\n"
+		content += "Make sure you have xref:latest@camel-k::installation/installation.adoc[Camel K installed] into the Kubernetes cluster you're connected to.\n"
 		content += "\n"
 		content += fmt.Sprintf("Save the `%s-binding.yaml` file into your hard drive, then configure it according to your needs.\n", k.Name)
 		content += "\n"
diff --git a/docs/modules/ROOT/pages/aws-kinesis-source.adoc b/docs/modules/ROOT/pages/aws-kinesis-source.adoc
index b8fd4b4..3b6ff4c 100644
--- a/docs/modules/ROOT/pages/aws-kinesis-source.adoc
+++ b/docs/modules/ROOT/pages/aws-kinesis-source.adoc
@@ -53,7 +53,7 @@ spec:
 
 ----
 
-Make sure you have xref:latest@camel-k::installation/installation.html[Camel K installed] into the Kubernetes cluster you're connected to.
+Make sure you have xref:latest@camel-k::installation/installation.adoc[Camel K installed] into the Kubernetes cluster you're connected to.
 
 Save the `aws-kinesis-source-binding.yaml` file into your hard drive, then configure it according to your needs.
 
diff --git a/docs/modules/ROOT/pages/aws-sqs-source.adoc b/docs/modules/ROOT/pages/aws-sqs-source.adoc
index 2b45f6f..a4f2d12 100644
--- a/docs/modules/ROOT/pages/aws-sqs-source.adoc
+++ b/docs/modules/ROOT/pages/aws-sqs-source.adoc
@@ -54,7 +54,7 @@ spec:
 
 ----
 
-Make sure you have xref:latest@camel-k::installation/installation.html[Camel K installed] into the Kubernetes cluster you're connected to.
+Make sure you have xref:latest@camel-k::installation/installation.adoc[Camel K installed] into the Kubernetes cluster you're connected to.
 
 Save the `aws-sqs-source-binding.yaml` file into your hard drive, then configure it according to your needs.
 
diff --git a/docs/modules/ROOT/pages/bitcoin-source.adoc b/docs/modules/ROOT/pages/bitcoin-source.adoc
index 7c6ad02..9130b62 100644
--- a/docs/modules/ROOT/pages/bitcoin-source.adoc
+++ b/docs/modules/ROOT/pages/bitcoin-source.adoc
@@ -45,7 +45,7 @@ spec:
 
 ----
 
-Make sure you have xref:latest@camel-k::installation/installation.html[Camel K installed] into the Kubernetes cluster you're connected to.
+Make sure you have xref:latest@camel-k::installation/installation.adoc[Camel K installed] into the Kubernetes cluster you're connected to.
 
 Save the `bitcoin-source-binding.yaml` file into your hard drive, then configure it according to your needs.
 
diff --git a/docs/modules/ROOT/pages/http-source.adoc b/docs/modules/ROOT/pages/http-source.adoc
index db1b6a0..c8f0d98 100644
--- a/docs/modules/ROOT/pages/http-source.adoc
+++ b/docs/modules/ROOT/pages/http-source.adoc
@@ -49,7 +49,7 @@ spec:
 
 ----
 
-Make sure you have xref:latest@camel-k::installation/installation.html[Camel K installed] into the Kubernetes cluster you're connected to.
+Make sure you have xref:latest@camel-k::installation/installation.adoc[Camel K installed] into the Kubernetes cluster you're connected to.
 
 Save the `http-source-binding.yaml` file into your hard drive, then configure it according to your needs.
 
diff --git a/docs/modules/ROOT/pages/jira-source.adoc b/docs/modules/ROOT/pages/jira-source.adoc
index 871a13f..fc2fb5f 100644
--- a/docs/modules/ROOT/pages/jira-source.adoc
+++ b/docs/modules/ROOT/pages/jira-source.adoc
@@ -52,7 +52,7 @@ spec:
 
 ----
 
-Make sure you have xref:latest@camel-k::installation/installation.html[Camel K installed] into the Kubernetes cluster you're connected to.
+Make sure you have xref:latest@camel-k::installation/installation.adoc[Camel K installed] into the Kubernetes cluster you're connected to.
 
 Save the `jira-source-binding.yaml` file into your hard drive, then configure it according to your needs.
 
diff --git a/docs/modules/ROOT/pages/mqtt-source.adoc b/docs/modules/ROOT/pages/mqtt-source.adoc
index de3f42f..e2af0b3 100644
--- a/docs/modules/ROOT/pages/mqtt-source.adoc
+++ b/docs/modules/ROOT/pages/mqtt-source.adoc
@@ -50,7 +50,7 @@ spec:
 
 ----
 
-Make sure you have xref:latest@camel-k::installation/installation.html[Camel K installed] into the Kubernetes cluster you're connected to.
+Make sure you have xref:latest@camel-k::installation/installation.adoc[Camel K installed] into the Kubernetes cluster you're connected to.
 
 Save the `mqtt-source-binding.yaml` file into your hard drive, then configure it according to your needs.
 
diff --git a/docs/modules/ROOT/pages/salesforce-source.adoc b/docs/modules/ROOT/pages/salesforce-source.adoc
index 46bea79..c247497 100644
--- a/docs/modules/ROOT/pages/salesforce-source.adoc
+++ b/docs/modules/ROOT/pages/salesforce-source.adoc
@@ -58,7 +58,7 @@ spec:
 
 ----
 
-Make sure you have xref:latest@camel-k::installation/installation.html[Camel K installed] into the Kubernetes cluster you're connected to.
+Make sure you have xref:latest@camel-k::installation/installation.adoc[Camel K installed] into the Kubernetes cluster you're connected to.
 
 Save the `salesforce-source-binding.yaml` file into your hard drive, then configure it according to your needs.
 
diff --git a/docs/modules/ROOT/pages/slack-source.adoc b/docs/modules/ROOT/pages/slack-source.adoc
index 0af3da9..8261521 100644
--- a/docs/modules/ROOT/pages/slack-source.adoc
+++ b/docs/modules/ROOT/pages/slack-source.adoc
@@ -49,7 +49,7 @@ spec:
 
 ----
 
-Make sure you have xref:latest@camel-k::installation/installation.html[Camel K installed] into the Kubernetes cluster you're connected to.
+Make sure you have xref:latest@camel-k::installation/installation.adoc[Camel K installed] into the Kubernetes cluster you're connected to.
 
 Save the `slack-source-binding.yaml` file into your hard drive, then configure it according to your needs.
 
diff --git a/docs/modules/ROOT/pages/telegram-source.adoc b/docs/modules/ROOT/pages/telegram-source.adoc
index eb7f5d9..4ce4698 100644
--- a/docs/modules/ROOT/pages/telegram-source.adoc
+++ b/docs/modules/ROOT/pages/telegram-source.adoc
@@ -49,7 +49,7 @@ spec:
 
 ----
 
-Make sure you have xref:latest@camel-k::installation/installation.html[Camel K installed] into the Kubernetes cluster you're connected to.
+Make sure you have xref:latest@camel-k::installation/installation.adoc[Camel K installed] into the Kubernetes cluster you're connected to.
 
 Save the `telegram-source-binding.yaml` file into your hard drive, then configure it according to your needs.
 
diff --git a/docs/modules/ROOT/pages/timer-source.adoc b/docs/modules/ROOT/pages/timer-source.adoc
index bcb0a9f..658063c 100644
--- a/docs/modules/ROOT/pages/timer-source.adoc
+++ b/docs/modules/ROOT/pages/timer-source.adoc
@@ -48,7 +48,7 @@ spec:
 
 ----
 
-Make sure you have xref:latest@camel-k::installation/installation.html[Camel K installed] into the Kubernetes cluster you're connected to.
+Make sure you have xref:latest@camel-k::installation/installation.adoc[Camel K installed] into the Kubernetes cluster you're connected to.
 
 Save the `timer-source-binding.yaml` file into your hard drive, then configure it according to your needs.