Skip to content

Retire: redirect the standalone fledge site to the CorvidLabs hub#421

Merged
0xLeif merged 1 commit into
mainfrom
brand/retire-site
Jun 13, 2026
Merged

Retire: redirect the standalone fledge site to the CorvidLabs hub#421
0xLeif merged 1 commit into
mainfrom
brand/retire-site

Conversation

@0xLeif

@0xLeif 0xLeif commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Summary

The standalone fledge site (Astro, GitHub Pages at corvidlabs.github.io/fledge/) is fully superseded β€” its marketing and docs are migrated to the CorvidLabs hub. This makes every route on the site redirect to the hub instead of serving its old content.

Each redirect page includes a <meta http-equiv="refresh">, a <link rel="canonical"> to the hub URL, and a visible "This site has moved to CorvidLabs β†’" link for no-JS users (plus <meta robots noindex>).

Redirect mapping

Route(s) β†’ Destination
/ (root) https://corvidlabs.github.io/corvidlabs-site/fledge/
/plugins, /plugins/* hub marketing
/blog, /blog/* hub marketing
/examples, /examples/* hub marketing
/rss.xml hub marketing
404 fallback hub marketing
/docs, /docs/* https://corvidlabs.github.io/corvidlabs-site/fledge/docs/
legacy mdBook *.html (e.g. /ai.html, /getting-started/installation.html) hub docs index

Deep doc URLs collapse to the docs index (per-page mapping intentionally not done).

How

  • New src/components/Redirect.astro (shared full-page redirect) + src/data/hub.ts (hub URL constants).
  • Every page in src/pages/ now renders <Redirect>; dynamic routes keep their getStaticPaths enumeration so all retired URLs still build.
  • scripts/generate-doc-redirects.ts repointed to emit the hub docs index directly (no internal hop) and skip index.md so the root keeps pointing at marketing.
  • The existing Pages workflow is untouched β€” the site keeps building and deploying so the redirects go live.

Test Plan

  • bun run build passes (101 HTML pages built)
  • bun test passes (49 tests)
  • astro check β€” 0 errors / 0 warnings
  • Inspected built HTML: root, a marketing page (plugins/weather), and docs (docs/index, docs/lanes) each have meta-refresh + canonical pointing at the correct hub URL
  • No built page references the old internal /fledge/docs/* paths

πŸ€– Generated with Claude Code

The fledge marketing site and docs are fully migrated to the CorvidLabs
hub. Every route on this site now renders a redirect page (meta-refresh +
canonical + a visible "This site has moved to CorvidLabs β†’" link for
no-JS users) instead of its old content:

  - / and all marketing pages (plugins, blog, examples, 404, rss.xml)
    β†’ https://corvidlabs.github.io/corvidlabs-site/fledge/
  - /docs and /docs/* β†’ https://corvidlabs.github.io/corvidlabs-site/fledge/docs/
  - legacy mdBook *.html paths β†’ the hub docs index

Dynamic routes keep their getStaticPaths enumeration so every retired
URL still builds and redirects. The site keeps building and deploying via
the existing Pages workflow.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@0xLeif 0xLeif requested a review from a team as a code owner June 13, 2026 00:10
@0xLeif 0xLeif requested review from 0xGaspar, Kyntrin and tofu-ux June 13, 2026 00:10
@gemini-code-assist

Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

βœ… Corvin says...

      _
    <(^\  .oO(Caw! ^v^)
     |/(\
      \(\\
      " "\\

"Caw! Your code sparkles like a dropped french fry."

CI Summary

Check Status
Dependency Audit βœ… Passed
Integration (3 OS) βœ… Passed
Lint (fmt + clippy) βœ… Passed
Spec Validation βœ… Passed
Tests (3 OS) βœ… Passed

Powered by corvid-pet

@0xLeif 0xLeif merged commit 28956b1 into main Jun 13, 2026
13 checks passed
@0xLeif 0xLeif deleted the brand/retire-site branch June 13, 2026 03:37
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.

1 participant