diff options
| author | Jerop Kipruto <[email protected]> | 2025-06-23 17:24:48 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-23 21:24:48 +0000 |
| commit | 21e6a36cf1b17ff126b3d0253e68a6f3ebfc7c36 (patch) | |
| tree | dd8bcbe80d9a335157b2f21a7df7fa5f41af15f5 /docs/index.md | |
| parent | 98f3a7066e1aa9701fe1d4c89b046fe03b2420e5 (diff) | |
docs(telemetry): relocate telemetry documentation (#1327)
Moves the telemetry.md file from docs/core to the top-level docs/ directory to make it more discoverable.
Updates the link in the main index.md and removes the old reference from the CLI configuration page.
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md index e5fbb030..0c4ecba1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,6 +17,7 @@ This documentation is organized into the following sections: - **[Commands](./cli/commands.md):** Description of available CLI commands. - **[Configuration](./cli/configuration.md):** Information on configuring the CLI. - **[Extensions](./extension.md):** How to extend the CLI with new functionality. + - **[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. - **[Configuration](./core/configuration.md):** Information on configuring the core component. |
