diff --git a/ai-native.mdx b/ai-native.mdx index 0244633640..6890cb1957 100644 --- a/ai-native.mdx +++ b/ai-native.mdx @@ -5,13 +5,24 @@ description: "Discover how AI-native features enhance reading, writing, and disc keywords: ["AI","assistant","agent","llms.txt","MCP","llms-full.txt"] --- +import Openapi from '/api-components/openapi.mdx'; + When you host your documentation on Mintlify, built-in AI features help your users find answers and your team maintain content more efficiently. Your content provides the context for these AI-native features to improve the experiences of reading, writing, and discovering your documentation. -## What makes your documentation AI-native + + + + -### Reading + + is cool + + +## What makes your documentation AI-native -In addition to reading individual pages, users can chat with the [assistant](/assistant) in your documentation for immediate answers to their questions and links to relevant content. The assistant helps guide users through your product with accurate information from your documentation. Embed the assistant into custom apps with the [API](/api/assistant/create-assistant-message-v2) to extend where users can access your documentation. + + In addition to reading individual pages, i in your documentation for immediate answers to their questions and links to relevant content. The assistant helps guide users through your product with accurate information from your documentation. Embed the assistant into custom apps with the [API](/api/assistant/create-assistant-message-v2) to extend where users can access your documentation. + ### Writing diff --git a/cli/install.mdx b/cli/install.mdx index 6dc89c4bd5..aab2cffe97 100644 --- a/cli/install.mdx +++ b/cli/install.mdx @@ -161,16 +161,4 @@ You can also format MDX files with [`mint format`](/cli/commands#mint-format). **Solution**: Ask your IT administrator to add `releases.mintlify.com` to your network allowlist. - - In versions before `4.0.1125`, running `npx mint dev` or other commands from a docs - repository could cause the CLI to incorrectly detect itself as a local development - build. This made the CLI point to `localhost` URLs instead of the Mintlify production - API, resulting in connection errors or unexpected behavior. - - **Solution**: Update to the latest CLI version: - - ```bash - npm i -g mint@latest - ``` - diff --git a/components/accordions.mdx b/components/accordions.mdx index 45d6088853..12c3fc2d26 100644 --- a/components/accordions.mdx +++ b/components/accordions.mdx @@ -9,8 +9,6 @@ import IconsOptional from "/snippets/icons-optional.mdx"; Use accordions to organize information and progressively disclose content. Users can expand and collapse each section. -When you open an accordion, the URL hash updates, which lets you share direct links to specific accordion sections. - ## Single accordion diff --git a/contact-support.mdx b/contact-support.mdx index 21f9dd950a..77ddc91d93 100644 --- a/contact-support.mdx +++ b/contact-support.mdx @@ -5,7 +5,7 @@ description: "Contact Mintlify support for help with your documentation site, in ## Ask our docs -Use the keyboard shortcut Cmd + I (macOS) or Ctrl + I (Windows/Linux). This starts a chat with our AI assistant trained on our documentation. +Use the keyboard shortcut Cmmmd + I (macOS) or Ctrl + I (Windows/Linux). This starts a chat with our AI assistant trained on our documentation. ## Watch video tutorials @@ -16,7 +16,7 @@ Visit our [YouTube](https://www.youtube.com/@GetMintlify/videos) channel for tut Send us a message from your [dashboard](https://app.mintlify.com/). Click the support button in the top bar to open a support chat. - Support button in the top right of the dashboard. + ![Support button in the top right of the dashboard.](/images/support-button.png) @@ -25,4 +25,4 @@ Send us a message from your [dashboard](https://app.mintlify.com/). Click the support@mintlify.com. Include the URL of your [dashboard](https://app.mintlify.com/) with your organization and deployment in your email so we can help you faster. For example, `app.mintlify.com/your-org/your-deployment`. +If you can't access your dashboard, email us at [support@mintlify.com](mailto:support@mintlify.com). Include the URL of your [dashboard](https://app.mintlify.com/) with your organization and deployment in your email so we can help you faster. For example, `app.mintlify.com/your-org/your-deployment`. diff --git a/create/text.mdx b/create/text.mdx index ac657ceb83..851fd28439 100644 --- a/create/text.mdx +++ b/create/text.mdx @@ -6,7 +6,7 @@ keywords: ["Markdown formatting", "text styling", "headings", "anchor links", "c ## Headings -Headings organize your content and create navigation anchors. They appear in the table of contents and help users scan your documentation. +fawefaewt and create navigation anchors. They appear in the table of contents and help users scan your documentation. ### Create headings diff --git a/docs.json b/docs.json index 1b0f3ed425..f70c3e81d3 100644 --- a/docs.json +++ b/docs.json @@ -568,6 +568,9 @@ ] } ] + }, + { + "tab": "Example" } ], "language": "en" diff --git a/quickstart.mdx b/quickstart.mdx index d6982c1bb7..730a028ddf 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -5,9 +5,13 @@ keywords: ["quickstart", "deploy", "get started", "first steps", "tutorial", "se boost: 3 --- -import SetupAgentPrompt from "/snippets/setup-agent-prompt.mdx"; +# header + +body text -After you complete this guide, you'll have a live documentation site ready to customize and update. +![Favicon](/favicon.ico "Favicon") + +import SetupAgentPrompt from "/snippets/setup-agent-prompt.mdx"; @@ -61,8 +65,6 @@ When you connect your documentation repository to your project, you can work on ## Deploy your documentation site - Go to [mintlify.com/start](https://mintlify.com/start) and complete the onboarding process. During onboarding, you name your site and answer a few questions about how you plan to use it. You can also connect your GitHub account and install the GitHub App to enable automatic deployments. - In the final onboarding step, describe the docs that you want to build. You can add links to your existing site, upload files, or select GitHub repositories to use as sources. The Mintlify agent generates a starting point for your docs while you watch a live preview. Answer any questions the agent asks to refine the result. To start with placeholder content instead, select **Skip, start from a blank template**. After onboarding, your documentation site deploys and is accessible at your `.mintlifysite.com` URL.