docs: fix dead anchors and a dead section link (#11885)

- middleware.md: the 'default detector' link used #instance-wide-defaults;
  the heading is 'Instance-wide default detector'
- the advanced/reference landing pages linked an ../installation/
  directory that does not exist in docs/content; dropped the dead
  bullets (deployment content lives under getting-started)
This commit is contained in:
陈志谦 authored and GitHub committed 2026-09-05 23:47:13 +02:00
1 parent a98501d6ce
commit 24f897cd09
3 files changed
+3 -5

No files matched your search

+1 -2
View File
@@ -103,8 +103,7 @@ Before diving into advanced topics, ensure you have:
## Related Sections
- 📚 [Reference](../reference/) - API documentation and command reference
- 🔌 [Installation](../installation/) - Deployment options and requirements
- ⭐ [Features](../features/) - Overview of LocalAI capabilities
- - ⭐ [Features](../features/) - Overview of LocalAI capabilities
---
+1 -1
View File
@@ -45,7 +45,7 @@ routing, `/api/pii/events` for redaction and block actions.
PII redaction is **NER-based and runs request-side (input)**. It is
**off by default**, flipping to **on for any `cloud-proxy` backend**
because that traffic crosses the network to a third-party provider. Pick a
[default detector](#instance-wide-defaults) so those models are actually
[default detector](#instance-wide-default-detector) so those models are actually
scanned. Explicit `pii.enabled` in a model's YAML always wins over the
backend default.
+1 -2
View File
@@ -168,8 +168,7 @@ Before using reference documentation, ensure you have:
## Related Sections
- 📖 [Advanced](../advanced/) - Deep dive into configuration and optimization
- 🔌 [Installation](../installation/) - Setup and deployment
- ⭐ [Features](../features/) - Feature overview
- - ⭐ [Features](../features/) - Feature overview
---