This is an automated email from the ASF dual-hosted git repository.

djencks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 05d246166837a454f19a9e4a3a737077f53845c9
Author: David Jencks <[email protected]>
AuthorDate: Wed Nov 3 14:13:01 2021 -0700

    add explanation of what to do to the error list section
---
 docs/spring-boot/modules/ROOT/pages/list.adoc | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/spring-boot/modules/ROOT/pages/list.adoc 
b/docs/spring-boot/modules/ROOT/pages/list.adoc
index d001f08..afe70a0 100644
--- a/docs/spring-boot/modules/ROOT/pages/list.adoc
+++ b/docs/spring-boot/modules/ROOT/pages/list.adoc
@@ -18,6 +18,15 @@ ifdef::sb-statistics[]
 
 include::Error-unused-starter-json.adoc[]
 
+If this section appears in the (failed) website build, there is a mismatch 
between the camel spring boot starter json files, which are used to generate 
the spring-boot section of main camel component documentation, and the names 
used in those main camel component documentation pages.
+The names of the unused spring boot starter json files are listed below.
+Each of these needs to be used in a component doc page as the 
`camel-spring-boot-name` header attribute, like this:
+
+[source,adoc]
+----
+:camel-spring-boot-name: springdoc
+----
+
 There are {existing} spring boot starter json files.
 
 Of these {used} are used in components, dataformats, etc.

Reply via email to