v0.5.0
What's Changed
Added
- Full support for Astro's
baseoption across navigation, public assets, search, redirects, raw Markdown routes, structured data andllms.txtby @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 configuredrouteBaseby @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