From 6df9a3fb098445484d44d4054d6903701eea1213 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 02:15:30 +0000 Subject: [PATCH 1/6] Updated mintlify pages - Updated agent/customize.mdx Mintlify-Source: dashboard-editor --- agent/customize.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/agent/customize.mdx b/agent/customize.mdx index 7edb950219..15f8705a63 100644 --- a/agent/customize.mdx +++ b/agent/customize.mdx @@ -6,6 +6,8 @@ keywords: ["AGENTS.md", "agent configuration", "custom instructions", "agent cus Create a `.mintlify/AGENTS.md` file at the root of your documentation project to customize the agent's behavior (`Agents.md` is also an accepted filename). +Type an update + Place your `AGENTS.md` file inside the `.mintlify/` directory, not at the root of your project. If you store the file at the root of your project, visitors can access your custom instructions at the `/agents.md` path. Mintlify does not serve the `.mintlify/` directory publicly, so visitors cannot access your `AGENTS.md` file there. @@ -55,4 +57,4 @@ Consider adding instructions for: - Add prerequisite sections to guides when users need API keys, environment setup, or dependencies. - Include "Next steps" sections linking to related documentation. - Add troubleshooting sections for common issues we see in support tickets. -``` +``` \ No newline at end of file From 94297250e3aff0bdca3c735bc6f7233561fe6f98 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:45:50 +0000 Subject: [PATCH 2/6] Updated mintlify pages - Updated quickstart.mdx Mintlify-Source: dashboard-editor --- quickstart.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quickstart.mdx b/quickstart.mdx index 8fe1e05a5c..f85813441d 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -5,6 +5,8 @@ keywords: ["quickstart", "deploy", "get started", "first steps", "tutorial", "se boost: 3 --- +Make a change + import SetupAgentPrompt from "/snippets/setup-agent-prompt.mdx"; After you complete this guide, you'll have a live documentation site ready to customize and update. @@ -30,7 +32,6 @@ After you complete this guide, you'll have a live documentation site ready to cu 2. Run `mint --version`. If the command is unavailable, install the CLI with `npm i -g mint` or `pnpm add -g mint`. If the command succeeds, run `mint update`. 3. Run `mint status` before starting authentication. If it already shows an organization, keep the existing session and do not create another account. 4. Run `mint login` if the user has an account. Otherwise, ask for their first name, last name, company, and email, then run: - ```bash mint signup \ --firstName \ @@ -38,7 +39,6 @@ After you complete this guide, you'll have a live documentation site ready to cu --company \ --email ``` - `mint signup` waits for email verification, so keep it running as a background process when your environment supports background commands. Tell the user to click the verification link and approve the CLI in the browser. Never invent signup details. 5. After the user finishes verification and onboarding, run `mint status` again. Confirm that it reports their email, organization, and subdomain. If the organization exists but no subdomain appears, ask the user to finish selecting or connecting a GitHub repository in the onboarding browser tab, then retry. 6. If the user has an existing documentation repository, clone or open it. Preserve its content. For a new local project, scaffold into a new, empty directory with either `mint new --name --theme ` or `mint new --template `. Ask which theme or template they want if they have not specified one. Do not use `--force` on a directory containing user files. @@ -203,4 +203,4 @@ Find your exact URL on the **Overview** page of your [dashboard](https://app.min Use your own domain for your documentation site. - + \ No newline at end of file From 3eff57fb1f964f1c2443f14b1268171fcc001484 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:48:49 +0000 Subject: [PATCH 3/6] Updated mintlify pages - Updated agent/customize.mdx - Updated quickstart.mdx Mintlify-Source: dashboard-editor --- agent/customize.mdx | 2 -- quickstart.mdx | 2 -- 2 files changed, 4 deletions(-) diff --git a/agent/customize.mdx b/agent/customize.mdx index 15f8705a63..59861f1922 100644 --- a/agent/customize.mdx +++ b/agent/customize.mdx @@ -6,8 +6,6 @@ keywords: ["AGENTS.md", "agent configuration", "custom instructions", "agent cus Create a `.mintlify/AGENTS.md` file at the root of your documentation project to customize the agent's behavior (`Agents.md` is also an accepted filename). -Type an update - Place your `AGENTS.md` file inside the `.mintlify/` directory, not at the root of your project. If you store the file at the root of your project, visitors can access your custom instructions at the `/agents.md` path. Mintlify does not serve the `.mintlify/` directory publicly, so visitors cannot access your `AGENTS.md` file there. diff --git a/quickstart.mdx b/quickstart.mdx index f85813441d..48ba3e584c 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -5,8 +5,6 @@ keywords: ["quickstart", "deploy", "get started", "first steps", "tutorial", "se boost: 3 --- -Make a change - import SetupAgentPrompt from "/snippets/setup-agent-prompt.mdx"; After you complete this guide, you'll have a live documentation site ready to customize and update. From 7a4f948fa559d4782cfe058f106acb57dc0f3eef Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:50:42 +0000 Subject: [PATCH 4/6] Updated mintlify pages - Updated automations/create.mdx Mintlify-Source: dashboard-editor --- automations/create.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/automations/create.mdx b/automations/create.mdx index d6a74b6a83..525748d380 100644 --- a/automations/create.mdx +++ b/automations/create.mdx @@ -10,6 +10,8 @@ A custom automation runs the agent on a schedule, on repository pushes, or on co For an overview of triggers, update modes, and configuration options shared across all automations, see [Automations](/automations). +faewfaewf + ## Prerequisites - A Mintlify project connected to a GitHub or GitLab repository @@ -60,4 +62,4 @@ Deleting an automation is permanent and removes its configuration and run histor 1. Open the [Automations](https://app.mintlify.com/products/automations) page in your dashboard. 2. Click the settings button beside an automation. -3. Click **Delete**. +3. Click **Delete**. \ No newline at end of file From 85cf6520777119cb9ee68920fe77d0785c3648fd Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:52:16 +0000 Subject: [PATCH 5/6] Updated mintlify pages - Updated automations/create.mdx Mintlify-Source: dashboard-editor --- automations/create.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/automations/create.mdx b/automations/create.mdx index 525748d380..80a3226f65 100644 --- a/automations/create.mdx +++ b/automations/create.mdx @@ -10,8 +10,6 @@ A custom automation runs the agent on a schedule, on repository pushes, or on co For an overview of triggers, update modes, and configuration options shared across all automations, see [Automations](/automations). -faewfaewf - ## Prerequisites - A Mintlify project connected to a GitHub or GitLab repository From 868856212e6cea68c8d8073c21b8cbc0710a3b84 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:53:01 +0000 Subject: [PATCH 6/6] Updated mintlify pages - Updated api-playground/graphql-setup.mdx Mintlify-Source: dashboard-editor --- api-playground/graphql-setup.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-playground/graphql-setup.mdx b/api-playground/graphql-setup.mdx index b27b54275e..bad59fa817 100644 --- a/api-playground/graphql-setup.mdx +++ b/api-playground/graphql-setup.mdx @@ -1,6 +1,6 @@ --- title: "GraphQL setup" -description: "Generate reference pages for your GraphQL API from a schema definition file, with linked types and example queries, mutations, and responses." +description: "Hello there" keywords: ["graphql", "schema", "sdl"] --- @@ -100,4 +100,4 @@ Fields and arguments that you mark with `@deprecated` in your schema display as ## Update your documentation -Mintlify regenerates GraphQL reference pages when you run `mint dev` or when you push changes to your documentation repository. If your schema is hosted at an HTTPS URL, updates to the schema regenerate on the next build. +Mintlify regenerates GraphQL reference pages when you run `mint dev` or when you push changes to your documentation repository. If your schema is hosted at an HTTPS URL, updates to the schema regenerate on the next build. \ No newline at end of file