Skip to content

v0.5.0

Choose a tag to compare

@Kasui92 Kasui92 released this 03 Sep 09:54
· 134 commits to main since this release
2701ef2

What's Changed

Added

  • Full support for Astro's base option across navigation, public assets, search, redirects, raw Markdown routes, structured data and llms.txt by @Kasui92
  • Permanent compatibility redirect from the opening page's named URL to the documentation root by @Kasui92
  • Warning when an Astro index page conflicts with documentation mounted at the site root by @Kasui92

Changed

  • Documentation now mounts at / by default, and the first sorted Markdown page owns the configured routeBase by @Kasui92
  • Set routeBase: "/docs" to keep a landing page at the site root by @Kasui92
  • URL generation, integration setup and documentation navigation have been reorganized into cohesive modules by @Kasui92
  • Navigation data and page headings are now computed once per page by @Kasui92

Fixed

  • Opening-page redirects are no longer included as canonical content in the sitemap by @Kasui92
  • Documentation URLs now consistently follow filename-derived slugs, including filenames containing special characters by @Kasui92
  • Consumer tests now use isolated package archives and report command failures with useful diagnostics by @Kasui92

Full Changelog: v0.4.0...v0.5.0