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:16 UTC

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

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.
 #