diff --git a/docs/get-started/settings.md b/docs/get-started/settings.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/docs/get-started/telemetry.md b/docs/get-started/telemetry.md new file mode 100644 index 0000000000..4408081cec --- /dev/null +++ b/docs/get-started/telemetry.md @@ -0,0 +1,6 @@ +# Telemetry & Usage Tracking + +Lens collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features. While we appreciate the insights this data provides, we also know that not everyone wants to send usage data and you can disable telemetry as described in [disable telemetry reporting](#disable-telemetry-reporting). You can also read our [privacy statement](https://www.mirantis.com/company/privacy-policy/) to learn more. + +## Disable telemetry reporting + diff --git a/docs/index.md b/docs/index.md index 6c6351f7f0..32cf1f38c2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,8 @@ # Getting Started -Lens is the most powerful IDE for people who need to deal with Kubernetes clusters on a daily basis. It is a standalone application for MacOS, Windows and Linux operating systems. Ensure your clusters are properly setup and configured. Enjoy increased visibility, real time statistics, log streams and hands-on troubleshooting capabilities. With Lens, you can work with your clusters more easily and fast, radically improving productivity and the speed of business. +Lens is the most powerful IDE for people who need to deal with Kubernetes clusters on a daily basis. It is a standalone application for MacOS, Windows and Linux operating systems. Ensure your clusters are properly setup and configured. Enjoy increased visibility, real time statistics, log streams and hands-on troubleshooting capabilities. With Lens, you can work with your clusters more easily and fast, radically improving productivity and the speed of business. Begin your journey with Lens with these [introductory videos](/get-started/intro-videos/). + + ## Lens in Action diff --git a/mkdocs.yml b/mkdocs.yml index 2f9906e742..beba990dbf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,6 +17,8 @@ nav: - Network: setup/network.md - Get Started: - Intro Videos: get-started/intro-videos.md + - Settings: get-started/settings.md + - Telemetry: get-started/telemetry.md - Extensions: - Overview: extensions/overview.md - Get Started: @@ -53,8 +55,8 @@ plugins: markdown_extensions: - toc: - permalink: true - toc_depth: 0 + permalink: "#" + toc_depth: 3 extra: generator: false