summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSheogorath2018-06-27 22:31:11 +0200
committerSheogorath2018-06-27 23:44:32 +0200
commit20b75a492473fc1f929fb066c4dc54ffb4f26390 (patch)
treef37b4e91b464b07bd791e0ab56919abdf884fc12 /docs
parent8bd85f89601332b854a8305ca110a4cf44b4d6a3 (diff)
Add docs for usage of terms and privacy policy
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/guides/providing-terms.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/guides/providing-terms.md b/docs/guides/providing-terms.md
new file mode 100644
index 00000000..1e580df9
--- /dev/null
+++ b/docs/guides/providing-terms.md
@@ -0,0 +1,17 @@
+Setup your terms of use
+===
+
+To setup your terms of use, you need to provide a document called `terms-of-use.md` which contains them. Of course written in Markdown.
+
+It has to be provided under `./public/docs/` and will be automatically turned into a CodiMD document. It will also automatically updated as soon as you change the document on disk.
+
+As soon as the file exists a link will show up in the bottom part along with the release notes and link to them.
+
+Setup your privacy policy
+===
+
+To add a privacy policy you can use the same technique as for the terms of use. The main difference is that the document is called `privacy.md`.
+
+See our example file `./public/docs/privacy.md.example` container some useful hints for writing your own privacy policy.
+
+As with the terms of use, a link to the privacy notices will show up in the area where the release notes are provided on the index page.