0.3.0
Release Image

🍿 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