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) => {

- Start with a single prompt. + Set up with one prompt.

- 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}