From 0753ca3e8915824b790c77a2b509fd25ed528ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Dudfield?= Date: Tue, 30 Jul 2024 13:04:34 +0200 Subject: [PATCH] docs: Fix wording to explain how things are now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because it's better for people wanting to know how to use Headlamp today. Signed-off-by: René Dudfield --- docs/development/plugins/how-to.md | 2 +- docs/installation/desktop/index.mdx | 2 +- docs/installation/desktop/mac-installation.md | 5 ++++- docs/installation/desktop/win-installation.md | 6 ++++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/development/plugins/how-to.md b/docs/development/plugins/how-to.md index daed1a8b26..2b7b1683dd 100644 --- a/docs/development/plugins/how-to.md +++ b/docs/development/plugins/how-to.md @@ -11,7 +11,7 @@ If you are using Typescript for developing the plugin, the `@kinvolk/headlamp-plugin/types`. Please notice that the whole external plugin mechanics are still in an early development phase and thus only the actual type declarations (and not the corresponding code) is shipped in this -package at the moment. +package. ## Hello Kubernetes diff --git a/docs/installation/desktop/index.mdx b/docs/installation/desktop/index.mdx index 727af728c9..f08407edeb 100644 --- a/docs/installation/desktop/index.mdx +++ b/docs/installation/desktop/index.mdx @@ -6,7 +6,7 @@ sidebar_position: 2 Headlamp can be run as a desktop application, for users who don't want to deploy it in cluster, or those who want to manage unrelated clusters locally. -Currently there are desktop apps for [Linux](./linux-installation.md), [Mac](./mac-installation.md), and [Windows](./win-installation.md). +There are desktop apps for [Linux](./linux-installation.md), [Mac](./mac-installation.md), and [Windows](./win-installation.md). Please check the following guides for the installation in your desired platform. diff --git a/docs/installation/desktop/mac-installation.md b/docs/installation/desktop/mac-installation.md index 246c5239c6..d4881df583 100644 --- a/docs/installation/desktop/mac-installation.md +++ b/docs/installation/desktop/mac-installation.md @@ -35,4 +35,7 @@ Once the installation process is completed you can find Headlamp as a desktop ap ### Upgrading -Until we have an automatic update, to upgrade Headlamp when it's installed directly via the releases page, you have to download any newer version and re-install it. +To upgrade Headlamp when it's installed directly via the releases page, you have to download any newer version and re-install it. There is no automatic upgrade. + +If you install via brew it can manage upgrades for you. + diff --git a/docs/installation/desktop/win-installation.md b/docs/installation/desktop/win-installation.md index cb53b099cc..70ab477c63 100644 --- a/docs/installation/desktop/win-installation.md +++ b/docs/installation/desktop/win-installation.md @@ -47,5 +47,7 @@ To install Headlamp from its official installer, first download the _.exe_ file ### Upgrading -Until we have an automatic update, to upgrade Headlamp when it's installed directly from its -installer, you have to download the new version of the installer and re-install it. +To upgrade Headlamp when it's installed directly from its installer, you have to +download the new version of the installer and re-install it. There is no automatic upgrade. + +If you install via Chocolatey or Winget they can manage upgrades for you.