mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Merge branch 'extensions-docs' of https://github.com/lensapp/lens into extensions-docs
This commit is contained in:
commit
a405b21a6e
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -35,14 +35,14 @@ jobs:
|
||||
|
||||
- name: mkdocs deploy latest
|
||||
run: |
|
||||
mike deploy --push 0.11
|
||||
mike deploy --push latest
|
||||
|
||||
|
||||
- name: mkdocs deploy new release / tag
|
||||
if: contains(github.ref, 'refs/tags/v')
|
||||
run: |
|
||||
mike deploy --push --rebase --update-aliases ${{ github.sha }} latest
|
||||
mike set-default --rebase --push ${{ github.sha }}
|
||||
mike deploy --push--update-aliases ${{ github.ref }} latest
|
||||
mike set-default --push ${{ github.ref }}
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# 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. Begin your journey with Lens with these [introductory videos](/get-started/intro-videos/). 1
|
||||
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/).
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user