docs: retire in-app /docs, redirect to support.shield.human.tech - #68
Open
hebbianloop wants to merge 1 commit into
Open
docs: retire in-app /docs, redirect to support.shield.human.tech#68hebbianloop wants to merge 1 commit into
hebbianloop wants to merge 1 commit into
Conversation
The in-app /docs pages are superseded by the single Nextra docs home at support.shield.human.tech (Users / Developers / Contracts). Add permanent (308) Next.js redirects from the old in-app routes to their subdomain equivalents, and repoint the README Docs links off the legacy docs.holonym.id domain onto the subdomain. Redirect map: - /docs -> https://support.shield.human.tech/ - /docs/users -> https://support.shield.human.tech/getting-started - /docs/developers -> https://support.shield.human.tech/developers Refs holonym-foundation/internal-docs#1764 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docs retirement / redirect PR
Retires the in-app
shield.human.tech/docspages in favor of the single Shield docs home at support.shield.human.tech (theholonym-foundation/shield-support-docsNextra site, organized as Users / Developers / Contracts).Part of the docs IA consolidation tracked in internal-docs #1764.
What changed
1. Permanent (308) Next.js redirects added to
frontend/next.config.ts. Every in-app doc route now redirects to its verified subdomain equivalent:/docshttps://support.shield.human.tech//docs/usershttps://support.shield.human.tech/getting-started/docs/developershttps://support.shield.human.tech/developersCoverage was verified against the subdomain before wiring the redirects: the in-app Developer Guide has full section-for-section parity with
content/developers/index.mdx, and the in-app landing and Users pages resolve to the subdomain Home and Getting Started entries. No route redirects to a 404.2. README Docs links repointed off the legacy
docs.holonym.iddomain onto the subdomain:https://support.shield.human.techhttps://support.shield.human.tech/developers/protocol(Protocol & Cryptography, which carries the Proof of Clean Hands ZK-circuit section)Verification
pnpm --filter shield.human.tech buildpasses..next/routes-manifest.json.Do not merge until the coverage follow-ups noted on #1764 are resolved.
Refs #1764
🤖 Generated with Claude Code