diff --git a/agent/index.mdx b/agent/index.mdx index 428fc0617..e846da7dc 100644 --- a/agent/index.mdx +++ b/agent/index.mdx @@ -8,7 +8,7 @@ keywords: ["automation", "automate", "AI", "autoupdate", "maintenance"] The agent is available on [Enterprise plans](https://mintlify.com/pricing?ref=agent) for anyone with access to your dashboard. -The agent is an AI tool that creates pull requests with proposed changes to your documentation based on your prompts. When you send a request, the agent: +The agent is an AI tool that creates pull requests with proposed changes to your documentation based on your prompts. When you send a request, the agent does the following: - **Researches**: Reads your existing documentation, any connected repositories, and relevant context. - **Plans**: Creates a structured task list for complex documentation work. diff --git a/ai-native.mdx b/ai-native.mdx index 92b5b1970..4b0b1e4ce 100644 --- a/ai-native.mdx +++ b/ai-native.mdx @@ -5,13 +5,13 @@ description: "Learn how AI enhances reading, writing, and discovering your docum keywords: ["AI","assistant","agent","llms.txt","MCP","llms-full.txt"] --- -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. +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 that improve the experiences of reading, writing, and discovering your documentation. ## What makes your documentation AI-native ### Reading -In addition to reading individual pages, users can chat with the [assistant](/ai/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) to extend where users can access your documentation. +In addition to reading individual pages, users can chat with the [assistant](/ai/assistant) in your documentation for immediate answers to their questions and links to relevant content. The assistant guides users through your product with accurate information from your documentation. Embed the assistant into custom apps with the [API](/api/assistant/create-assistant-message) to extend where users can access your documentation. ### Writing @@ -23,7 +23,7 @@ Configure popular tools like [Cursor](/guides/cursor), [Claude Code](/guides/cla ### Discovering -Your site is automatically optimized for AI tools and search engines to help users discover your documentation. All pages send their content as Markdown to AI agents instead of HTML, which helps these tools process your content faster and use fewer tokens. Every page is also available to view as Markdown by appending `.md` to the URL. +Your site is automatically optimized for AI tools and search engines to help users discover your documentation. All pages send their content as Markdown to AI agents instead of HTML, helping these tools process your content faster and use fewer tokens. Every page is also available to view as Markdown by appending `.md` to the URL. Mintlify hosts `llms.txt` and `skill.md` files for your documentation. These industry-standard files help LLMs respond efficiently with relevant information to user queries and provide a list of capabilities for agents to use, so that users are more successful with your product. diff --git a/dashboard/audit-logs.mdx b/dashboard/audit-logs.mdx index 5c59a0110..f88088965 100644 --- a/dashboard/audit-logs.mdx +++ b/dashboard/audit-logs.mdx @@ -62,4 +62,4 @@ Export audit logs to CSV for analysis, compliance reporting, or long-term archiv 1. Navigate to the [Audit log](https://dashboard.mintlify.com/settings/organization/audit-logs) page of your dashboard. 1. Optionally, apply filters to narrow down the logs you want to export. 1. Click **Export CSV**. -1. Mintlify sends you an email with a download link when the export is ready. +1. Mintlify sends you an email with a download link when the export is complete. diff --git a/guides/knowledge-base.mdx b/guides/knowledge-base.mdx index 4cf89d3cc..56e3f2a53 100644 --- a/guides/knowledge-base.mdx +++ b/guides/knowledge-base.mdx @@ -5,7 +5,7 @@ description: "Host your internal knowledge base on Mintlify to consolidate infor keywords: ["knowledge base", "internal documentation", "private docs", "kb", "knowledge management", "knowledge capture"] --- -An internal knowledge base helps your team find answers and maintain a source of truth. If your team has information spread across different channels and platforms, people might find inaccurate or no information when they search for answers. A centralized knowledge base solves this by putting answers where everyone can find them and giving your team a specific place to record shared knowledge. +An internal knowledge base helps your team find answers and maintain a source of truth. If your team has information spread across different channels and platforms, people might find inaccurate or no information when they search for answers. A centralized knowledge base solves this by putting answers where everyone can find them and gives your team a specific place to record shared knowledge. Mintlify provides the infrastructure for knowledge bases that your entire team can contribute to. @@ -34,7 +34,7 @@ Catalog the content you currently have in your existing knowledge base. This hel - **Topics and content**: Informs your navigation structure and content organization. - **Current organization**: See how your content is currently organized and whether it matches your desired structure. - **Content types**: Determine any content conversion requirements for text, PDFs, videos, and embedded content. -- **Metadata**: Identify any metadata to preserve like dates, authors, and tags. +- **Metadata**: Identify any metadata to preserve, such as dates, authors, and tags. - **Access requirements**: Determine the best authentication approach for your knowledge base. ### Export your existing content @@ -97,9 +97,9 @@ See [Navigation](/organize/navigation) for more information on how to structure Determine who needs access to what content in your knowledge base. -If everyone should have access to the entire knowledge base, set up only [authentication](/deploy/authentication-setup). +If everyone should have access to the entire knowledge base, set up [authentication](/deploy/authentication-setup) only. -If you need to restrict access to certain content to specific users or groups, set up authentication with [group-based access control](/deploy/authentication-setup#control-access-with-groups). +If you need to restrict access to certain content for specific users or groups, set up authentication with [group-based access control](/deploy/authentication-setup#control-access-with-groups). ## Migrate your content