-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Block selection in docs only works in single page HTML #23709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It seems to be working on other pages on the multi-pages variant: https://docs.spring.io/spring-boot/docs/2.4.0-SNAPSHOT/reference/html/using-spring-boot.html#using-boot This reminds me of a discussion with @wilkinsona where we found out that extensions were only applied to a subset of pages. In the end, overriding the |
It does indeed. IIRC, we tracked it down to AsciidoctorJ only including the extension on the first call to convert. Subsequent calls wouldn't use the extension. It doesn't show up with the single-page docs as there's only a single convert call under the covers. With the multi-page docs, the extension only runs once (on the first page that's converted) so you get the block selection tabs only on that first page. |
I tried this, but it didn't work:
|
That fix works for me. |
See https://docs.spring.io/spring-boot/docs/2.4.0-SNAPSHOT/reference/html/spring-boot-features.html#boot-features-email vs https://docs.spring.io/spring-boot/docs/2.4.0-SNAPSHOT/reference/htmlsingle/index.html#boot-features-email
The text was updated successfully, but these errors were encountered: