Seeds now insert generic Demo User personas (INSERT OR IGNORE, so existing databases keep their current profile data). Drops the every-boot UPDATE backfills that re-asserted personal values, and removes the personal cron env example templates in favor of the generic scripts/jobber-cron.env.example.
JobOps Docs Site
Docusaurus workspace for user-facing documentation.
Development
From repository root:
npm run docs:dev
Local docs server runs on http://localhost:3006.
Build
npm run docs:build
Build output:
docs-site/build
Configuration
Set these environment variables for deploys:
DOCS_SITE_URL: Public origin for canonical/sitemap URLs. Example:https://jobops.dakheera47.comDOCS_BASE_URL: Route prefix where docs are hosted. Example:/docs/
Defaults:
DOCS_SITE_URL=http://localhost:3006for local development (npm run docs:dev)DOCS_SITE_URL=https://jobops.dakheera47.comfor production builds when unsetDOCS_BASE_URL=/docs/
Versioning
Cut a docs version tied to a release tag:
npm run docs:version -- 1.0.0