diff --git a/guides/assistant.mdx b/guides/assistant.mdx index 9752b31be..6d26dcb08 100644 --- a/guides/assistant.mdx +++ b/guides/assistant.mdx @@ -1,6 +1,6 @@ --- title: "Assistant" -description: "Help users succeed with your product and find answers faster" +description: "Self-updating knowledge management with intelligent assistance for your users" icon: "bot" --- @@ -10,7 +10,7 @@ icon: "bot" ## About the assistant -The assistant answers questions about your documentation through natural language queries. It is embedded directly in your documentation site, providing users with immediate access to contextual help. +The assistant transforms your documentation into a self-updating knowledge management system. It answers questions about your documentation through natural language queries and is embedded directly in your documentation site, providing users with immediate access to contextual help while continuously learning from user interactions. The assistant uses agentic RAG (retrieval-augmented generation) with tool calling powered by Claude Sonnet 4. When users ask questions, the assistant: diff --git a/index.mdx b/index.mdx index 92bfd2201..56ccddae5 100644 --- a/index.mdx +++ b/index.mdx @@ -1,6 +1,6 @@ --- title: "Introduction" -description: "Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers." +description: "Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for collaboration." icon: "book-open" mode: "custom" --- @@ -42,7 +42,7 @@ export const HeroCard = ({ filename, title, description, href }) => {
- Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers. + Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for collaboration.
diff --git a/quickstart.mdx b/quickstart.mdx index 076b50534..72914001d 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -1,12 +1,12 @@ --- title: "Quickstart" -description: "Deploy your documentation in minutes" +description: "Deploy your intelligent documentation platform in minutes" icon: "rocket" --- -This quickstart guide shows you how to set up and deploy your documentation site in minutes. +This quickstart guide shows you how to set up and deploy your AI-native documentation site in minutes. -After completing this guide, you will have a live documentation site ready to customize and expand. +After completing this guide, you will have a live intelligent documentation platform ready to customize and expand with AI-powered features. @@ -216,8 +216,11 @@ Enter your domain (for example, `docs.yourcompany.com`) and follow the provided ## Next steps -Congratulations! You have successfully deployed your documentation site with Mintlify. Here are suggested next steps to enhance your documentation: +Congratulations! You have successfully deployed your intelligent documentation platform with Mintlify. Here are suggested next steps to enhance your documentation: + + Set up the AI assistant, llms.txt, and MCP to make your docs AI-ready for both users and LLMs. + Configure site-wide styling, navigation, integrations, and more with the `docs.json` file. @@ -233,6 +236,9 @@ Congratulations! You have successfully deployed your documentation site with Min Create interactive API references with OpenAPI and AsyncAPI specifications. + + Configure SSO, permissions, and compliance features for enterprise-grade security and access control. + ## Troubleshooting