Consolidate community pages into root markdown#211
Merged
Conversation
Replace 10 individual community pages (en+ko) with a single hub page per locale that links to root markdown files as the source of truth. - Create GOVERNANCE.md and RELEASES.md from website community pages - Integrate development.mdx content into CONTRIBUTING.md - Add CardGrid hub pages (community.mdx) for en and ko - Add redirects for all old community URLs - Update ~25 internal links across docs, stories, TM files Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The old community pages are deleted, so Astro won't generate those routes — redirects are not needed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <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
Convert the website's community section to reference root markdown files as the single source of truth.
The
website/src/content/docs/community/directory had 5 pages duplicating or diverging from root files (CONTRIBUTING.md,ROADMAP.md), or existing only on the website without a root SSOT. This consolidates them: root files become the canonical source, and the website gets a single hub page linking to GitHub.Changes
GOVERNANCE.mdandRELEASES.md(converted from community pages)development.mdxcontent intoCONTRIBUTING.mdas "Development setup" and "PR workflow" sectionscommunity.mdxhub pages (en/ko) with CardGrid + 6 LinkCards pointing to GitHubastro.config.mjs: single slug sidebar entryReviewer notes
starlight-links-validatorpasses:All internal links are valid.Checklist
npm run build— link validation passed)