diff --git a/master/extensions/get-started/your-first-extension/index.html b/master/extensions/get-started/your-first-extension/index.html index ab21600ab5..a1d25c2d36 100644 --- a/master/extensions/get-started/your-first-extension/index.html +++ b/master/extensions/get-started/your-first-extension/index.html @@ -902,7 +902,7 @@ npm run dev

You must restart Lens for the extension to load. After this initial restart, reload Lens and it will automatically pick up changes any time the extension rebuilds.

-

With Lens running, either connect to an existing cluster or create a new one - refer to the latest Lens Documentation for details on how to add a cluster in Lens IDE. +

With Lens running, either connect to an existing cluster or create a new one - refer to the latest Lens Documentation for details on how to add a cluster in Lens IDE. You will see the "Hello World" page in the left-side cluster menu.

Develop the Extension#

Finally, you'll make a change to the message that our Hello World sample extension displays:

diff --git a/master/index.html b/master/index.html index d13520a063..07f63153b3 100644 --- a/master/index.html +++ b/master/index.html @@ -867,7 +867,7 @@ See the Lens v4 to v5 extension migrat

If you have questions for extension development, try asking on the Lens Dev Slack. It's a public chatroom for Lens developers, where Lens team members chime in from time to time.

To provide feedback on the documentation or issues with the Lens Extension API, create new issues at lensapp/lens. Please use the labels area/documentation and/or area/extension.

Downloading Lens#

-

Download Lens for macOS, Windows, or Linux.

+

Download Lens for macOS, Windows, or Linux.

diff --git a/master/sitemap.xml.gz b/master/sitemap.xml.gz index 92de00cc66..6c514a659a 100644 Binary files a/master/sitemap.xml.gz and b/master/sitemap.xml.gz differ