docs(trust): Add documentation for folder trust feature (#9257)

This commit is contained in:
shrutip90
2025-09-23 14:13:37 -07:00
committed by GitHub
parent 39b0948417
commit f795255e58
2 changed files with 62 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ This documentation is organized into the following sections:
- **[IDE Integration](./ide-integration.md):** Connect the CLI to your editor.
- **[IDE Companion Extension Spec](./ide-companion-spec.md):** Spec for building IDE companion extensions.
- **[Telemetry](./telemetry.md):** Overview of telemetry in the CLI.
- **[Trusted Folders](./trusted-folders.md):** An overview of the Trusted Folders security feature.
- **Core Details:** Documentation for `packages/core`.
- **[Core Introduction](./core/index.md):** Overview of the core component.
- **[Tools API](./core/tools-api.md):** Information on how the core manages and exposes tools.