mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-15 04:00:33 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user