docs: simplify homepage around value, proof, and action - #10
Merged
Conversation
There was a problem hiding this comment.
🟡 Changes recommended
The PR introduces a dark-mode CSS override bug and adds/keeps target="_blank" links without rel="noopener noreferrer", which should be addressed before approval.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Reworks the English and Chinese homepages from a documentation-heavy landing page into a marketing-oriented funnel (value → proof → mechanism → capabilities → roadmap → CTA) and adds homepage-specific CSS to support the new layout.
Changes:
- Redesign
docs/index.mdanddocs/index.zh.mdinto structured hero/proof/flow/cards/CTA sections. - Add a responsive “homepage marketing layout” stylesheet section in
docs/stylesheets/extra.css. - Reorder and restyle the trust/badge row and proof presentation.
File summaries
| File | Description |
|---|---|
| docs/stylesheets/extra.css | Adds homepage-specific hero/proof/flow/CTA layout styles and responsive rules. |
| docs/index.md | Replaces the homepage with a value/proof/mechanism/capabilities/roadmap/CTA structure (English). |
| docs/index.zh.md | Mirrors the new homepage structure for the Chinese version to stay aligned. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 3
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
45
to
+47
| <a href="https://landscape.cncf.io/?item=provisioning--automation-configuration--gthulhu" target="_blank"><img src="https://img.shields.io/badge/CNCF%20Landscape-5699C6?style=for-the-badge&logo=cncf&label=cncf" alt="cncf landscape" /></a> | ||
| <a href="https://ebpf.io/applications/" target="_blank"><img src="https://img.shields.io/badge/eBPF%20Application%20Landscape-5699C6?style=for-the-badge&logo=ebpf&label=ebpf" alt="ebpf landscape" /></a> | ||
| <a href="https://insights.linuxfoundation.org/project/gthulhu"><img src="https://insights.linuxfoundation.org/api/badge/health-score?project=gthulhu" alt="LFX Health Score" /></a> |
Comment on lines
45
to
+47
| <a href="https://landscape.cncf.io/?item=provisioning--automation-configuration--gthulhu" target="_blank"><img src="https://img.shields.io/badge/CNCF%20Landscape-5699C6?style=for-the-badge&logo=cncf&label=cncf" alt="cncf landscape" /></a> | ||
| <a href="https://ebpf.io/applications/" target="_blank"><img src="https://img.shields.io/badge/eBPF%20Application%20Landscape-5699C6?style=for-the-badge&logo=ebpf&label=ebpf" alt="ebpf landscape" /></a> | ||
| <a href="https://insights.linuxfoundation.org/project/gthulhu"><img src="https://insights.linuxfoundation.org/api/badge/health-score?project=gthulhu" alt="LFX Health Score" /></a> |
| [data-md-color-scheme="slate"] .gth-hero, | ||
| [data-md-color-scheme="slate"] .gth-flow > p, | ||
| [data-md-color-scheme="slate"] .gth-cta { | ||
| background-color: rgba(59, 130, 246, 0.08); |
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
Rework the homepage from a documentation-style information dump into a clearer marketing funnel:
Why
The previous result-first homepage had the right evidence, but it still read like several documentation sections stacked together: result table, repeated case studies, current capabilities, Claim2Core, architecture, and contributor links all competed for attention.
This PR reduces repetition and makes the first screen answer three questions quickly:
Presentation changes
extra.css;Evidence boundaries