You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove all references to slack
Signed-off-by: Sebastian Malton <[email protected]>
* Fix readme
Signed-off-by: Sebastian Malton <[email protected]>
* Cleanup migration
Signed-off-by: Sebastian Malton <[email protected]>
* Remove existing slack link from weblink store
Signed-off-by: Sebastian Malton <[email protected]>
* Fix type error and wording on ErrorBoundary
Signed-off-by: Sebastian Malton <[email protected]>
* Don't export forumsUrl to extension API
- Also just remove slack URL
Signed-off-by: Sebastian Malton <[email protected]>
* Update snapshots again
Signed-off-by: Sebastian Malton <[email protected]>
* Update snapshots again v3
Signed-off-by: Sebastian Malton <[email protected]>
* Revert remove slackUrl
Signed-off-by: Sebastian Malton <[email protected]>
* Fix filtering
Signed-off-by: Sebastian Malton <[email protected]>
* Fix readme
Signed-off-by: Sebastian Malton <[email protected]>
* More of a fix
Signed-off-by: Sebastian Malton <[email protected]>
* Try again
Signed-off-by: Sebastian Malton <[email protected]>
* Slightly better for now
Signed-off-by: Sebastian Malton <[email protected]>
---------
Signed-off-by: Sebastian Malton <[email protected]>
This repository is where Team Lens develops the core of the [Lens Desktop](https://k8slens.dev) product together with the community.
8
+
This repository is where Team Lens develops the core of the [Lens Desktop](https://k8slens.dev) product together with the community.
9
9
10
10
The core is a library, powered by [Electron](https://www.electronjs.org/) and [React](https://reactjs.org/). Unlike generic Electron + React frameworks / boilerplates, it is very opinionated for creating Lens Desktop-like applications and has support for Lens Extensions.
11
11
@@ -31,4 +31,4 @@ See [Contributing](https://docs.k8slens.dev/contributing/) page.
Copy file name to clipboardExpand all lines: docs/README.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -7,27 +7,27 @@ To install your first extension you should goto the [extension page](lens://app/
7
7
8
8
This documentation describes:
9
9
10
-
* How to build, run, test, and publish an extension.
11
-
* How to take full advantage of the Lens Extension API.
12
-
* Where to find [guides](extensions/guides/README.md) and [code samples](https://github.com/lensapp/lens-extension-samples) to help get you started.
10
+
- How to build, run, test, and publish an extension.
11
+
- How to take full advantage of the Lens Extension API.
12
+
- Where to find [guides](extensions/guides/README.md) and [code samples](https://github.com/lensapp/lens-extension-samples) to help get you started.
13
13
14
14
## What Extensions Can Do
15
15
16
16
Here are some examples of what you can achieve with the Extension API:
17
17
18
-
* Add custom components & views in the UI - Extending the Lens Workbench
18
+
- Add custom components & views in the UI - Extending the Lens Workbench
19
19
20
20
For an overview of the Lens Extension API, refer to the [Common Capabilities](extensions/capabilities/common-capabilities.md) page. [Extension Guides Overview](extensions/guides/README.md) also includes a list of code samples and guides that illustrate various ways of using the Lens Extension API.
21
21
22
22
## How to Build Extensions
23
23
24
24
Here is what each section of the Lens Extension API docs can help you with:
25
25
26
-
***Getting Started** teaches fundamental concepts for building extensions with the Hello World sample.
27
-
***Extension Capabilities** dissects Lens's Extension API into smaller categories and points you to more detailed topics.
28
-
***Extension Guides** includes guides and code samples that explain specific usages of Lens Extension API.
29
-
***Testing and Publishing** includes in-depth guides on various extension development topics, such as testing and publishing extensions.
30
-
***API Reference** contains exhaustive references for the Lens Extension API, Contribution Points, and many other topics.
26
+
-**Getting Started** teaches fundamental concepts for building extensions with the Hello World sample.
27
+
-**Extension Capabilities** dissects Lens's Extension API into smaller categories and points you to more detailed topics.
28
+
-**Extension Guides** includes guides and code samples that explain specific usages of Lens Extension API.
29
+
-**Testing and Publishing** includes in-depth guides on various extension development topics, such as testing and publishing extensions.
30
+
-**API Reference** contains exhaustive references for the Lens Extension API, Contribution Points, and many other topics.
31
31
32
32
## What's New
33
33
@@ -45,7 +45,7 @@ See the [Lens v4 to v5 extension migration notes](extensions/extension-migration
45
45
46
46
## Looking for Help
47
47
48
-
If you have questions for extension development, try asking on the [Lens Dev Slack](http://k8slens.slack.com/). It's a public chatroom for Lens developers, where Lens team members chime in from time to time.
48
+
If you have questions for extension development, try asking on the [Lens Forums](http://forums.k8slens.dev/). It's a public chatroom for Lens developers, where Lens team members chime in from time to time.
49
49
50
50
To provide feedback on the documentation or issues with the Lens Extension API, create new issues at [lensapp/lens](https://github.com/lensapp/lens/issues). Please use the labels `area/documentation` and/or `area/extension`.
Copy file name to clipboardExpand all lines: packages/core/src/features/application-update/child-features/application-update-using-top-bar/__snapshots__/installing-update-using-topbar-button.test.tsx.snap
+4-4
Original file line number
Diff line number
Diff line change
@@ -133,11 +133,11 @@ exports[`encourage user to update when sufficient time passed since update was d
133
133
If you have any questions or feedback, please join our
134
134
<a
135
135
class="link"
136
-
href="https://k8slens.dev/slack.html"
136
+
href="https://forums.k8slens.dev"
137
137
rel="noreferrer"
138
138
target="_blank"
139
139
>
140
-
Lens Community slack channel
140
+
Lens Forums
141
141
</a>
142
142
.
143
143
</p>
@@ -418,11 +418,11 @@ exports[`encourage user to update when sufficient time passed since update was d
418
418
If you have any questions or feedback, please join our
0 commit comments