2020-07-01 09:52:17 +00:00
# How to set up your terms of use
## Setup your terms of use
2018-06-27 20:31:11 +00:00
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.
2020-07-02 15:22:52 +00:00
It has to be provided under `./public/docs/` and will be automatically turned into a HedgeDoc document. It will also automatically updated as soon as you change the document on disk.
2018-06-27 20:31:11 +00:00
As soon as the file exists a link will show up in the bottom part along with the release notes and link to them.
2020-07-01 09:52:17 +00:00
## Setup your privacy policy
2018-06-27 20:31:11 +00:00
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.
2019-09-02 11:04:40 +00:00
2020-07-01 09:52:17 +00:00
## Setup your imprint
2019-09-02 11:04:40 +00:00
To add an imprint you can use the same technique as for the terms of use. The main difference is that the document is called `imprint.md` .
2020-07-02 15:22:52 +00:00
It has to be provided under `./public/docs/` and will be automatically turned into a HedgeDoc document. It will also automatically updated as soon as you change the document on disk.
2019-09-02 11:04:40 +00:00
As with the terms of use, a link to the imprint will show up in the area where the release notes are provided on the index page.