diff --git a/docker-compose.yml b/docker-compose.yml index 2dac750..9718e28 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: build: context: . dockerfile: Dockerfile - image: ghcr.io/dakheera47/job-ops:latest + image: job-ops:local container_name: job-ops ports: - "3005:3001" diff --git a/docs-site/docs/features/pipeline-run.md b/docs-site/docs/features/pipeline-run.md index edb72ac..cd8175b 100644 --- a/docs-site/docs/features/pipeline-run.md +++ b/docs-site/docs/features/pipeline-run.md @@ -105,7 +105,7 @@ When new listings are imported, JobOps does not create a second database row if Existing jobs keep their stored URL; new imports use the canonical form so the same role is not added again under a slightly different link. -To drop companies before import, configure a **company skip list** (blocked company keywords) in **Settings → Scoring Settings**. See [Company skip list](/docs/features/company-skip-list). +To drop companies before import, configure a **company skip list** (blocked company keywords) in **Settings → Scoring Settings**. See [Company skip list](./company-skip-list). ## Common problems @@ -139,7 +139,7 @@ To drop companies before import, configure a **company skip list** (blocked comp ## Related pages -- [Company skip list](/docs/features/company-skip-list) +- [Company skip list](./company-skip-list) - [Find Jobs and Apply Workflow](/docs/next/workflows/find-jobs-and-apply-workflow) - [Manual Import Extractor](/docs/next/extractors/manual) - [Orchestrator](/docs/next/features/orchestrator) diff --git a/docs-site/docs/features/settings.md b/docs-site/docs/features/settings.md index 57ebd8e..e03a844 100644 --- a/docs-site/docs/features/settings.md +++ b/docs-site/docs/features/settings.md @@ -169,7 +169,7 @@ Readiness requires: - Penalize missing salary data - Set penalty amount - Optional auto-skip threshold for low-score jobs -- **Company skip list** (blocked company keywords): drop listings during discovery when the employer name contains a token — see [Company skip list](/docs/features/company-skip-list) +- **Company skip list** (blocked company keywords): drop listings during discovery when the employer name contains a token — see [Company skip list](./company-skip-list) - Add custom scoring instructions to tell the AI what to weigh more or less ### Danger Zone @@ -261,7 +261,7 @@ curl -X POST "http://localhost:3001/api/backups" ## Related pages -- [Company skip list](/docs/features/company-skip-list) +- [Company skip list](./company-skip-list) - [Reactive Resume](/docs/next/features/reactive-resume) - [Database Backups](/docs/next/getting-started/database-backups) - [Overview](/docs/next/features/overview) diff --git a/docs-site/sidebars.ts b/docs-site/sidebars.ts index 664c602..b59f2f9 100644 --- a/docs-site/sidebars.ts +++ b/docs-site/sidebars.ts @@ -32,6 +32,7 @@ const sidebars: SidebarsConfig = { "features/multi-select-and-bulk-actions", "features/orchestrator", "features/settings", + "features/company-skip-list", "features/reactive-resume", "features/in-progress-board", "features/ghostwriter",