mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Added wrapping-up doc
This commit is contained in:
parent
e2a267b4ea
commit
19dc45413f
18
docs/extensions/get-started/wrapping-up.md
Normal file
18
docs/extensions/get-started/wrapping-up.md
Normal file
@ -0,0 +1,18 @@
|
||||
# Wrapping Up
|
||||
|
||||
In the [Your First Extension](your-first-extension.md) topic, you learned how to create and run an extension. In the [Extension Anatomy](anatomy.md) topic, you learned fundamental concepts to Lens extension development. However, this is just a small glimpse of what can be created with Lens Extensions. Below are some suggested routes for furthering your Lens extension development skills.
|
||||
|
||||
## Extension Capabilities
|
||||
|
||||
In this section, we split the Lens extension points into a few categories, each with short descriptions as to what your extension could achieve. Validate that your extension idea is achievable by reading the [Extension Capabilities](../capabilities/overview.md) section for new extension ideas.
|
||||
|
||||
## Guides & Samples
|
||||
|
||||
We have a great collection of sample extensions that you can adapt from, and some of them include a detailed guide that explains the source code. You can find all Samples & Guides in the [lens-extension-samples](https://github.com/lensapp/lens-extension-samples) repository.
|
||||
|
||||
## Testing and Publishing
|
||||
|
||||
This section includes topics that help you develop high-quality Lens extensions. For example, you can learn
|
||||
|
||||
* How to add [integration tests](../testing-and-publishing/testing.md) for your extension
|
||||
* How to [publish your extension](../testing-and-publishing/publishing.md)
|
||||
Loading…
Reference in New Issue
Block a user