From 4b3a5d65266c216b65b7bb3b6d15a462cf486af2 Mon Sep 17 00:00:00 2001 From: okabak123 Date: Wed, 8 Oct 2025 12:37:46 +0100 Subject: [PATCH] add mcp section to the homepage --- docs/home.mdx | 20 ++++++++++++++++++++ docs/styles.css | 22 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/docs/home.mdx b/docs/home.mdx index 03ec4ec2c..59e103072 100644 --- a/docs/home.mdx +++ b/docs/home.mdx @@ -220,6 +220,25 @@ icon: "house" +
+
+
+
+

Elementary context
in your tools.

+

The MCP Server brings models, lineage, and incidents into tools like Cursor and Claude—so you can act without leaving your workflow.

+ +
+
+ +
+
+
+
@@ -385,6 +404,7 @@ icon: "house"
+
diff --git a/docs/styles.css b/docs/styles.css index f1551b9a6..3b42242b8 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -44,6 +44,16 @@ h1, h2, h3, h4, h5, h6 { color: white; } +.home__theme-purple-dark { + background-color: #32113d; + color: white; +} + +.dark .home__theme-purple-dark { + background-color: #32113d; + color: white; +} + .home__theme-pink { background-color: #f1386e; color: white; @@ -1006,6 +1016,9 @@ h1, h2, h3, h4, h5, h6 { gap: 24px; max-width: 500px; } +.home__2col-content.is-centered { + align-self: center; +} .home__guides-layout{ display: flex; @@ -1118,4 +1131,13 @@ h1, h2, h3, h4, h5, h6 { background: #ff6b9d; color: #000; box-shadow: 0 4px 12px rgba(255, 107, 157, 0.3); +} + +/* ================================= */ +/* MCP */ +/* ================================= */ +.home__mcp-image { + border: 1px solid #7D4590; + border-radius: 0.75rem; + overflow: hidden; } \ No newline at end of file