diff options
| author | Jerop Kipruto <[email protected]> | 2025-06-23 20:29:31 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-24 00:29:31 +0000 |
| commit | aca034fdfec0ec29bdb47c5feaa4eafd6e68fac7 (patch) | |
| tree | 137496d8b1d3394e6ceeb7ccdd8e06ccdef301e8 /docs/index.md | |
| parent | b3741f7016a6b32ebdc5a9b5203191fc04910d3a (diff) | |
Refactor usage statistics to be a top-level setting (#1363)
This commit refactors the `usageStatisticsEnabled` setting from a sub-property of the `telemetry` configuration to a top-level setting. This change simplifies the configuration by decoupling usage statistics from the telemetry settings.
The documentation has also been updated to reflect this change.
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md index b4ebf523..c56e8368 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,7 +20,6 @@ This documentation is organized into the following sections: - **[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. - - **[Telemetry and Usage Statistics](./core/telemetry.md):** Details on configuring telemetry and usage statistics. - **[Tools API](./core/tools-api.md):** Information on how the core manages and exposes tools. - **Tools:** - **[Tools Overview](./tools/index.md):** Overview of the available tools. |
