From c083ef7faf8cea1a49a6213f01f8dfe27400a593 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 21:18:15 +0000 Subject: [PATCH] Refactor image tags and add accordion to quickstart Mintlify-Source: dashboard-editor --- index.mdx | 38 +++++++++----------------------------- quickstart.mdx | 6 ++++-- 2 files changed, 13 insertions(+), 31 deletions(-) diff --git a/index.mdx b/index.mdx index 1d55eec22..3edeee349 100644 --- a/index.mdx +++ b/index.mdx @@ -25,18 +25,13 @@ export const HeroCard = ({ filename, title, description, href }) => { ); }; +faewfawfawefawefaewfewaf +
- Decorative background image. - Decorative background image. + Decorative background image. + + Decorative background image.
@@ -51,26 +46,11 @@ export const HeroCard = ({ filename, title, description, href }) => {
- + - + - +
-
+ \ No newline at end of file diff --git a/quickstart.mdx b/quickstart.mdx index 8e2cb6b5e..152b0ed23 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -9,7 +9,10 @@ import SkillMcpPrompt from "/snippets/skill-mcp-prompt.mdx"; After you complete this guide, you'll have a live documentation site ready to customize and update. -## Before you begin +## Before you begin + + + Mintlify uses a docs-as-code approach to manage your documentation. Every page on your site has a corresponding file stored in your documentation repository. @@ -75,7 +78,6 @@ Find your exact URL on the **Overview** page of your [dashboard](https://dashboa ``` ```bash pnpm - pnpm add -g mint ```