diff --git a/docs.json b/docs.json index bdbca0d38..a0c94f27b 100644 --- a/docs.json +++ b/docs.json @@ -1,6 +1,6 @@ { "$schema": "https://mintlify.com/docs.json", - "theme": "almond", + "theme": "luma", "name": "Mintlify", "colors": { "primary": "#166E3F", @@ -1535,7 +1535,7 @@ }, "links": [ { - "label": "Talk to us", + "label": "Talk with us", "href": "https://mintlify.com/contact/sales" } ] diff --git a/images/homepage/ai-native.png b/images/homepage/ai-native.png new file mode 100644 index 000000000..35884d26f Binary files /dev/null and b/images/homepage/ai-native.png differ diff --git a/images/homepage/custom-domain.png b/images/homepage/custom-domain.png new file mode 100644 index 000000000..e0c348e22 Binary files /dev/null and b/images/homepage/custom-domain.png differ diff --git a/images/homepage/themes.png b/images/homepage/themes.png new file mode 100644 index 000000000..e636836f1 Binary files /dev/null and b/images/homepage/themes.png differ diff --git a/index.mdx b/index.mdx index 8885e44dd..e81cfb9c5 100644 --- a/index.mdx +++ b/index.mdx @@ -2,25 +2,42 @@ title: "Introduction" description: "Mintlify is an AI-native documentation platform built for developers, with beautiful defaults, interactive API playgrounds, and smart search." mode: "frame" -keywords: ["overview", "platform", "getting started", "features"] +keywords: ["overview", "platform", "get started", "features"] --- -export const HeroCard = ({ filename, title, description, href }) => { +export const SearchBar = () => { + const openSearch = () => { + const el = document.getElementById("search-bar-entry"); + if (el) { + el.click(); + return; + } + const isMac = + typeof navigator !== "undefined" && + /Mac|iPhone|iPod|iPad/i.test(navigator.platform); + window.dispatchEvent( + new KeyboardEvent("keydown", { + key: "k", + metaKey: isMac, + ctrlKey: !isMac, + bubbles: true, + cancelable: true, + }), + ); + }; return ( - - - -

- {title} -

- {description} -
+ ); }; @@ -29,47 +46,183 @@ export const HeroCard = ({ filename, title, description, href }) => { -
-

- Documentation -

+
+
-
- Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers and teams. -
+
+
+

+ Mintlify documentation +

+

+ Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers and teams. +

+
+ +
+ +
+

Get started

+
+ +
+ +
+
+

Quickstart

+

Deploy your first documentation site with our step-by-step guide.

+
+
+ + {/* Soft watercolor-style washes + grain; decorative only */} + + +