fix(docs): use /docs/next paths for duplicate-jobs links
Some checks failed
CI / Linting (Biome) (push) Failing after 40s
CI / Tests (push) Successful in 5m15s
CI / Type Check (adzuna-extractor) (push) Successful in 1m9s
CI / Type Check (gradcracker-extractor) (push) Successful in 1m13s
CI / Type Check (hiringcafe-extractor) (push) Successful in 1m9s
CI / Type Check (orchestrator) (push) Successful in 1m27s
CI / Type Check (startupjobs-extractor) (push) Successful in 1m10s
CI / Type Check (ukvisajobs-extractor) (push) Successful in 1m10s
CI / Documentation (push) Successful in 1m59s

Fix Docusaurus broken-link errors in intro and orchestrator pages.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
ilia 2026-05-16 18:51:41 -04:00
parent 17c4d4490a
commit 57b054caa0
3 changed files with 10 additions and 10 deletions

View File

@ -72,8 +72,8 @@ Open jobs that match a prior skip or apply are **hidden** from Discovered, Ready
## Related pages
- [Orchestrator](/docs/features/orchestrator)
- [Pipeline Run](/docs/features/pipeline-run)
- [Orchestrator](/docs/next/features/orchestrator)
- [Pipeline Run](/docs/next/features/pipeline-run)
- [Company skip list](./company-skip-list)
- [Blocked countries](./blocked-countries)
- [Keyboard Shortcuts](/docs/features/keyboard-shortcuts)
- [Keyboard Shortcuts](/docs/next/features/keyboard-shortcuts)

View File

@ -27,7 +27,7 @@ Job states:
- `skipped`: explicitly excluded from active queue
- `expired`: deadline passed
When you **skip** or **mark applied**, JobOps also skips matching open duplicates (same company + title or description) and blocks re-import on future runs. See [Duplicate job detection](/docs/features/duplicate-jobs).
When you **skip** or **mark applied**, JobOps also skips matching open duplicates (same company + title or description) and blocks re-import on future runs. See [Duplicate job detection](/docs/next/features/duplicate-jobs).
## Why it exists
@ -138,11 +138,11 @@ curl -X POST "http://localhost:3001/api/jobs/<jobId>/generate-pdf"
- Skipping one listing auto-skips other **Discovered** / **Ready** rows that match the same normalized employer+title (or employer+description when available).
- The Jobs list hides open rows that match a job you already skipped or applied to.
- Details: [Duplicate job detection](/docs/features/duplicate-jobs).
- Details: [Duplicate job detection](/docs/next/features/duplicate-jobs).
## Related pages
- [Duplicate job detection](/docs/features/duplicate-jobs)
- [Duplicate job detection](/docs/next/features/duplicate-jobs)
- [Pipeline Run](/docs/next/features/pipeline-run)
- [Ghostwriter](/docs/next/features/ghostwriter)
- [Reactive Resume](/docs/next/features/reactive-resume)

View File

@ -19,7 +19,7 @@ In practice:
3. **Review** — Work through **Discovered** and **Ready** in the Orchestrator; skip noise, move strong fits to Ready, generate tailored PDFs.
4. **Apply & track** — Mark applied, sync Gmail for recruiter mail, and use the in-progress board and analytics.
Key filters and quality controls are documented under [Core Features](#feature-documentation) — especially [Blocked countries](/docs/features/blocked-countries), [Company skip list](/docs/features/company-skip-list), and [Duplicate job detection](/docs/features/duplicate-jobs).
Key filters and quality controls are documented under [Core Features](#feature-documentation) — especially [Blocked countries](/docs/next/features/blocked-countries), [Company skip list](/docs/next/features/company-skip-list), and [Duplicate job detection](/docs/next/features/duplicate-jobs).
## Getting Started
@ -69,16 +69,16 @@ Key filters and quality controls are documented under [Core Features](#feature-d
- `?` shortcut help dialog and `Control` hint bar behavior
- Tab-specific actions like skip, move to ready, and mark applied
- **[Duplicate job detection](/docs/features/duplicate-jobs)**
- **[Duplicate job detection](/docs/next/features/duplicate-jobs)**
- Cross-source dedup by employer and title
- Auto-skip repeats when you skip or apply
- Hide duplicate open rows in the Jobs list
- **[Blocked countries](/docs/features/blocked-countries)**
- **[Blocked countries](/docs/next/features/blocked-countries)**
- Block listings that mention specific countries
- Canada-only (and other) search geography enforcement
- **[Company skip list](/docs/features/company-skip-list)**
- **[Company skip list](/docs/next/features/company-skip-list)**
- Block employers by keyword during discovery
- **[Multi-Select and Bulk Actions](/docs/next/features/multi-select-and-bulk-actions)**