diff --git a/docs/README.md b/docs/README.md index bcb8f37c..166570a8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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) diff --git a/docs/terms-of-service-and-privacy-policy.md b/docs/terms-of-service-and-privacy-policy.md new file mode 100644 index 00000000..d7367f99 --- /dev/null +++ b/docs/terms-of-service-and-privacy-policy.md @@ -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.