summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheogorath2019-09-02 18:49:59 +0300
committerGitHub2019-09-02 18:49:59 +0300
commit2b0300e2f2c41ee3bb0d7327e10fbe065b5e277a (patch)
treef68a8713a7d3b3b9e6626864b4f67b98127bdad2
parenta9b5b754f599307cca5953a8a81f59ebb5553d6a (diff)
parente07f70c2313c64ee68cdc86f0440ecafb6e3c9fd (diff)
Merge pull request #165 from morpheus-87/imprint-docs
Add documentation for the new imprint feature
-rw-r--r--docs/guides/providing-terms.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/guides/providing-terms.md b/docs/guides/providing-terms.md
index 1e580df9..73de2b37 100644
--- a/docs/guides/providing-terms.md
+++ b/docs/guides/providing-terms.md
@@ -15,3 +15,12 @@ To add a privacy policy you can use the same technique as for the terms of use.
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.
+
+Setup your imprint
+===
+
+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`.
+
+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 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.