refactor: redesign org profile README with concise product-catalog style#2
Open
pomelo-nwu wants to merge 1 commit into
Open
refactor: redesign org profile README with concise product-catalog style#2pomelo-nwu wants to merge 1 commit into
pomelo-nwu wants to merge 1 commit into
Conversation
Based on research of 7 major open-source org profiles (Microsoft, LangChain, Docker, Prisma, GitHub, Grafana, Vercel), adopt the product-catalog style inspired by LangChain with Prisma's details folding technique. Key changes: - Lead with Quick Start so visitors can act within 10 seconds - Fold Chinese content into details tag to keep above-the-fold clean - Remove marketing sections (industry workflows, "why choose us") - Consolidate duplicate ecosystem link rows into one - Move DingTalk QR into the Chinese fold section - Fix orphaned closing anchor tag in footer - Clean up bare ampersand in 3 URLs - Complete the English Contributing section Closes #1 Signed-off-by: qwen-code
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
Based on research of 7 major open-source org profiles (Microsoft, LangChain, Docker, Prisma, GitHub, Grafana, Vercel), redesign the org profile README to adopt a product-catalog style — concise, actionable, and scannable.
Closes #1
Changes
Structure overhaul
<details>— keeps above-the-fold clean while preserving all Chinese contentBug fixes
</a>closing tag in footer&in 3 Alibaba Cloud URLsStats
Research highlights
<details>folding keeps above-fold cleanBefore / After
Before: Dual-language side-by-side, ~180 lines, marketing-heavy, footer HTML bug
After: English-first with Chinese fold, ~100 lines, product-focused, all bugs fixed
Signed-off-by: qwen-code