diff --git a/docs/get-started/settings.md b/docs/get-started/themes.md similarity index 88% rename from docs/get-started/settings.md rename to docs/get-started/themes.md index 7421b546ba..cd7ca9d1c3 100644 --- a/docs/get-started/settings.md +++ b/docs/get-started/themes.md @@ -3,4 +3,5 @@ Color themes let you modify the colors in Lens user interface to suit your preferences and work environment. In Lens, open the Preferences with **File** > **Preferences**. (**Code** > **Preferences** on macOS) and select your preferred theme from the **Color Theme** dropdown. -![Color Theme](images/color-theme.png) \ No newline at end of file +![Color Theme](images/color-theme.png) + diff --git a/mkdocs.yml b/mkdocs.yml index beba990dbf..478858081a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,7 +17,7 @@ nav: - Network: setup/network.md - Get Started: - Intro Videos: get-started/intro-videos.md - - Settings: get-started/settings.md + - Themes: get-started/themes.md - Telemetry: get-started/telemetry.md - Extensions: - Overview: extensions/overview.md