github withastro/starlight @astrojs/starlight@0.3.0

Minor Changes

  • #237 4279d75 Thanks @HiDeoo! - Use path instead of slugified path for auto-generated sidebar item configuration

    ⚠️ Potentially breaking change. If your docs directory names don’t match their URLs, for example they contain whitespace like docs/my docs/, and you were referencing these in an autogenerate sidebar group as my-docs, update your config to reference these with the directory name instead of the slugified version:

    autogenerate: {
    - directory: 'my-docs',
    + directory: 'my docs',
    }
  • #226 1aa2187 Thanks @delucis! - Add support for custom 404 pages.

Patch Changes

Don't miss a new starlight release

NewReleases is sending notifications on new releases.