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:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: ghcr.io/dakheera47/job-ops:latest
|
image: job-ops:local
|
||||||
container_name: job-ops
|
container_name: job-ops
|
||||||
ports:
|
ports:
|
||||||
- "3005:3001"
|
- "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.
|
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
|
## Common problems
|
||||||
|
|
||||||
@ -139,7 +139,7 @@ To drop companies before import, configure a **company skip list** (blocked comp
|
|||||||
|
|
||||||
## Related pages
|
## 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)
|
- [Find Jobs and Apply Workflow](/docs/next/workflows/find-jobs-and-apply-workflow)
|
||||||
- [Manual Import Extractor](/docs/next/extractors/manual)
|
- [Manual Import Extractor](/docs/next/extractors/manual)
|
||||||
- [Orchestrator](/docs/next/features/orchestrator)
|
- [Orchestrator](/docs/next/features/orchestrator)
|
||||||
|
|||||||
@ -169,7 +169,7 @@ Readiness requires:
|
|||||||
- Penalize missing salary data
|
- Penalize missing salary data
|
||||||
- Set penalty amount
|
- Set penalty amount
|
||||||
- Optional auto-skip threshold for low-score jobs
|
- 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
|
- Add custom scoring instructions to tell the AI what to weigh more or less
|
||||||
|
|
||||||
### Danger Zone
|
### Danger Zone
|
||||||
@ -261,7 +261,7 @@ curl -X POST "http://localhost:3001/api/backups"
|
|||||||
|
|
||||||
## Related pages
|
## Related pages
|
||||||
|
|
||||||
- [Company skip list](/docs/features/company-skip-list)
|
- [Company skip list](./company-skip-list)
|
||||||
- [Reactive Resume](/docs/next/features/reactive-resume)
|
- [Reactive Resume](/docs/next/features/reactive-resume)
|
||||||
- [Database Backups](/docs/next/getting-started/database-backups)
|
- [Database Backups](/docs/next/getting-started/database-backups)
|
||||||
- [Overview](/docs/next/features/overview)
|
- [Overview](/docs/next/features/overview)
|
||||||
|
|||||||
@ -32,6 +32,7 @@ const sidebars: SidebarsConfig = {
|
|||||||
"features/multi-select-and-bulk-actions",
|
"features/multi-select-and-bulk-actions",
|
||||||
"features/orchestrator",
|
"features/orchestrator",
|
||||||
"features/settings",
|
"features/settings",
|
||||||
|
"features/company-skip-list",
|
||||||
"features/reactive-resume",
|
"features/reactive-resume",
|
||||||
"features/in-progress-board",
|
"features/in-progress-board",
|
||||||
"features/ghostwriter",
|
"features/ghostwriter",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user