Skip to content

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 installer files:
    • cp ../zaparoo-core/scripts/install.sh static/
    • cp ../zaparoo-core/scripts/install-zaparoo.desktop static/
  6. Update release data in:
    • src/data/coreRelease.ts (version, release date, blog slug, GitHub release URL)
    • src/data/platforms.ts (supportTier) when a platform enters or leaves beta
    • static/install.sh needs no version edit; it resolves the latest release for its channel
  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
  10. Do not leave HTML comments (<!-- -->) in MDX posts. They compile into public JS chunks.
  11. Product names, prices, and links live in src/data/products.ts; update Warp platformNote when cloud backup platform support changes.

About

The zaparoo.org website

Resources

Security policy

Stars

0 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages