From 5f6428a31655b689eec3ef6021df94003c9c15a2 Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Fri, 30 Oct 2020 14:08:33 +0100 Subject: [PATCH 1/3] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 471c04313e..370f5b8995 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,14 +35,14 @@ jobs: - name: mkdocs deploy latest run: | - mike deploy --push 0.11 + mike deploy --push 0.1 - 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 }} From 68e4c401ca2cc87b3688aad54769ad937b56b9c0 Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Fri, 30 Oct 2020 14:10:06 +0100 Subject: [PATCH 2/3] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 370f5b8995..acbd121dc1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: - name: mkdocs deploy latest run: | - mike deploy --push 0.1 + mike deploy --push latest - name: mkdocs deploy new release / tag From ee75f018a7320708a4421dbc074ecdc853951f66 Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Fri, 30 Oct 2020 14:12:07 +0100 Subject: [PATCH 3/3] Update index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index a24f95b075..56f2e8bab7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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/).