feat: convert site to redirect shell pointing at workspace.itkdev.dk#31
Draft
yepzdk wants to merge 1 commit into
Draft
feat: convert site to redirect shell pointing at workspace.itkdev.dk#31yepzdk wants to merge 1 commit into
yepzdk wants to merge 1 commit into
Conversation
Content has moved to the new platform (workspace.itkdev.dk). This site becomes an archived redirect shell. - Every project page (overview, mocks, sub-pages) now does a 0s client-side meta-refresh + canonical to its /concept/<slug> page on the new platform. dansk-viden-til-dansk-ai forwards to the renamed /concept/dansk-viden; the salary-negotiation password gate is removed (the new platform has its own auth). - The landing page shows a "moved" notice with a directory of direct concept links and no auto-redirect, so visitors choose where to go. - about and the design-system docs forward to the platform homepage. - Emptied the sidebar/nav and disabled local search; kept noindex. Co-authored-by: Claude <noreply@anthropic.com>
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
Research content has moved to the new platform at workspace.itkdev.dk (the
itk-workspaceapp). This PR converts the old GitHub Pages site into an archived redirect shell that gracefully forwards visitors — including deep bookmarks — to the new platform.What changed
mocks, and sub-pages — 40 pages total) now does a 0-second client-side meta-refresh +rel="canonical"to its/concept/<slug>page on the new platform, with a visible fallback link.dansk-viden-til-dansk-aiforwards to the renamed/concept/dansk-viden.salary-negotiationpassword gate was removed (the new platform has its own auth).design-systemdocs andaboutpage forward to the platform homepage (no concept equivalent).docs/index.md) shows a "moved" notice with a link to the new platform and a directory of direct concept links — no auto-redirect, so visitors choose where to go.noindexis kept.Why meta-refresh and not a 301
GitHub Pages serves static files only — no server-side redirects are possible. A 0-second meta-refresh + canonical is the standard static-site equivalent and is treated as permanent by browsers and crawlers. The site is already
noindex, so this is primarily about forwarding humans. Real 301s on the new domain are handled by Traefik.Related
skabelonloesningconcept this links to was migrated to the new platform separately (itk-workspace PR-64).Verification
npm run docs:buildis clean; all 40 project pages emit the meta-refresh tag, thedansk-videnrename target is correct, search chunks are gone, and the landing page renders the directory with no auto-redirect.🤖 Generated with Claude Code