This website is built using Docusaurus, a modern static website generator.
$ pnpm install
$ pnpm start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ pnpm build
This command generates static content into the build directory and can be served using any static contents hosting service.
- Check commits since last release for changelog
- Update
docs/with new features/config options - Create docs snapshot:
pnpm docusaurus docs:version X.X.X - Update
docusaurus.config.ts(lastVersion + versions config) - Copy install script:
cp ../zaparoo-core/scripts/install.sh static/ - Update versions in:
src/components/DownloadCard/index.tsx(version, date, blog slug)static/install.sh(DEFAULT_VERSION)
- Write blog post in
blog/YYYY-MM-DD-core-vX.X.X/index.mdx - Build and verify:
pnpm build && pnpm serve