Add docs for changing TOS and privacy policy

This commit is contained in:
Kimmo Puputti 2017-10-31 10:35:43 +02:00
parent fa5f2f2b55
commit 279c64913a
2 changed files with 17 additions and 0 deletions

View file

@ -15,3 +15,4 @@ Documentation for specific topics can be found in the following files:
- [CI](ci.md)
- [Static pages](static-pages.md)
- [Analytics](analytics.md)
- [Terms of Service and Privacy Policy](terms-of-service-and-privacy-policy.md)

View file

@ -0,0 +1,16 @@
# Terms of Service and Privacy Policy
The Terms of Service and Privacy Policy of a marketplace are static
components that can be edited to suit the marketplace.
## Terms of Service
Edit
[src/components/TermsOfService/TermsOfService.js](../src/components/TermsOfService/TermsOfService.js)
file to customise the default dummy content.
## Privacy Policy
Edit
[src/components/PrivacyPolicy/PrivacyPolicy.js](../src/components/PrivacyPolicy/PrivacyPolicy.js)
file to customise the default dummy content.