Getting Started
There are cases where having multiple sidebars for a Starlight site can be useful. Starlight does not currently support this natively, but this Starlight plugin gives a minimal implementation of this.
Setup Instructions
-
Setup a Starlight Site: https://starlight.astro.build/getting-started/
-
Install the
starlight-multi-sidebar
plugin: -
Update the
integrations.starlight.plugins
object inastro.config.mjs
to include thestarlight-multi-sidebar
plugin: -
All top-level items in
integrations.starlight.sidebar
are turned into their own sidebar. Configure each desired sidebar: -
All done! ✨