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

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
T
Tailwind CSS Blog
月光博客
月光博客
爱范儿
爱范儿
有赞技术团队
有赞技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
aimingoo的专栏
aimingoo的专栏
GbyAI
GbyAI
腾讯CDC
The Cloudflare Blog
人人都是产品经理
人人都是产品经理
MongoDB | Blog
MongoDB | Blog
Microsoft Azure Blog
Microsoft Azure Blog
IT之家
IT之家
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
云风的 BLOG
云风的 BLOG
U
Unit 42
博客园 - 三生石上(FineUI控件)
A
About on SuperTechFans
N
Netflix TechBlog - Medium
Google DeepMind News
Google DeepMind News
雷峰网
雷峰网
L
LangChain Blog

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 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 Analytics for AI and agent traffic
Take control of your documentation system
Hahnbee Lee · 2026-02-18 · via Mintlify Blog

Coding agents are changing how quickly teams build software. Features that used to take days now land in hours. APIs evolve faster. Product surfaces multiply.

Documentation has to keep up. But the hard part was never writing the words. It's everything around them: deciding what gets published and what stays internal, keeping API specs in sync with your docs config, reorganizing content without breaking every reference, reusing content when it's used in multiple places. The system itself.

As code ships faster, friction in that content system becomes the real bottleneck. Writers don't need faster drafting. They need infrastructure that keeps pace with accelerating development cycles.

That's what we've been building.

Documentation repositories accumulate files that shouldn't be published like drafts, internal notes, templates, and environment-specific content. Previously, you had to structure your repository around what Mintlify would publish, which meant your file organization served the tool instead of your team.

.mintignore files fix this. They work like .gitignore with simple patterns that specify exactly what to exclude from your published docs.

Organize your repository the way that makes sense for your content. Keep drafts next to published content. Store templates alongside the pages they generate. .mintignore handles the boundary between internal and public.

Use .md for simpler content

Not every page needs interactive components. Sometimes a page is just text, and MDX adds overhead you don't need.

Mintlify now supports plain .md files alongside .mdx. Use standard Markdown when the content is simple text. Use MDX when you need Mintlify's components. Mix both across your documentation as your content dictates.

API documentation requires managing the relationship between your OpenAPI specs and your documentation configuration. There is no one-size-fits-all solution for this. Depending on your API, you may have multiple versions, selective endpoint coverage, and other unique requirements for your documentation.

We've increased the flexibility of how you can reference OpenAPI specs in your docs.json file. You can now reference OpenAPI specs by file path or URL.

From there, you can generate pages for all endpoints in a spec, choose specific endpoints to include, or mix API reference pages alongside guides and tutorials in the same navigation section.

One place to manage the connection between your API specifications and your docs. Less coordination on every API change.

Reuse content with relative imports

Content reuse previously required absolute paths and explicit snippet declarations. This could lead to brittle references that broke if you reorganized your docs.

Mintlify now supports relative imports, and any MDX file can be used as a reusable snippet without special configuration.

import ReusableContent from './shared-content.mdx'

<ReusableContent />

Move a section and the relative imports move with it. Write content once, reference it wherever you need it, and restructure your docs without updating every reference.

We're building for a world where documentation teams are expected to do more. The quality and reliability of documentation depends on the systems around the content. How it's organized, published, configured, and maintained.

Make your documentation system more flexible in addition to just faster. Control what ships. Choose the right format and configuration for your content. Reorganize and reuse content without breaking things.

These features are available now across all plans. They're part of how Mintlify works.