[Phase 5] feat(docs-site): add legal pages (ToS, Privacy Policy, AUP) #91
Reference in New Issue
Block a user
Delete Branch "feature/add-legal-pages-89"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds three legal pages to the docs-site Astro build, making them accessible to API consumers.
New pages
/legal/terms-of-service— Terms of Service/legal/privacy-policy— Privacy Policy/legal/acceptable-use-policy— Acceptable Use PolicyChanges
docs-site/src/pages/legal/terms-of-service.mddocs-site/src/pages/legal/privacy-policy.mddocs-site/src/pages/legal/acceptable-use-policy.mddocs-site/src/pages/index.astrowith links to all three legal pagesAll three pages use the
Base.astrolayout and render content from the canonicaldocs/legal/source.The ToS URL (
https://docs.leeworks.dev/legal/terms-of-service) is now ready for RapidAPI listing (#44).Closes leeworks-agents/api-company#89