This is an automated email from the ASF dual-hosted git repository.
tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 59adea0 Fix asciidoctor warnings at camel-website build (#2517)
59adea0 is described below
commit 59adea081154464fa971b33f8d96189ece753d36
Author: Tadayoshi Sato <[email protected]>
AuthorDate: Tue Apr 27 17:23:55 2021 +0900
Fix asciidoctor warnings at camel-website build (#2517)
---
docs/modules/ROOT/pages/index.adoc | 2 +-
docs/modules/ROOT/pages/user-guide/cdi.adoc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/modules/ROOT/pages/index.adoc
b/docs/modules/ROOT/pages/index.adoc
index 1eb89f7..560813f 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -13,7 +13,7 @@ Camel Quarkus also takes advantage of the many performance
improvements made in
You can xref:user-guide/defining-camel-routes.adoc[define Camel routes] using
the Java DSL, XML, Kotlin, Groovy, YAML or JavaScript.
-=== Where to go next?
+== Where to go next?
* xref:user-guide/index.adoc[User guide]
* xref:contributor-guide/index.adoc[Contributor guide]
diff --git a/docs/modules/ROOT/pages/user-guide/cdi.adoc
b/docs/modules/ROOT/pages/user-guide/cdi.adoc
index caf8ff7..7f43555 100644
--- a/docs/modules/ROOT/pages/user-guide/cdi.adoc
+++ b/docs/modules/ROOT/pages/user-guide/cdi.adoc
@@ -41,7 +41,7 @@ you really need it.
TIP: Please refer to the
https://quarkus.io/blog/quarkus-dependency-injection[Quarkus Dependency
Injection guide] for more details.
-=== Accessing `CamelContext`
+== Accessing `CamelContext`
To access `CamelContext` just inject it into your bean: