Skip to content

Releases: elastic/docs-builder

docs-builder 0.4.0

16 Jan 10:45
570053a
Compare
Choose a tag to compare

✨ Features

  • Add support for 'continue-on-error' input in publish action by @Mpdreamz in #210

🐛 Bug Fixes

⚙️ Automation

Full Changelog: 0.3.0...v0.4.0

docs-builder 0.3.0

15 Jan 12:47
8c46022
Compare
Choose a tag to compare

✨ Features

  • Add update-link-index action by @reakaleek in #207
  • Limit diagnostics output and enhance logging clarity by @Mpdreamz in #208
  • Add interpolation support and unify substitution logic by @Mpdreamz in #201
  • Add auto text link generation for markdown files by @Mpdreamz in #197
  • Enforce _snippets folder rules for includes by @Mpdreamz in #190
  • Add GitHub edit link generation for documentation pages by @Mpdreamz in #198

🐛 Bug Fixes

  • Add "strict" mode to treat warnings as errors by @Mpdreamz in #206
  • Fix _static folder required during release builds by @Mpdreamz in #204

📝 Documentation

🧰 Maintenance

Full Changelog: 0.2.0...v0.3.0

0.2.0

14 Jan 19:54
552b631
Compare
Choose a tag to compare

What's Changed

  • Remove diagnostic link and sub parsing from the minimal parse routine by @Mpdreamz in #141
  • More docs updates by @bmorelli25 in #136
  • Add a sentence on how to fix the external URI warning by @reakaleek in #142
  • Add global substitutions support to Markdown processing by @Mpdreamz in #143
  • Make .git folder optional so tool can be run on any folder by @Mpdreamz in #144
  • Fix collapsing toc when clicking on a nested page by @reakaleek in #149
  • Ensure uncaught yaml parsing errors are recoverable by @Mpdreamz in #150
  • Add support for custom heading anchors in Markdown. by @Mpdreamz in #153
  • Implement breadcrumbs fixes #138 by @Mpdreamz in #148
  • Refactor file processing and improve exception handling by @Mpdreamz in #154
  • Fix an edgecase where substitutions could not track the delimiter properly when an empty line preceded it and followed it by @Mpdreamz in #155
  • Fix links to localhost by @reakaleek in #157
  • Introduce toc.yml, allows toc's to be split one directory deep by @Mpdreamz in #165
  • Introduce dedicated error collector for serve command by @Mpdreamz in #167
  • Add cross-links to links.json by @reakaleek in #168
  • Refactor navigation and model hierarchy. by @Mpdreamz in #181
  • Add to Migration, Syntax, and Contribution Guides by @bmorelli25 in #170
  • Initial scaffolding of the docs-assembler binary by @Mpdreamz in #186
  • fix 183 prevent index pages from being listed twice by @Mpdreamz in #189
  • Fix tab groups by @reakaleek in #187
  • Warn about links with template expressions by @reakaleek in #191

New Contributors

Full Changelog: 0.1.3...0.2.0

0.1.3

06 Jan 22:31
99ae294
Compare
Choose a tag to compare
ensure we call bash on windows when calling gh upload

0.1.2

06 Jan 22:09
e6bae52
Compare
Choose a tag to compare
update permissions for release attachment

0.1.1

06 Jan 21:57
be3dd48
Compare
Choose a tag to compare

Another prerelease testing our binary attachment automation.

0.1.0

06 Jan 21:45
362cf03
Compare
Choose a tag to compare

Initial release to test automation.