Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

#287 Fix asciidoctor build messages #288

Conversation

abelsromero
Copy link
Contributor

@abelsromero abelsromero commented Aug 3, 2022

  • Fix invalid <<listener>> cross-references: used autogenerated id instead
  • Fix invalid section numbers in jdbc-integrations.adoc
  • Fix broken TokensInheritanceStrategy cross-references
  • Correctly rename jdbc-integraions.adoc to jdbc-integrations.adoc
  • Set java as default language for code blocks in toc.adoc: applied short
    notation for code blocks where applicable (ie. xml, sql) 馃憠 with that there's no need to add [source,java] everytime, but I kept them to minimize changes.
  • Chain paragraphs ('+') to fix misalignment of numbered section in configuration-replacement.adoc
  • Reorder TokensInheritanceStrategy.RESET to first position to respect order in
    which strategies are introduced

Closes #287

* Fix invalid <<listener>> cross-references: used autogenerated id instead
* Fix invalid section numbers in jdbc-integrations.adoc
* Fix broken TokensInheritanceStrategy cross-references
* Correctly rename jdbc-integraions.adoc to jdbc-integrations.adoc
* Set java as default language for code blocks in `toc.adoc`: applied short
notation for code blocks where applicable (ie. xml, sql)
* Chain paragraphs ('+') to fix misalignment of numbered section in configuration-replacement.adoc
* Reorder TokensInheritanceStrategy.RESET to first position to respect order in
which strategies are introduced
@vladimir-bukhtoyarov
Copy link
Collaborator

Thank you

@vladimir-bukhtoyarov vladimir-bukhtoyarov merged commit b21d88e into bucket4j:master Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error messages in asciidoctor build
2 participants