This repository was archived by the owner on Aug 31, 2026. It is now read-only.
docs: 🔖 mark the repository as moved before archiving - #35
Merged
Conversation
matrix-rain-webgpu now lives in the chicio-blog monorepo and releases from there
(2.0.1 was published from it, with provenance naming that repository). This is the
last change here: archived repositories cannot run workflows, so the notice has to
deploy before the archive, not after.
Every page of the docs site says so, not just the landing:
- Starlight's Banner is overridden rather than setting `banner` frontmatter on all
14 content pages. `banner` is per-page frontmatter in Starlight 0.41, not a
global option — an override cannot be forgotten on a page added later, and the
global key does not exist (the build rejects it).
- The landing page keeps its hero, which is the library demonstrating itself, and
changes what it says: the notice, and CTAs pointing at the current docs, the
monorepo and npm.
- The playground is a standalone page with no Banner, so it gets its own strip.
It is the one URL besides the landing that people are likely to have bookmarked.
Verified: 16 of 16 built pages carry a notice, and both URLs linked from here
(/chicio-blog/matrix-rain/ and its playground) return 200.
The site stays online deliberately. Archived repositories keep serving Pages, so
existing links land on the notice rather than a 404.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The last change here, and it has to land before the archive — archived repositories can't run workflows, so the notice must deploy first.
matrix-rain-webgpunow lives in chicio-blog and releases from there: 2.0.1 was published from it, with provenance naming that repo.Every page says so, not just the landing
Banneris overridden rather than addingbannerfrontmatter to all 14 content pages. In Starlight 0.41banneris per-page frontmatter, not a global option — I tried the global key first and the build rejected it (Unrecognized key: "banner"). An override also can't be forgotten on a page added later.Banner, and besides the landing it's the one URL people plausibly bookmarked.Verification
npm run checkandnpm run typesboth pass, so CI should be green.The site stays online on purpose
Archived repositories keep serving Pages, so existing links land on the notice instead of a 404 — which is why this is a notice rather than a redirect.
After merging
Deploy docs siteworkflow finish and confirm the notice is live.One thing to be aware of: the published 2.0.1 still carries
homepage/repositorypointing here. I'm fixing that in the monorepo so the next release links to the new home.