You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/11/14 11:18:14 UTC

[camel-website] branch master updated (5cf5c82 -> 8da4696)

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

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


    from 5cf5c82  Update front page
     new adad576  CAMEL-13817: Change Getting Started links
     new 0744345  CAMEL-13817: Remove getting-started.md and add URL redirection
     new bfed489  CAMEL-13817: Update the footer
     new 8da4696  CAMEL-13817: Change URLs in the footer template

The 4 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:
 antora-ui-camel/src/partials/footer-content.hbs |  2 +-
 config.toml                                     |  2 +-
 content/docs/getting-started.md                 | 39 -------------------------
 layouts/index.html                              |  2 +-
 layouts/partials/footer.html                    |  2 +-
 static/.htaccess                                |  1 +
 6 files changed, 5 insertions(+), 43 deletions(-)
 delete mode 100644 content/docs/getting-started.md


[camel-website] 04/04: CAMEL-13817: Change URLs in the footer template

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

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

commit 8da4696c942932d7945d52f705cd574e896b4414
Author: Omar Al-Safi <om...@gmail.com>
AuthorDate: Thu Nov 14 12:08:34 2019 +0100

    CAMEL-13817: Change URLs in the footer template
    
    Signed-off-by: Omar Al-Safi <om...@gmail.com>
---
 antora-ui-camel/src/partials/footer-content.hbs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/antora-ui-camel/src/partials/footer-content.hbs b/antora-ui-camel/src/partials/footer-content.hbs
index e8ef75c..5d25489 100644
--- a/antora-ui-camel/src/partials/footer-content.hbs
+++ b/antora-ui-camel/src/partials/footer-content.hbs
@@ -8,7 +8,7 @@
                 <dd><a href="{{siteRootPath}}/blog/">Blog</a></dd>
                 <dd><a href="{{siteRootPath}}/components/latest/">Components</a></dd>
                 <dd><a href="{{siteRootPath}}/download/">Download</a></dd>
-                <dd><a href="{{siteRootPath}}/docs/getting-started/">Getting started</a></dd>
+                <dd><a href="{{siteRootPath}}/manual/latest/getting-started.html">Getting started</a></dd>
                 <dd><a href="{{siteRootPath}}/manual/latest/faq.html">FAQ</a></dd>
             </dl>
             <dl>


[camel-website] 02/04: CAMEL-13817: Remove getting-started.md and add URL redirection

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

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

commit 0744345f6a98fa6191643dae74885df76ed992d8
Author: Omar Al-Safi <om...@gmail.com>
AuthorDate: Wed Nov 13 17:15:48 2019 +0100

    CAMEL-13817: Remove getting-started.md and add URL redirection
    
    Signed-off-by: Omar Al-Safi <om...@gmail.com>
---
 content/docs/getting-started.md | 39 ---------------------------------------
 static/.htaccess                |  1 +
 2 files changed, 1 insertion(+), 39 deletions(-)

