From 74ea83865c4602957ef27d2d58b528df9610cd85 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Wed, 4 Sep 2024 11:06:40 +0200 Subject: [PATCH] update docs --- docs/10_Get_started/20_Installation_with_Docker.md | 1 + docs/10_Get_started/30_Filestructure.md | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/10_Get_started/20_Installation_with_Docker.md b/docs/10_Get_started/20_Installation_with_Docker.md index 8ced80c0..348f0a14 100644 --- a/docs/10_Get_started/20_Installation_with_Docker.md +++ b/docs/10_Get_started/20_Installation_with_Docker.md @@ -1,6 +1,7 @@ # Installation with a local Docker service For development a docker environment is part of the repository data. +You can use it for a first view on your own machine before installing it. ## Requirements diff --git a/docs/10_Get_started/30_Filestructure.md b/docs/10_Get_started/30_Filestructure.md index 756107f9..2274777a 100644 --- a/docs/10_Get_started/30_Filestructure.md +++ b/docs/10_Get_started/30_Filestructure.md @@ -53,9 +53,6 @@ Default: /var/www/[YOUR-DOMAIN]/public_html/ │ └── 4.21.0 │ └── img │ └── network -├── versions -│ ├── classes -│ └── data └── webservice ``` -- GitLab