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-spring-boot.git
commit 7f34b7e9fd99032db96c25cd2426fe51be2b4744 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Wed Feb 12 18:37:00 2020 +0100 Add doctitle atribute This adds the `doctitle` Asciidoc attribute making it unnecessary for the `.adoc` file to start with level 0 section. We want to start with level 1 section as these files will be included at the bottom of the corresponding component documentation and it would be incorrect for them to start with `<h1>` when rendered to HTML. --- .../src/main/resources/spring-boot-auto-configure-options.mvel | 1 + 1 file changed, 1 insertion(+) diff --git a/tooling/camel-spring-boot-generator-maven-plugin/src/main/resources/spring-boot-auto-configure-options.mvel b/tooling/camel-spring-boot-generator-maven-plugin/src/main/resources/spring-boot-auto-configure-options.mvel index 6156f18..955a761 100644 --- a/tooling/camel-spring-boot-generator-maven-plugin/src/main/resources/spring-boot-auto-configure-options.mvel +++ b/tooling/camel-spring-boot-generator-maven-plugin/src/main/resources/spring-boot-auto-configure-options.mvel @@ -1,4 +1,5 @@ :page-partial: +:doctitle: Camel Spring Boot Starter for @{title} == Spring Boot Auto-Configuration