mirror of
https://github.com/mudler/LocalAI.git
synced 2026-09-12 22:33:54 -04:00
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:
3 files changed
+3
-5
No files matched your search
@@ -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
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in new issue
Block a user