fix(docs): company-skip-list links for Docusaurus next build
This commit is contained in:
parent
9576c3d7a1
commit
8d8c6f0ed0
@ -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"
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user