From dc45a14a54d855de61f3bfab904c92be1a0419e1 Mon Sep 17 00:00:00 2001 From: Erwin Dondorp Date: Thu, 4 Aug 2022 23:50:09 +0200 Subject: [PATCH] point to the full documentation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33a49b486..1b11909a6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # SaltGUI -A new open source web interface for managing a SaltStack server. Built using vanilla ES6 and implemented as a wrapper around the rest_cherrypy server. +SaltGUI is an open source web interface for managing a SaltStack server and its minions. Built using vanilla ES6 and implemented as a wrapper around the rest_cherrypy server a.k.a. salt-api. The version tagged `release` is the latest released version. The version `master` should be fine, but it may contain changes that are not yet in these release-notes. +See https://erwindon.github.io/SaltGUI/ for the complete documentation. + ## Screenshots ![overview](/docs/screenshots/overview.png)