Link featured examples to pre-generated docs with View Docs buttons

This commit is contained in:
Vectry
2026-02-09 17:43:30 +00:00
parent 327e19df8f
commit 029cd82f1a
2 changed files with 34 additions and 8 deletions

View File

@@ -79,36 +79,42 @@ export default function HomePage() {
description: "Elegant promise concurrency limiter with a simple API and robust error handling.",
language: "TypeScript",
languageColor: "#3178c6",
docId: "gen_1770657487236_d9id1pm",
},
{
name: "expressjs/express",
description: "Fast, unopinionated web framework for Node.js with minimalistic design.",
language: "JavaScript",
languageColor: "#f1e05a",
docId: "gen_1770657496293_1hcn3m1",
},
{
name: "pallets/flask",
description: "Lightweight Python web framework with simplicity and flexibility at its core.",
language: "Python",
languageColor: "#3572A5",
docId: "gen_1770657494422_mabt20p",
},
{
name: "colinhacks/zod",
description: "TypeScript-first schema validation with static type inference.",
language: "TypeScript",
languageColor: "#3178c6",
docId: "gen_1770657488091_5hxoyyk",
},
{
name: "tiangolo/fastapi",
description: "Modern, high-performance Python API framework with automatic OpenAPI docs.",
language: "Python",
languageColor: "#3572A5",
docId: "gen_1770657495398_10wi8js",
},
{
name: "redis/node-redis",
description: "High-performance Redis client for Node.js with comprehensive feature support.",
language: "TypeScript",
languageColor: "#3178c6",
docId: "gen_1770657489049_vxw35dn",
},
];
@@ -333,7 +339,7 @@ export default function HomePage() {
Featured Examples
</h2>
<p className="text-zinc-400 max-w-xl mx-auto">
Click any repository to instantly generate documentation
Pre-generated docs ready to explore or paste any repo URL above
</p>
</div>