Skip to content

docs: Add privacy policy links to footers#501

Merged
Ehesp merged 3 commits into
integrate/docs-rewritefrom
add-privacy-footer-links
Jul 2, 2026
Merged

docs: Add privacy policy links to footers#501
Ehesp merged 3 commits into
integrate/docs-rewritefrom
add-privacy-footer-links

Conversation

@claude

@claude claude Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Requested by Ben Cook · Slack thread

Before: neither footer links to the privacy policy. The marketing/homepage footer shows only "Built by Invertase" + copyright, and the hosted-docs footer shows the "docs.page by invertase.io" attribution plus per-project social links — no privacy link anywhere.

After: both footers show a subtle "Privacy" link pointing to https://use.docs.page/legal/privacy — one on the landing page footer, and one on every hosted docs page footer.

How

  • app/src/components/homepage/footer.tsx — adds a "Privacy" anchor next to the existing "Built by Invertase" link in the same left-hand flex items-center gap-4 group, reusing the exact sibling styling (text-sm text-neutral-400 hover:text-foreground). No target/rel since it points to our own site.
  • app/src/components/footer.tsx — adds a "Privacy" anchor alongside the "docs.page by invertase.io" attribution, styled to match the sibling links (underline underline-offset-5 hover:text-foreground), with a · separator.

Both links use the absolute URL https://use.docs.page/legal/privacy. This is required for the hosted-docs footer: hosted pages are served under an owner/repo/... path, so a relative /legal/privacy would resolve under the publisher's namespace and 404.

Based on integrate/docs-rewrite rather than main, because that's where the privacy policy page lives (#500).


Generated by Claude Code

Add a subtle "Privacy" link pointing to the absolute URL
https://use.docs.page/legal/privacy in both the marketing/homepage
footer and the hosted-docs footer.

An absolute URL is required for the hosted-docs footer because hosted
pages live under an owner/repo path, so a relative /legal/privacy would
resolve under the publisher's namespace and 404.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PE16738DP3VHiFRFscXFNH
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@claude claude Bot marked this pull request as ready for review June 30, 2026 16:43
@claude claude Bot requested a review from Ehesp June 30, 2026 16:43
@Ehesp Ehesp added do-not-merge Work in progress; do not merge until this label is removed and removed do-not-merge Work in progress; do not merge until this label is removed labels Jul 2, 2026
@Ehesp Ehesp changed the title Add privacy policy links to footers docs: Add privacy policy links to footers Jul 2, 2026
@Ehesp Ehesp merged commit 6e82dca into integrate/docs-rewrite Jul 2, 2026
1 check passed
@Ehesp Ehesp deleted the add-privacy-footer-links branch July 2, 2026 19:01
@claude claude Bot mentioned this pull request Jul 3, 2026
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants