* initial commit? * Address PR feedback on extractor discovery and startup resilience * Address latest PR review comments * fix city resolution fallback when input parses empty * address PR feedback on extractor registry and pipeline validation * address copilot comments on manifests and registry startup * fix extractor discovery export handling and env isolation in tests * enforce duplicate manifest id failures in strict mode * Fix remaining extractor registry and runtime review comments * docs * docs * test all, logic remains in extractors * Address PR review feedback on extractor registry and validation * Revert extractor moduleResolution to bundler * Enforce shared city filtering across all discovery sources * Deduplicate extractor strict city post-filtering
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