
🍿 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 anautogenerate
sidebar group asmy-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
-
#234
91309ae
Thanks @morinokami! - Add Japanese translation forsearch.devWarning
-
#227
fbdecfa
Thanks @Yan-Thomas! - Add missing i18n support to the Search component’s dev warning. -
#244
f1bcbeb
Thanks @Waxer59! - Add Spanish translation forsearch.devWarning