Skip to content

ZaparooProject/zaparoo.org

Repository files navigation

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ pnpm install

Local Development

$ 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.

Build

$ pnpm build

This command generates static content into the build directory and can be served using any static contents hosting service.

Core Release Checklist

  1. Check commits since last release for changelog
  2. Update docs/ with new features/config options
  3. Create Stable docs snapshot: pnpm docusaurus docs:version X.X.X
  4. Update Stable/Next versioning:
    • docusaurus.config.ts (lastVersion, Stable version config, and docusaurus-plugin-llms docsDir)
    • versions.json should contain only the new Stable version
    • Remove old versioned_docs/ and versioned_sidebars/ snapshots unless intentionally retaining them
  5. Copy install script: cp ../zaparoo-core/scripts/install.sh static/
  6. Update versions in:
    • src/components/DownloadCard/index.tsx (version, date, blog slug)
    • static/install.sh (DEFAULT_VERSION)
  7. Update static/llms.txt manually with new important docs pages or platform changes
  8. Write blog post in blog/YYYY-MM-DD-core-vX.X.X/index.mdx
  9. Build and verify: pnpm build && pnpm serve

About

The zaparoo.org website

Resources

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

 
 
 

Contributors