1
0
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:
Mario Sarcher 2020-10-30 14:26:49 +01:00
commit a405b21a6e
2 changed files with 4 additions and 4 deletions

View File

@ -35,14 +35,14 @@ jobs:
- name: mkdocs deploy latest - name: mkdocs deploy latest
run: | run: |
mike deploy --push 0.11 mike deploy --push latest
- name: mkdocs deploy new release / tag - name: mkdocs deploy new release / tag
if: contains(github.ref, 'refs/tags/v') if: contains(github.ref, 'refs/tags/v')
run: | run: |
mike deploy --push --rebase --update-aliases ${{ github.sha }} latest mike deploy --push--update-aliases ${{ github.ref }} latest
mike set-default --rebase --push ${{ github.sha }} mike set-default --push ${{ github.ref }}

View File

@ -1,6 +1,6 @@
# Getting Started # 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/).