This project demonstrates how to organize your documentation into multiple sidebars using Docusaurus, allowing for better navigation and user experience in your documentation site.
Follow these steps to set up and run the project locally:
-
Begin by cloning this repository to your local machine:
git clone https://github.com/jnikhila/docusaurus-multiple-sidebars.git
-
Change to the project directory
cd docusaurus-multiple-sidebars/website
-
Install the necessary dependencies using npm:
npm install
-
Start the local development server:
npm start
The documentation site will be accessible at http://localhost:3000. Open this URL in your browser to view the site.
For more details and to view the project live, visit the live demo of setting up multiple sidebars in Docusaurus.
I’d love to hear your feedback! If you have any questions, comments, or suggestions, please raise an issue on the GitHub Discussions. Your input helps me improve the project and documentation.
Happy documenting!