* wave 1, jobspy only * combine usa/ca to united states * strict city location filter * hide and show based on focus * UI changes * allow clicking cross! * pill animate in * animate out, uggo fix * animate out * framer motion * animate component height * adzuna * hiring cafe implementation * refactor: centralize shared search-city parsing and matching * feat: migrate city setting to searchCities with legacy fallback * docs: update pipeline and extractor city-search wording * fix(orchestrator): normalize tokenized paste behavior * fix(shared): tighten city matching semantics * docs(extractors): document city-location knobs and geocoding note
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 (local development):
DOCS_SITE_URL=http://localhost:3006DOCS_BASE_URL=/docs/
Versioning
Cut a docs version tied to a release tag:
npm run docs:version -- 1.0.0