This is an automated email from the ASF dual-hosted git repository.
cdeppisch pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 1921325cd5a chore(docs): Improve docs navigation
1921325cd5a is described below
commit 1921325cd5a399fbe9535a1c89853addc947c7cb
Author: Christoph Deppisch <[email protected]>
AuthorDate: Thu Aug 14 15:30:49 2025 +0200
chore(docs): Improve docs navigation
- Use "EIPs" as doc title, because "Enterprise Integration Patterns" is too
long and breaks the nav layout
- Use proper indentation for reference docs
- Move FAQs to the very end of the user manual navigation
---
.../modules/eips/pages/enterprise-integration-patterns.adoc | 3 +++
docs/user-manual/antora.yml | 2 +-
docs/user-manual/modules/ROOT/references.adoc | 10 +++++-----
3 files changed, 9 insertions(+), 6 deletions(-)
diff --git
a/core/camel-core-engine/src/main/docs/modules/eips/pages/enterprise-integration-patterns.adoc
b/core/camel-core-engine/src/main/docs/modules/eips/pages/enterprise-integration-patterns.adoc
index 380954d5ae4..f72fa283e8a 100644
---
a/core/camel-core-engine/src/main/docs/modules/eips/pages/enterprise-integration-patterns.adoc
+++
b/core/camel-core-engine/src/main/docs/modules/eips/pages/enterprise-integration-patterns.adoc
@@ -1,4 +1,7 @@
= Enterprise Integration Patterns
+:doctitle: EIPs
+:shortname: eips
+:description: Enterprise Integration Patterns
Camel supports most of the
http://www.eaipatterns.com/toc.html[Enterprise Integration Patterns]
diff --git a/docs/user-manual/antora.yml b/docs/user-manual/antora.yml
index add985a32f8..46ab486828f 100644
--- a/docs/user-manual/antora.yml
+++ b/docs/user-manual/antora.yml
@@ -20,5 +20,5 @@ title: User manual
version: ~
nav:
- modules/ROOT/nav.adoc
-- modules/faq/nav.adoc
- modules/ROOT/references.adoc
+- modules/faq/nav.adoc
diff --git a/docs/user-manual/modules/ROOT/references.adoc
b/docs/user-manual/modules/ROOT/references.adoc
index 5f65980b577..ee11dbf8143 100644
--- a/docs/user-manual/modules/ROOT/references.adoc
+++ b/docs/user-manual/modules/ROOT/references.adoc
@@ -1,5 +1,5 @@
-* *Reference*
-* xref:components::index.adoc[Components]
-* xref:components:dataformats:index.adoc[Data Formats]
-* xref:components:languages:index.adoc[Languages]
-* xref:components:eips:enterprise-integration-patterns.adoc[EIPs]
+* Reference
+** xref:components::index.adoc[Components]
+** xref:components:dataformats:index.adoc[Data Formats]
+** xref:components:languages:index.adoc[Languages]
+** xref:components:eips:enterprise-integration-patterns.adoc[EIPs]