spring-batch icon indicating copy to clipboard operation
spring-batch copied to clipboard

Asciidoctor errors

Open Buzzardo opened this issue 3 years ago • 1 comments
trafficstars

When the documentation generation process runs, it throws some errors: headings out of order in a few places and a few invalid references. The fix is to go through each of those files to correct the heading levels and track down the invalid references (and either correct them or remove them).

Buzzardo avatar Jul 27 '22 22:07 Buzzardo

You can assign this one to me.

Buzzardo avatar Jul 27 '22 22:07 Buzzardo

@Buzzardo I think one of these errors is causing a regression on the code style toggle:

  • 4.3.8: the toggle is present
  • 5.0.1: the toggle is absent

It seems the regression has been introduced in 5.0.0.

It would be great if we have an error/warning free build for the docs.

fmbenhassine avatar Apr 05 '23 08:04 fmbenhassine

There are still a couple issues to resolve this issue:

  • [x] Fix toggle (done, #4355)
  • [ ] Fix invalid references
  • [ ] Fix build failure with asciidoctorj-pdf 2.3.3

fmbenhassine avatar Apr 24 '23 14:04 fmbenhassine