Skip to content

Commit 4b3a5d6

Browse files
committed
add mcp section to the homepage
1 parent aaff64d commit 4b3a5d6

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

docs/home.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,25 @@ icon: "house"
220220
</div>
221221
</div>
222222
</div>
223+
<div class="home__theme-purple-dark">
224+
<div class="home__container">
225+
<div class="home__2col">
226+
<div class="home__2col-content is-centered">
227+
<h2 class="home__heading-lg">Elementary context <br/>in your tools.</h2>
228+
<p>The MCP Server brings models, lineage, and incidents into tools like Cursor and Claude—so you can act without leaving your workflow.</p>
229+
<div><a
230+
href="/cloud/mcp/intro"
231+
class="home__button"
232+
>
233+
Start here
234+
</a></div>
235+
</div>
236+
<div class="home__mcp-image">
237+
<img src="https://res.cloudinary.com/diuctyblm/image/upload/v1756374052/Docs_u3uaft.svg" noZoom/>
238+
</div>
239+
</div>
240+
</div>
241+
</div>
223242
<div class="home__page">
224243

225244
<section>
@@ -385,6 +404,7 @@ icon: "house"
385404
</div>
386405
</div>
387406
</div>
407+
388408
<div class="home__theme-purple">
389409
<div class="home__container">
390410
<div class="home__guides-layout">

docs/styles.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ h1, h2, h3, h4, h5, h6 {
4444
color: white;
4545
}
4646

47+
.home__theme-purple-dark {
48+
background-color: #32113d;
49+
color: white;
50+
}
51+
52+
.dark .home__theme-purple-dark {
53+
background-color: #32113d;
54+
color: white;
55+
}
56+
4757
.home__theme-pink {
4858
background-color: #f1386e;
4959
color: white;
@@ -1006,6 +1016,9 @@ h1, h2, h3, h4, h5, h6 {
10061016
gap: 24px;
10071017
max-width: 500px;
10081018
}
1019+
.home__2col-content.is-centered {
1020+
align-self: center;
1021+
}
10091022

10101023
.home__guides-layout{
10111024
display: flex;
@@ -1118,4 +1131,13 @@ h1, h2, h3, h4, h5, h6 {
11181131
background: #ff6b9d;
11191132
color: #000;
11201133
box-shadow: 0 4px 12px rgba(255, 107, 157, 0.3);
1134+
}
1135+
1136+
/* ================================= */
1137+
/* MCP */
1138+
/* ================================= */
1139+
.home__mcp-image {
1140+
border: 1px solid #7D4590;
1141+
border-radius: 0.75rem;
1142+
overflow: hidden;
11211143
}

0 commit comments

Comments
 (0)