Skip to content

v1.18.0

Latest

Choose a tag to compare

@andrepasteur andrepasteur released this 17 Jul 16:53
· 69 commits to main since this release

New features

  • End-user features:
    • (antora-extension) In API docs, automatically append the descriptions with pieces of info gathered from the following JSON Schema keywords, if these pieces of info are specified in the OpenAPI source documents: minItems/maxItems, minLength/maxLength, pattern, multipleOf, minimum/maximum, exclusiveMinimum/exclusiveMaximum, enum, default, example/examples, and const 758fe2e, 3c28559...73b4a16, fd2b182, 166a552
    • (antora-ui) Adapt the print CSS of the API docs so that API docs can exported to PDF in a pretty layout ed64599
    • (antora-ui) Enhance the appearance of the navigation tree by highlighting the parent pages of the active page, instead of just the active page 61daf6f
  • Authoring/CI-centric features:

Improvements

  • (antora-extension / antora-ui) UI improvements:
    • In API docs, move contact info and terms of service info from below the intro text to below the page title 166a552
    • In API docs, rename "Shell" tab to "Curl" 0a82bc0...46ec86d
    • In API docs, add vertical padding at the bottom of the left panel to prevent the last item of the list from being hidden by the browser's URL text pop-up 450944c
    • In the User Guide's search results list, add a small message to inform of the possibility to press Enter to access the standalone search results page 0a82bc0
  • (Vale) Update Vale rules, to detect curved quotes, code blocks that should be JSON, and some term exceptions 9973890...5d97239

Bugfixes