You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2018/12/13 16:04:03 UTC

[GitHub] zregvart closed pull request #1: Add Camel K to staging website

zregvart closed pull request #1: Add Camel K to staging website
URL: https://github.com/apache/camel-website/pull/1
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.gitignore b/.gitignore
index c911a3c..f174892 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,8 @@ node_modules
 public
 static
 
+.idea
+*.iml
+.project
+.classpath
+.metadata
\ No newline at end of file
diff --git a/config.toml b/config.toml
index c0b1406..9f379e2 100644
--- a/config.toml
+++ b/config.toml
@@ -27,3 +27,10 @@ relativeURLs = true
     weight = 2
     identifier = "components"
     url = "/manual/latest/"
+
+[[menu.main]]
+    name = "Camel K"
+    parent = "docs"
+    weight = 3
+    identifier = "camel-k"
+    url = "/camel-k/latest/"
diff --git a/site.yml b/site.yml
index ba7d462..1c4a1e2 100644
--- a/site.yml
+++ b/site.yml
@@ -11,6 +11,9 @@ content:
   - url: https://gitbox.apache.org/repos/asf/camel.git
     branches: website
     start_path: docs/components
+  - url: git@github.com:apache/camel-k.git
+    branches: antora
+    start_path: docs
 
 ui:
   bundle:


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services