From cf743ecdfc15461ab19971e366ac92edbe4bbe30 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Fri, 13 May 2022 16:31:24 +0200 Subject: [PATCH] update docs --- .../10_\360\237\223\221_Features.md" | 0 .../20_\342\226\266\357\270\217_Installation.md" | 0 .../30_\342\232\231\357\270\217_Configuration.md" | 0 docs/_index.md | 4 +++- docs/style.css | 6 +++--- 5 files changed, 6 insertions(+), 4 deletions(-) rename docs/10_Features.md => "docs/10_\360\237\223\221_Features.md" (100%) rename docs/20_Installation.md => "docs/20_\342\226\266\357\270\217_Installation.md" (100%) rename docs/30_Configuration.md => "docs/30_\342\232\231\357\270\217_Configuration.md" (100%) diff --git a/docs/10_Features.md "b/docs/10_\360\237\223\221_Features.md" similarity index 100% rename from docs/10_Features.md rename to "docs/10_\360\237\223\221_Features.md" diff --git a/docs/20_Installation.md "b/docs/20_\342\226\266\357\270\217_Installation.md" similarity index 100% rename from docs/20_Installation.md rename to "docs/20_\342\226\266\357\270\217_Installation.md" diff --git a/docs/30_Configuration.md "b/docs/30_\342\232\231\357\270\217_Configuration.md" similarity index 100% rename from docs/30_Configuration.md rename to "docs/30_\342\232\231\357\270\217_Configuration.md" diff --git a/docs/_index.md b/docs/_index.md index 419f8df..62f956b 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -5,7 +5,9 @@ Redirect urls of any domain that points here. Author: Axel Hahn; Institute for Medical Education; University of Bern -License: GNUP GPL 3.0 +📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/redirect-handler> \ +📜 License: GNU GPL 3.0 \ +📖 Docs: <https://os-docs.iml.unibe.ch/redirect-handler/> ## Requirements ## diff --git a/docs/style.css b/docs/style.css index 1ceb0eb..909562c 100644 --- a/docs/style.css +++ b/docs/style.css @@ -1,7 +1,7 @@ /* patch css elements of daux.io blue theme - version 2022-04-22 + version 2022-05-13 */ @@ -28,8 +28,8 @@ --h1: rgba(40,60,80,0.8); --h1-bottom: 1px solid rgba(40,60,80,0.1); - --h2: rgba(40,60,80,0.5); - --h3: rgba(40,60,80,0.3); + --h2: #468; + --h3: #579; } -- GitLab