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

推荐订阅源

月光博客
月光博客
小众软件
小众软件
爱范儿
爱范儿
Y
Y Combinator Blog
博客园 - Franky
美团技术团队
博客园 - 【当耐特】
The Cloudflare Blog
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
IT之家
IT之家
人人都是产品经理
人人都是产品经理
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
大猫的无限游戏
大猫的无限游戏
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 聂微东
WordPress大学
WordPress大学
V
Visual Studio Blog
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
有赞技术团队
有赞技术团队

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 :)