Jobber/docs-site
ilia 9576c3d7a1 feat: workplace filter, job dedup, company skip docs, deploy notes
- Add remote/orchestrator filter by workplace (remote, not remote, unknown) with URL param
- Expose isRemote on job list API; canonicalize URLs and source_job_id dedup on import
- Onboarding: optional VITE_SKIP_RXRESUME_ONBOARDING for RxResume-free onboarding
- Scoring UI + docs for company skip list; pipeline-run dedup note
- Vitest: TZ=UTC for stable time-based tests
- DEPLOY_GITEA_VM_CRON_TELEGRAM.md for VM/cron/Telegram ops

Made-with: Cursor
2026-04-04 14:44:52 -04:00
..
2026-02-16 17:00:51 +00:00
2026-03-06 12:22:43 +00:00
2026-02-15 22:20:56 +00:00
2026-02-15 22:20:56 +00:00
2026-03-06 12:22:43 +00:00

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.com
  • DOCS_BASE_URL: Route prefix where docs are hosted. Example: /docs/

Defaults:

  • DOCS_SITE_URL=http://localhost:3006 for local development (npm run docs:dev)
  • DOCS_SITE_URL=https://jobops.dakheera47.com for production builds when unset
  • DOCS_BASE_URL=/docs/

Versioning

Cut a docs version tied to a release tag:

npm run docs:version -- 1.0.0