This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 44d9ae1cab2d1698a109ee3dc2ecf081f9d4dcdd Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Mon Dec 5 15:32:08 2022 +0100 (docs) moved the project main page to the website project --- docs/main/antora.yml | 1 + .../modules/ROOT/attachments/contents-table.html | 83 ---------------------- docs/main/modules/ROOT/nav.adoc | 2 +- docs/main/modules/ROOT/pages/index.adoc | 10 --- .../modules/advanced-camel-core-guides/nav.adoc | 1 + docs/main/modules/getting-started/nav.adoc | 1 + docs/main/modules/reference/nav.adoc | 1 + docs/main/modules/working-with-camel-core/nav.adoc | 1 + 8 files changed, 6 insertions(+), 94 deletions(-) diff --git a/docs/main/antora.yml b/docs/main/antora.yml index efaa1a14fd4..3d3fe0591ef 100644 --- a/docs/main/antora.yml +++ b/docs/main/antora.yml @@ -20,3 +20,4 @@ title: Camel Core version: ~ nav: - modules/ROOT/nav.adoc +- modules/getting-started/nav.adoc diff --git a/docs/main/modules/ROOT/attachments/contents-table.html b/docs/main/modules/ROOT/attachments/contents-table.html deleted file mode 100644 index 70e62269a6f..00000000000 --- a/docs/main/modules/ROOT/attachments/contents-table.html +++ /dev/null @@ -1,83 +0,0 @@ -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one or more - ~ contributor license agreements. See the NOTICE file distributed with - ~ this work for additional information regarding copyright ownership. - ~ The ASF licenses this file to You under the Apache License, Version 2.0 - ~ (the "License"); you may not use this file except in compliance with - ~ the License. You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the License is distributed on an "AS IS" BASIS, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - ~ See the License for the specific language governing permissions and - ~ limitations under the License. - --> - -<div class="row-camel-core-main"> - <div class="column-camel-core-13"> - <h2>Get started</h2> - <p> - Get started with the Camel Core project. Discover if it is the right project for your needs. <b>Learn basic concepts</b> of integrating systems, the <b>fundamentals</b> of the Camel Core project and <b>create your first project</b>. - </p> - <a class="button dark" href="getting-started">Learn More</a> - </div> - <div class="column-camel-core-13"> - <h2>Working with Camel Core</h2> - <p> - Get started with the Camel Core project. Discover if it is the right project for your needs. <b>Learn basic concepts</b> of integrating systems, the <b>fundamentals</b> of the Camel Core project and <b>create your first project</b>. - </p> - <a class="button dark" href="working-with-camel-core">Learn More</a> - </div> - <div class="column-camel-core-13"> - <h2>Advanced Camel Core Guides</h2> - <p> - Learn about additional ways to <b>customize</b> your integrations. Explore <b>alternatives to consume and produce</b> data and to <b>write and define</b> routes. - </p> - - <a class="button dark" href="advanced-camel-core-guides">Learn More</a> - </div> -</div> -<div class="row-camel-core-main"> - <div class="column-camel-core-13"> - <h2>Reference Documentation</h2> - <p> - The comprehensive <b>reference documentation</b> for all 300+ Camel <b>components, enterprise integration patterns (EIPs)</b> and links to the <b>JavaDoc</b> documentation. - </p> - <a class="button dark" href="reference">Learn More</a> - </div> - <div class="column-camel-core-13"> - <h2>Migration and Upgrade</h2> - <p> - The <b>migration</b> and <b>upgrade</b> guides you need to follow to keep your Camel Core integrations <b>up-to-date</b>. - </p> - <a class="button dark" href="../manual/camel-3x-upgrade-guide.html">Learn More</a> - </div> - <div class="column-camel-core-13"> - <h2>Support</h2> - <p> - Find out how to <b>obtain help</b> using the Camel Core project, how to <b>report problems</b> and where to find our our community on the web. - </p> - <a class="button dark" href="../community/support">Learn More</a> - </div> -</div> -<div class="row-camel-core-main"> - <div class="column-camel-core-13"> - <h2>Contribute</h2> - <p> - Everything you need to know to make a <b>contribution</b> to the Camel Core project. Learn how to <b>build, test, document</b> and improve the project. - </p> - <a class="button dark" href="../community/contributing">Learn More</a> - </div> - <div class="column-camel-core-13"> - <h2>Use Cases and Success Stories</h2> - <p> - Discover <b>who is using</b> Apache Camel and read about <b>success stories</b> of developers and organizations using Camel. - </p> - <a class="button dark" href="../community/user-stories">Learn More</a> - </div> - <div class="column-camel-core-13"> - - </div> -</div> diff --git a/docs/main/modules/ROOT/nav.adoc b/docs/main/modules/ROOT/nav.adoc index 042e3ed22e6..8b137891791 100644 --- a/docs/main/modules/ROOT/nav.adoc +++ b/docs/main/modules/ROOT/nav.adoc @@ -1 +1 @@ -* xref:index.adoc[Index] + diff --git a/docs/main/modules/ROOT/pages/index.adoc b/docs/main/modules/ROOT/pages/index.adoc deleted file mode 100644 index c8110f6313e..00000000000 --- a/docs/main/modules/ROOT/pages/index.adoc +++ /dev/null @@ -1,10 +0,0 @@ -= Apache Camel Core - -Apache Camel is an Open Source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. - -The Apache Camel Core is the foundation for all other projects. Ideal for experienced Java developers or architects willing to innovate and build upon a lower level integration framework. - -++++ -include::attachment$contents-table.html[] -++++ - diff --git a/docs/main/modules/advanced-camel-core-guides/nav.adoc b/docs/main/modules/advanced-camel-core-guides/nav.adoc index e69de29bb2d..042e3ed22e6 100644 --- a/docs/main/modules/advanced-camel-core-guides/nav.adoc +++ b/docs/main/modules/advanced-camel-core-guides/nav.adoc @@ -0,0 +1 @@ +* xref:index.adoc[Index] diff --git a/docs/main/modules/getting-started/nav.adoc b/docs/main/modules/getting-started/nav.adoc index e69de29bb2d..042e3ed22e6 100644 --- a/docs/main/modules/getting-started/nav.adoc +++ b/docs/main/modules/getting-started/nav.adoc @@ -0,0 +1 @@ +* xref:index.adoc[Index] diff --git a/docs/main/modules/reference/nav.adoc b/docs/main/modules/reference/nav.adoc index e69de29bb2d..042e3ed22e6 100644 --- a/docs/main/modules/reference/nav.adoc +++ b/docs/main/modules/reference/nav.adoc @@ -0,0 +1 @@ +* xref:index.adoc[Index] diff --git a/docs/main/modules/working-with-camel-core/nav.adoc b/docs/main/modules/working-with-camel-core/nav.adoc index e69de29bb2d..042e3ed22e6 100644 --- a/docs/main/modules/working-with-camel-core/nav.adoc +++ b/docs/main/modules/working-with-camel-core/nav.adoc @@ -0,0 +1 @@ +* xref:index.adoc[Index]