Skip to content

Commit 453cb19

Browse files
authored
Merge pull request #868 from SISheogorath/docs/termsAndPrivacy
Add docs for usage of terms and privacy policy
2 parents 8bd85f8 + 20b75a4 commit 453cb19

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/guides/providing-terms.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Setup your terms of use
2+
===
3+
4+
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.
5+
6+
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.
7+
8+
As soon as the file exists a link will show up in the bottom part along with the release notes and link to them.
9+
10+
Setup your privacy policy
11+
===
12+
13+
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`.
14+
15+
See our example file `./public/docs/privacy.md.example` container some useful hints for writing your own privacy policy.
16+
17+
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.

0 commit comments

Comments
 (0)