Jobber/docs-site
Shaheer Sarfaraz c5c6675f04
feat: add Adzuna extractor with orchestrator integration (#177)
* feat(settings): add adzuna source fields and country compatibility

* feat(discovery): integrate adzuna extractor into pipeline

* feat(client): wire adzuna in source selection and run budgeting

* docs(extractors): add adzuna guide and configuration notes

* chore(workspaces): register adzuna extractor in lockfile

* fix(adzuna): run extractor via npm script instead of npx

* fix(adzuna): execute extractor via node+tsx without shell

* fix(adzuna): prefer npm run start without shell, fallback to tsx

* fix(docker): include adzuna extractor workspace in image

* chore(adzuna): reuse shared type-conversion utilities

* type-check adzuna

* formatting

* deeedooop

* better instructions
2026-02-17 16:49:42 +00:00
..
2026-02-16 17:00:51 +00:00
2026-02-16 17:00:51 +00:00
2026-02-16 01:09:22 +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-15 22:20:56 +00:00
2026-02-16 01:09:22 +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