Jobber/docs-site
Shaheer Sarfaraz d34a9f041b
Hiring cafe extractor (#192)
* feat(hiringcafe): register new source across shared/server/client enums

* feat(hiringcafe-extractor): add browser-backed Hiring Cafe dataset extractor

* feat(orchestrator): integrate Hiring Cafe discovery service into pipeline

* feat(orchestrator-ui): add Hiring Cafe to source availability and run estimates

* chore(hiringcafe): wire CI/docker and add extractor documentation

* chore(format): apply biome formatting for Hiring Cafe integration

* add original websites

* coomints

* number or null
2026-02-19 12:51:55 +00:00
..
2026-02-19 12:51:55 +00:00
2026-02-16 17:00:51 +00:00
2026-02-16 17:00:51 +00:00
2026-02-18 15:58:17 +00:00
2026-02-18 22:05:15 +00:00
2026-02-15 22:20:56 +00:00
2026-02-15 22:20:56 +00:00
2026-02-16 01:07:42 +00:00
2026-02-19 12:51:55 +00:00
2026-02-15 22:20:56 +00:00
2026-02-18 22:05:15 +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 (local development):

  • DOCS_SITE_URL=http://localhost:3006
  • DOCS_BASE_URL=/docs/

Versioning

Cut a docs version tied to a release tag:

npm run docs:version -- 1.0.0