diff --git a/content/docs/getting-started.md b/content/docs/getting-started.md
deleted file mode 100644
index b7eacc0..0000000
--- a/content/docs/getting-started.md
+++ /dev/null
@@ -1,39 +0,0 @@
----
-title: "Getting started"
----
-
-First you need to [Download](/download/) the Camel distribution or you could grab the [Sources](/docs/sources/) and try [Building](/docs/building/) it yourself.
-
-Then come back here and you might want to read the following documentation before continuing:
-
-*  Longer Getting Started Guide
-*  Find out about Enterprise Integration Patterns and how to implement them with Camel
-*  Review the Architecture guide to see how to build Routes using the Java DSL or Spring based Xml Configuration
-
-## Working with CamelContexts and RouteBuilders
-
-To get started with Camel:
-
-*  Create a CamelContext.
-*  Optionally, configure components or endpoints.
-*  Add whatever routing rules you wish using the DSL and RouteBuilder or using Xml Configuration.
-*  Start the context.
-
-When your application is closing you may wish to stop the context
-
-When you are ready, why not Walk through an Example?
-And then continue the walk Walk through another example
-And after the walks head over to the tutorials.
-
-## Working with Spring
-
-If you use Spring as a Dependency Injection container then please refer to the Camel Spring documentation.
-
-## Other Resources
-
-We strongly suggest that you brew a cup of coffee or tea and take the 30 minutes to read one or more of the following resources:
-
-*  Camel in Action, Chapter 1 free chapter 1 of the Camel in Action book. Highly recommended to read to learn what Camel is and the basic Camel concepts. This is a free chapter you can download directly as a pdf (about 20 pages) and introduces you to Camel. We have been told by experience Camel end users they wished this chapter was available to them when they started learning Camel.
-*  Open Source Integration with Apache Camel and How Fuse IDE Can Help by Jonathan Anstey. Updated article of the Apache Camel: Integration Nirvana. Great article to learn what Camel is and has a good use case example.
-*  Several of the vendors on the Commercial Camel Offerings page also offer various tutorials, webinars, examples, etc.... that may be useful.
-*  Articles is a link collection with articles, blogs, podcasts, presentations and the likes about Camel done by people from the community.
diff --git a/static/.htaccess b/static/.htaccess
index cf12705..1098df2 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -1048,6 +1048,7 @@ Redirect 301 /xstream.html /components/latest/xstream-dataformat.html
 Redirect 301 /yammer.html /components/latest/yammer-component.html
 Redirect 301 /zip-file-dataformat.html /components/latest/zipfile-dataformat.html
 Redirect 301 /zookeeper.html /components/latest/zookeeper-component.html
+Redirect 301 /docs/getting-started /manual/latest/getting-started.html
 
 # Disable the pattern matching based on filenames.
 #


[camel-website] 03/04: CAMEL-13817: Update the footer

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

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

commit bfed48975a40989728802ee3afc0ac384332241b
Author: Omar Al-Safi <om...@gmail.com>
AuthorDate: Thu Nov 14 11:21:55 2019 +0100

    CAMEL-13817: Update the footer
---
 layouts/partials/footer.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 465f01b..51620cb 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -9,7 +9,7 @@
                 <dd><a href="/blog/">Blog</a></dd>
                 <dd><a href="/components/latest/">Components</a></dd>
                 <dd><a href="/download/">Download</a></dd>
-                <dd><a href="/docs/getting-started/">Getting started</a></dd>
+                <dd><a href="/manual/latest/getting-started.html">Getting started</a></dd>
                 <dd><a href="/manual/latest/faq.html">FAQ</a></dd>
             </dl>
             <dl>


[camel-website] 01/04: CAMEL-13817: Change Getting Started links

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

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

commit adad57644be760437d67c15f4307fca581b9a396
Author: Omar Al-Safi <om...@gmail.com>
AuthorDate: Wed Nov 13 16:27:03 2019 +0100

    CAMEL-13817: Change Getting Started links
    
    Signed-off-by: Omar Al-Safi <om...@gmail.com>
---
 config.toml        | 2 +-
 layouts/index.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.toml b/config.toml
index f18e26e..5455a79 100644
--- a/config.toml
+++ b/config.toml
@@ -47,7 +47,7 @@ enableRobotsTXT = true
     parent = "docs"
     weight = 1
     identifier = "getting-started"
-    url = "/docs/getting-started/"
+    url = "/manual/latest/getting-started.html"
 
 [[menu.main]]
     name = "User manual"
diff --git a/layouts/index.html b/layouts/index.html
index 695b831..b99d9c3 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -11,7 +11,7 @@
   </svg>
   <p>Camel is an <mark>open source integration framework</mark> that empowers you to quickly and easily integrate various systems consuming or producing data.
   </p>
-  <a class="significant" href="./docs/getting-started/">Get started</a>
+  <a class="significant" href="/manual/latest/getting-started.html">Get started</a>
 </header>
 
 {{ .Content }}