Skip to content

Commit f66de2b

Browse files
committed
add proper landing
1 parent 9397e7d commit f66de2b

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

docs.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
"language": "en",
1515
"groups": [
1616
{
17-
"group": "Welcome",
18-
"pages": ["landing"]
17+
"group": "Home",
18+
"pages": ["landing"],
19+
"hidden": true
1920
},
2021
{
2122
"group": "Contents",
@@ -79,7 +80,8 @@
7980
"groups": [
8081
{
8182
"group": "ようこそ",
82-
"pages": ["ja/landing"]
83+
"pages": ["landing"],
84+
"hidden": true
8385
},
8486
{
8587
"group": "目次",
File renamed without changes.

landing.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ mode: "custom"
1717
{/* Subtle Grid Pattern Overlay */}
1818
<div className="absolute inset-0 bg-[radial-gradient(#ffffff11_1px,transparent_1px)] [background-size:16px_16px] opacity-30 mask-gradient-hero"></div>
1919

20+
{/* Added Hero Image */}
21+
<img
22+
src="/logo/mcpv-hero.jpg"
23+
alt="MCPVerified Hero Image"
24+
className="max-w-md mx-auto mb-8 rounded-lg shadow-lg"
25+
/>
26+
2027
<h1 className="text-5xl md:text-7xl font-extrabold tracking-tight mb-6 text-transparent bg-clip-text bg-gradient-to-r from-white via-blue-100 to-white drop-shadow-lg">
2128
Model Context Protocol
2229
</h1>

0 commit comments

Comments
 (0)