The project documentation website is built using Docusaurus.
All documentation content is maintained inside the content/ folder.
To update the documentation, modify the corresponding Markdown file in this folder. Any changes made there will be reflected in the documentation website after merging into main branch.
npm installnpm startAfter running the above command, a localhost URL will be displayed in the terminal (typically something like http://localhost:3000).
Open this link in your browser to view the documentation site locally.
Please see the Contribution Guidelines for more information.