From 6630bbf36520e558949d171b002efecd51362027 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 22:15:36 +0000 Subject: [PATCH] Improve docs overview setup prompt card --- docs-mintlify/index.mdx | 33 +++++++++++++-------------------- 1 file changed, 13 insertions(+), 20 deletions(-) diff --git a/docs-mintlify/index.mdx b/docs-mintlify/index.mdx index 50b41e18e9..d6679853af 100644 --- a/docs-mintlify/index.mdx +++ b/docs-mintlify/index.mdx @@ -5,6 +5,8 @@ sidebarTitle: "Overview" --- +import { generatedSetupPromptText } from "/snippets/home-prompt-island.jsx"; + export const SectionLink = ({ href, children }) => ( {children} ); @@ -79,22 +81,14 @@ export const copyGeneratedSetupPrompt = async (event) => {
- Set up Stack Auth by copying the prompt below into your favorite coding agent. + Copy the full Stack Auth setup prompt into your coding agent, or follow the manual instructions.
-{generatedSetupPromptText}
-
-
+ {generatedSetupPromptText}