This project is built so writers can contribute without learning the full toolchain first.
Start the preview
Use the script for your operating system:
- macOS:
./start-docs.command - Windows:
.\start-docs.bat - Linux:
./start-docs.sh
When the preview is ready, open http://localhost:8000. The first run will install the docs tools for you.
Edit a page
- Open the
docs/folder. - Choose the page you want to improve.
- Edit the Markdown file.
- Save your changes and review the preview.
Add a page
- Copy
templates/page-template.md. - Save the new file inside
docs/. - Add the page to the
pageslist indocs/meta.json. - Refresh the preview and confirm the page appears in the sidebar.
Check before sharing
Use the script for your operating system:
- macOS:
./check-docs.command - Windows:
.\check-docs.bat - Linux:
./check-docs.sh
If you prefer the manual steps
There is also a manual local workflow:
macOS and Linux
./scripts/bootstrap.sh
./scripts/serve-local.shWindows PowerShell
.\scripts\bootstrap.ps1
.\scripts\serve-local.ps1