惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Proofpoint News Feed
云风的 BLOG
云风的 BLOG
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Google DeepMind News
Google DeepMind News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
雷峰网
雷峰网
B
Blog
月光博客
月光博客
博客园 - 【当耐特】
WordPress大学
WordPress大学
Microsoft Azure Blog
Microsoft Azure Blog
I
InfoQ
The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
Jina AI
Jina AI
博客园 - Franky
MyScale Blog
MyScale Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Last Week in AI
Last Week in AI
B
Blog RSS Feed
H
Help Net Security

Mintlify Blog

22 UX improvements to the web editor Introducing the Mintlify Help Center Starter Kit Introducing the collaborative editor built for teams and agents Workflows, rebuilt Is your documentation agent-ready? Mintlify raises $45M Series B led by Andreessen Horowitz and Salesforce Ventures 5 things you didn't know you could do in the Mintlify web editor The improved Mintlify CLI Docs on autopilot: From zero to self-maintaining with Mintlify The state of agent traffic in documentation (March 2026) How we built a virtual filesystem for our Assistant We Replaced Our Internal Wiki With a Slack Bot. You Should Too. 8 ways teams use Mintlify to keep docs updated automatically Documentation is your AI interface What three years of watching AI in production taught us Bridging two JSX runtimes: How we solved Astro's React children problem AI agents are shipping faster than anyone can document Knowledge management systems for technical teams Workflows: Automate documentation maintenance Mintlify acquires Helicone to redefine AI knowledge infrastructure Why more product managers are switching to Mintlify Auto-generating documentation sites from GitHub repos Your docs, your frontend, our content engine Take control of your documentation system Almost half your docs traffic is AI, time to understand the agent experience @mintlify for better docs, faster Mintlify for Enterprise Real llms.txt examples from leading tech companies (and what they got right) Mintlify + Claude Opus 4.6: Powering AI-native knowledge management Declaring Clankruptcy: An experiment in agent orchestration
Product Update - July 2023
Joshua Kim · 2023-07-31 · via Mintlify Blog

July brings AI features, autogeneration, and support for broken links to our users. Here's a detailed breakdown of all our latest additions:

Goodbye, keyword search. **Mintlify Chat** upgrades your documentation discoverability through a conversational AI search experience. Built with the same technology as ChatGPT, it provides quality and consistent answers to any question your users might have. It's a powerful way to leverage your docs for customer success.

Mintlify Chat is built in partnership with our friends at Inkeep, available to all Mintlify startup plan customers. To learn more about Mintlify Chat, head here.

We understand not having designated writers to continuously refine our documentation, which is why we built AI Suggestions.

Powered by GPT-4, AI Suggestions makes improving your docs as easy as clicking a button and provides content recommendations on three fronts: readability, such as text organization; literacy, such as grammar and spelling; and, last but not least, link functionality and user accessibility.

To read more about the feature, click here. Suggestions is available to all startup plan customers on the Mintlify Dashboard.

If you've changed any documentation page file paths (and subsequently URLs), we now support identifying broken links and maintaining that SEO you've been building.

Setting up SEO Redirects

You can now easily set up 301 redirects in your `mint.json` file to maintain and build upon SEO generated from the previous page.

{

 "redirects": [

   {

     "source": "original/file/path",

     "destination": "new/file/path"

   }

 ]

}

Learn more about setting up 301 redirects here.

Broken links can be a pain to identify, especially when you update many files at once. We've added a feature to our CLI to identify any broken links in your docs so you can fix them.

mintlify broken-links

Avoid taking your users to dead-ends. Learn more here

Tired of manually creating MDX files for every endpoint? We now fully support automated API endpoint documentation.

npx @mintlify/scraping@latest openapi-file <path-to-openapi-file>

Our Mintlify scraper will create MDX files for your OpenAPI endpoints from an OpenAPI file. Then, simply copy-paste the output of the scraper to easily organize the endpoints in your navigation. Hopefully, this will save you the extra minutes (and braincells) spent manually setting-up your API endpoints. Read more on how to run this command here.

This concludes our July round-up of Mintlify's latest features. Stay tuned to all of our latest product updates, make sure to follow our Twitter. To request any features, let us know in our Slack community. We'll see you around :)