summaryrefslogtreecommitdiff
path: root/docs/configuration/template.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/template.md')
-rw-r--r--docs/configuration/template.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/configuration/template.md b/docs/configuration/template.md
deleted file mode 100644
index 2c0fd5a61..000000000
--- a/docs/configuration/template.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# Template
-
-## Settings
-
-```yaml
-###############################
-##### WEB TEMPLATE CONFIG #####
-###############################
-
-# Config pertaining to templating of web pages/email notifications and the like
-template:
-
- # String. Directory from which gotosocial will attempt to load html templates (.tmpl files).
- # Examples: ["/some/absolute/path/", "./relative/path/", "../../some/weird/path/"]
- # Default: "./web/template/"
- baseDir: "./web/template/"
-
- # String. Directory from which gotosocial will attempt to serve static web assets (images, scripts).
- # Examples: ["/some/absolute/path/", "./relative/path/", "../../some/weird/path/"]
- # Default: "./web/assets/"
- assetBaseDir: "./web/assets/"
-```