mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Add docs for changing TOS and privacy policy
This commit is contained in:
parent
fa5f2f2b55
commit
279c64913a
2 changed files with 17 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
16
docs/terms-of-service-and-privacy-policy.md
Normal file
16
docs/terms-of-service-and-privacy-policy.md
Normal 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.
|
||||
Loading…
Add table
Reference in a new issue