From 0e043cc83323d664b3a7bee1e4eae9b64a3e503a Mon Sep 17 00:00:00 2001 From: Erwin Dondorp Date: Thu, 4 Aug 2022 23:39:17 +0200 Subject: [PATCH 1/6] Set theme jekyll-theme-minimal --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index b84971359..fff4ab923 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1 @@ -theme: jekyll-theme-leap-day \ No newline at end of file +theme: jekyll-theme-minimal From 108edb516a62d3cb66304c765960c8a98f3aa25a Mon Sep 17 00:00:00 2001 From: Erwin Dondorp Date: Fri, 5 Aug 2022 00:40:12 +0200 Subject: [PATCH 2/6] move all documentation into the subdir --- CONTRIBUTING.md => docs/CONTRIBUTING.md | 0 LICENSE.md => docs/LICENSE.md | 0 README.md => docs/README.md | 4 ++-- _config.yml => docs/_config.yml | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename CONTRIBUTING.md => docs/CONTRIBUTING.md (100%) rename LICENSE.md => docs/LICENSE.md (100%) rename README.md => docs/README.md (99%) rename _config.yml => docs/_config.yml (100%) diff --git a/CONTRIBUTING.md b/docs/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to docs/CONTRIBUTING.md diff --git a/LICENSE.md b/docs/LICENSE.md similarity index 100% rename from LICENSE.md rename to docs/LICENSE.md diff --git a/README.md b/docs/README.md similarity index 99% rename from README.md rename to docs/README.md index 33a49b486..10362be18 100644 --- a/README.md +++ b/docs/README.md @@ -6,9 +6,9 @@ The version tagged `release` is the latest released version. The version `master ## Screenshots -![overview](/docs/screenshots/overview.png) +![overview](screenshots/overview.png) -![job](/docs/screenshots/job.png) +![job](screenshots/job.png) ## Features diff --git a/_config.yml b/docs/_config.yml similarity index 100% rename from _config.yml rename to docs/_config.yml From 8559fd0ce5ddaf2a98b42e0f8e46874cabfb479d Mon Sep 17 00:00:00 2001 From: Erwin Dondorp Date: Thu, 4 Aug 2022 23:20:34 +0200 Subject: [PATCH 3/6] added link to the github pages in the page header --- saltgui/index.html | 9 ++++++--- saltgui/static/scripts/Router.js | 6 ++++++ saltgui/static/stylesheets/main.css | 21 +++++++++++++++++++++ 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/saltgui/index.html b/saltgui/index.html index 7f94d0c4d..eb86fd132 100644 --- a/saltgui/index.html +++ b/saltgui/index.html @@ -24,13 +24,16 @@