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