From 36dd3d127bacb09740a116af0b033a972762cd45 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 8 Aug 2021 15:28:06 +0200 Subject: [PATCH] Restructure the manual between indepth and quickstart info --- docs/manual/general-configuration.md | 24 ----------------------- docs/manual/{ => indepth}/certificates.md | 0 docs/manual/{ => indepth}/clustering.md | 0 docs/manual/{ => indepth}/ingress.md | 0 docs/manual/{ => indepth}/linking.md | 2 +- docs/manual/{ => indepth}/networking.md | 0 docs/manual/{ => indepth}/storage.md | 0 7 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 docs/manual/general-configuration.md rename docs/manual/{ => indepth}/certificates.md (100%) rename docs/manual/{ => indepth}/clustering.md (100%) rename docs/manual/{ => indepth}/ingress.md (100%) rename docs/manual/{ => indepth}/linking.md (97%) rename docs/manual/{ => indepth}/networking.md (100%) rename docs/manual/{ => indepth}/storage.md (100%) diff --git a/docs/manual/general-configuration.md b/docs/manual/general-configuration.md deleted file mode 100644 index aab6846884a..00000000000 --- a/docs/manual/general-configuration.md +++ /dev/null @@ -1,24 +0,0 @@ -# General Configuration - -These are some common settings you might find on Apps and an explaination of their usecase. - -##### Explaination sheet: - -- **timezone** - -_Select your timezone for correct time inside the containers_ - - -- **PUID** - -_Select the user id of the user running your application. Defaults to 568 aka the `apps` user_ - - -- **PGID** - -_Select the group of the user running your application. Defaults to 568 aka the `apps` group_ - - -- **UMASK** - -_The mask here gets substracted from the default CHOWN setting of your App, it's an advanced setting and we advice not to change this unless you already know what UMASK does_. diff --git a/docs/manual/certificates.md b/docs/manual/indepth/certificates.md similarity index 100% rename from docs/manual/certificates.md rename to docs/manual/indepth/certificates.md diff --git a/docs/manual/clustering.md b/docs/manual/indepth/clustering.md similarity index 100% rename from docs/manual/clustering.md rename to docs/manual/indepth/clustering.md diff --git a/docs/manual/ingress.md b/docs/manual/indepth/ingress.md similarity index 100% rename from docs/manual/ingress.md rename to docs/manual/indepth/ingress.md diff --git a/docs/manual/linking.md b/docs/manual/indepth/linking.md similarity index 97% rename from docs/manual/linking.md rename to docs/manual/indepth/linking.md index cbf03c97a2d..68508e60451 100644 --- a/docs/manual/linking.md +++ b/docs/manual/indepth/linking.md @@ -30,4 +30,4 @@ To reach an app named "sabnzbd" within Sonarr, we can use the following internal ##### Additional Documentation -For more help troubleshooting DNS resolution in Kubernetes, review the official documentation: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/ \ No newline at end of file +For more help troubleshooting DNS resolution in Kubernetes, review the official documentation: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/ diff --git a/docs/manual/networking.md b/docs/manual/indepth/networking.md similarity index 100% rename from docs/manual/networking.md rename to docs/manual/indepth/networking.md diff --git a/docs/manual/storage.md b/docs/manual/indepth/storage.md similarity index 100% rename from docs/manual/storage.md rename to docs/manual/indepth/storage.md