Jobber/docs-site
ilia f5179304c1
Some checks failed
CI / Linting (Biome) (push) Failing after 41s
CI / Tests (push) Successful in 5m27s
CI / Type Check (adzuna-extractor) (push) Successful in 1m9s
CI / Type Check (gradcracker-extractor) (push) Successful in 1m13s
CI / Type Check (hiringcafe-extractor) (push) Successful in 1m9s
CI / Type Check (orchestrator) (push) Successful in 1m24s
CI / Type Check (startupjobs-extractor) (push) Successful in 1m8s
CI / Type Check (ukvisajobs-extractor) (push) Successful in 1m9s
CI / Documentation (push) Successful in 1m59s
feat(discovery): blocked countries filter and smoke subprocess fixes
Add blockedCountries in Settings so pipeline discovery drops jobs whose
location mentions listed countries (existing discovered rows are kept).
Document the feature, fix smoke tsconfig inheritance for nested extractors,
and run smoke via an absolute-tsconfig wrapper.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-16 11:41:29 -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