Retire: redirect the standalone augur site to the CorvidLabs hub#35
Merged
Conversation
Marketing and docs are fully migrated to the CorvidLabs hub. Every route on this standalone Astro/GitHub Pages site now meta-refreshes (with a canonical link and a visible 'moved to CorvidLabs' fallback) to its hub equivalent: - / and 404 -> hub marketing - /docs -> hub docs - /docs/* -> matching hub docs deep link Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
augur: ✅ PROCEED - risk 25/100Confidence 75/100 - calibration prior-only (0 incidents / 1 commit).
|
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.
Summary
corvidlabs.github.io/augur/) is retired. Its marketing and docs are fully migrated to the CorvidLabs hub.RedirectLayout.astro): metahttp-equiv="refresh", a<link rel="canonical">to the hub URL,robots: noindex, follow, and a visible "This site has moved to CorvidLabs →" fallback link./and404→https://corvidlabs.github.io/corvidlabs-site/augur//docs→https://corvidlabs.github.io/corvidlabs-site/augur/docs//docs/*→https://corvidlabs.github.io/corvidlabs-site/augur/docs/<slug>/(deep links preserved;[...slug].astrostill emits a stub per existing doc slug)Test Plan
bun run buildpasses; all 11 routes emit (index, 404, docs index, 8 doc slugs)/,/docs,/docs/quickstart,404— each has the correct meta-refresh + canonical pointing at the matching hub URL, plus the visible moved link🤖 Generated with Claude Code