This is an automated email from the ASF dual-hosted git repository.
ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push:
new 823ba44 CAMEL-15216 : Omit the warning of level index
823ba44 is described below
commit 823ba443481087e6653f96381dccdc2fae9ed7b8
Author: Aemie Jariwala <[email protected]>
AuthorDate: Tue Jun 23 14:05:38 2020 +0530
CAMEL-15216 : Omit the warning of level index
Here, within the **6** and **7** in the ordered list gets converted to
**1** and **2** due to the fact a hard-break ( + ) was missing in the point
number **5**.
---
docs/modules/ROOT/pages/contributor-guide/promote-jvm-to-native.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/modules/ROOT/pages/contributor-guide/promote-jvm-to-native.adoc
b/docs/modules/ROOT/pages/contributor-guide/promote-jvm-to-native.adoc
index 26b333a..506ae74 100644
--- a/docs/modules/ROOT/pages/contributor-guide/promote-jvm-to-native.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/promote-jvm-to-native.adoc
@@ -45,7 +45,7 @@ The `promote` mojo does the following for you:
$ cd integration-tests/foo
$ mvn clean verify -Pnative
----
-
++
Consider shifting some tasks from runtime to build time.
The https://quarkus.io/guides/extension-authors-guide[Quarkus extension
author's guide] may be a good ally for this.