Official documentation site for Busiman — an all-in-one business management platform (https://busiman.in).
This repository contains the Docusaurus-based documentation that powers https://docs.busiman.in.
Quick highlights
- Written with Docusaurus v3
- Served from the custom domain:
docs.busiman.in(CNAME is included) - License: MIT — see
LICENSE
Requirements
- Node.js >= 20
- npm (or yarn)
Getting started (local)
- Install dependencies
npm install- Start the local development server (live reload)
npm run start- Build the site
npm run build- Serve the built site locally to test production output
npm run serve
# open http://localhost:3000/ and test nested routes (e.g. /intro)Deploying
- The repository includes an npm deploy script that pushes the built site to GitHub Pages:
npm run deploy- If your deployment requires SSH or a specific GIT user, set the environment vars the same way the script expects (see
package.json).
Custom domain
- This project uses
docs.busiman.in. Astatic/CNAMEfile is present so GitHub Pages will keep the custom domain after deploy. - Ensure your DNS has a CNAME record for
docspointing toBusiman-official.github.io(or the correct GitHub Pages target) and that GitHub Pages shows the custom domain as configured.
Contributing
- See
CONTRIBUTING.mdfor how to contribute,CODE_OF_CONDUCT.mdfor community guidelines, and.github/ISSUE_TEMPLATE/for issue templates. - Typical flow:
- Fork and branch
- Make changes and run
npm run buildto validate - Open a pull request describing the change and link any related issues
Security & reporting
- For security issues, see
SECURITY.mdand report privately as described there.
License
- This project is distributed under the MIT license. See
LICENSE.
Contact
- For general inquiries or maintainers, email: [email protected] (replace with preferred contact).
Thank you for helping improve Busiman documentation — contributions are welcome and appreciated.