docs: rewrite remaining bare relative links that 404 on the live site (#1580)

#1407 skipped 89 Next Steps links whose targets exist in both guides/
and reference/. Rewrite them as /guides/<name> or /reference/<name>
from the source section so Mintlify+GitHub Pages trailing-slash
redirects no longer 404.

Also retarget three in-page heading anchors to Mintlify's rendered
slugs (data-&-features, reasoner-forward/backward-chaining,
litellm-100+-providers).

Closes #1566

Co-authored-by: Sameer Kadam <sskadam6305@gmail.com>
This commit is contained in:
csy20
2026-09-11 17:40:52 +05:30
committed by GitHub
co-authored by Sameer Kadam
parent 6148cb6f8c
commit bea9b2aa48
46 changed files with 92 additions and 92 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ for source in sources:
Docling is an optional dependency. If `docling` is not installed, `DoclingParser` raises an `ImportError` with installation instructions: `pip install docling`. `DocumentParser` is always available and requires no extras.
</Note>
- [Ingest](ingest) — Load files before parsing.
- [Ingest](/reference/ingest) — Load files before parsing.
- [Split](/reference/split) — Chunk parsed text for embedding and extraction.
- [Docling Integration](../integrations/docling) — Full Docling integration setup guide.
- [Semantic Extract](/reference/semantic_extract) — Extract entities and relations from parsed text.