Add usage documentation for IDE integration (#6154)

This commit is contained in:
Shreya Keshive
2025-08-13 12:31:20 -04:00
committed by GitHub
parent d3fda9dafb
commit f81ccd8d7a
3 changed files with 143 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ This documentation is organized into the following sections:
- **[Configuration](./cli/configuration.md):** Information on configuring the CLI.
- **[Checkpointing](./checkpointing.md):** Documentation for the checkpointing feature.
- **[Extensions](./extension.md):** How to extend the CLI with new functionality.
- **[IDE Integration](./ide-integration.md):** Connect the CLI to your editor.
- **[Telemetry](./telemetry.md):** Overview of telemetry in the CLI.
- **Core Details:** Documentation for `packages/core`.
- **[Core Introduction](./core/index.md):** Overview of the core component.