mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Enable TOC with depth of level 3 and add further pages in getting started section
This commit is contained in:
parent
3f22be95ee
commit
1d5ae16b35
0
docs/get-started/settings.md
Normal file
0
docs/get-started/settings.md
Normal file
6
docs/get-started/telemetry.md
Normal file
6
docs/get-started/telemetry.md
Normal file
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user