Hi There is a new spring-boot module called camel-springdoc-starter which could be the cause of this.
I checked which -starter has .adoc files and its only ~/workspace/camel-spring-boot/components-starter main ❯ find . -name '*.adoc' ./camel-springdoc-starter/src/main/docs/springdoc-starter.adoc ./camel-openapi-java-starter/src/main/docs/openapi-java-starter.adoc And then in the docs folder, then it is only one of them there is located there. Maybe the file (springdoc-starter.adoc) must be manually copied over there or something? ~/workspace/camel-spring-boot/docs main ❯ find . -name '*.adoc' ./components/modules/spring-boot/partials/openapi-java-starter.adoc ./components/modules/spring-boot/partials/starter.adoc ./spring-boot/modules/ROOT/nav.adoc ./spring-boot/modules/ROOT/pages/spring-boot-xml.adoc ./spring-boot/modules/ROOT/pages/list.adoc ./spring-boot/modules/ROOT/pages/spring-boot.adoc ./spring-boot/modules/ROOT/pages/index.adoc On Wed, Nov 3, 2021 at 2:31 PM David Jencks <david.a.jen...@gmail.com> wrote: > > Please don’t remove that include, it’s there to tell you that someone made > the camel spring boot system inconsistent. The inconsistency is that there’s > a .json file for a starter with no corresponding documentation page. If you > build the site locally and look at the spring boot index page you’ll see what > it is. If you can access the build results that failed you can see it there, > but I don’t know how to do that. > > Where would be a good place to document how this works? > > David Jencks > > > > > On Nov 3, 2021, at 4:23 AM, Zoran Regvart <zo...@regvart.com> wrote: > > > > Hi Cameleers, > > The website has been broken for a few days now. One issue[1] reported > > by Claus was fixed by making sure that the Yarn cache is appropriate > > for the Docker/Linux build we perform on ci-builds.a.o. > > > > Now that issue seems to be resolved, but another issue occurred, and I > > can't really understand why, the `yarn workspaces foreach` seems to > > ignore the top-level workspace, and only the Antora UI is built. > > > > This issue seems to be resolved by upgrading Yarn & plugins, which I > > have prepared in a draft pull request[2], but that is now blocked by > > an error in the build traced back to a pull request[3] in > > camel-spring-boot. > > > > I'm not sure if I should outright remove that include, or if it serves > > a specific purpose that I don't understand yet. > > > > Can someone help me with this? David? > > > > zoran > > > > [1] https://github.com/apache/camel-website/issues/660 > > [2] https://github.com/apache/camel-website/pull/646 > > [3] https://github.com/apache/camel-spring-boot/pull/391 > > -- > > Zoran Regvart > -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2