From f9464008a42dab88cd09629b0647a48460b9917e Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Tue, 7 Jun 2022 13:54:36 +0200 Subject: [PATCH] update docs --- docs/_index.md | 14 +++++--------- readme.md | 15 +++++---------- 2 files changed, 10 insertions(+), 19 deletions(-) diff --git a/docs/_index.md b/docs/_index.md index a0766e3..6516364 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -6,9 +6,9 @@ prevent public access. An example client was coded in Bash (using curl) -SOURCE https://git-repo.iml.unibe.ch/iml-open-source/ci-pkg - -DOCS: https://os-docs.iml.unibe.ch/ci-pkg/ +📃 Source https://git-repo.iml.unibe.ch/iml-open-source/ci-pkg \ +📗 Docs: https://os-docs.iml.unibe.ch/ci-pkg/ +📜 Liense: GNU GPL 3.0 ```mermaid graph LR @@ -35,12 +35,8 @@ graph LR This project is related to -* CI deployment web gui https://git-repo.iml.unibe.ch/iml-open-source/imldeployment -* Deployment client https://git-repo.iml.unibe.ch/iml-open-source/imldeployment-client - -## License - -GNU GPL 3.0 +* CI deployment web gui <https://git-repo.iml.unibe.ch/iml-open-source/imldeployment> +* Deployment client <https://git-repo.iml.unibe.ch/iml-open-source/imldeployment-client> ## Requirements diff --git a/readme.md b/readme.md index 3d7c6d6..8f9cd90 100644 --- a/readme.md +++ b/readme.md @@ -8,14 +8,9 @@ An example client was coded in Bash (using curl). This project is related to -* CI deployment web gui https://git-repo.iml.unibe.ch/iml-open-source/imldeployment -* Deployment client https://git-repo.iml.unibe.ch/iml-open-source/imldeployment-client +* CI deployment web gui <https://git-repo.iml.unibe.ch/iml-open-source/imldeployment> +* Deployment client <https://git-repo.iml.unibe.ch/iml-open-source/imldeployment-client> -SOURCE https://git-repo.iml.unibe.ch/iml-open-source/ci-pkg - -You can read the docs online: https://os-docs.iml.unibe.ch/ci-pkg/ -Or have a look to the [docs](docs/) subdirectory. - -## License - -GNU GPL 3.0 +📃 Source <https://git-repo.iml.unibe.ch/iml-open-source/ci-pkg>\ +📜 License: GNU GPL 3.0 +📗 Docs: You can read the docs online: <https://os-docs.iml.unibe.ch/ci-pkg/> Or have a look to the [docs](docs/) subdirectory.\ -- GitLab