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

推荐订阅源

月光博客
月光博客
Martin Fowler
Martin Fowler
博客园_首页
量子位
T
Tailwind CSS Blog
博客园 - Franky
G
Google Developers Blog
D
DataBreaches.Net
Vercel News
Vercel News
B
Blog
Recent Announcements
Recent Announcements
S
SegmentFault 最新的问题
M
MIT News - Artificial intelligence
爱范儿
爱范儿
博客园 - 【当耐特】
The Cloudflare Blog
H
Help Net Security
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
C
Check Point Blog
有赞技术团队
有赞技术团队
Microsoft Security Blog
Microsoft Security Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

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
Launch Week I Wrapup
Han Wang · 2023-10-02 · via Mintlify Blog

Last week, we launched a feature a day, from CLI enhancements to Global CSS to the Web Editor.

Need a recap of everything we've pushed? Here's a deep dive into each feature.

We now ship a prebuilt and compiled version of Mintlify that's ready to run in seconds. Plus, we added a custom hot-reloading implementation to speed up development.

The optimal docs-building experience requires speed and efficiency. With an optimized CLI, you can now enjoy a smooth and powerful platform that is ready whenever you are

What's new

Our CLI enhancements deliver:

- A ~90% decrease in the size of the Mintlify CLI on users' disks

- A 95% decrease in CLI installation time

- Huge reductions in first load time and hot-reload time

- A removal of dependency on yarn (ie. less variables and less bugs!)

Getting started

Upgrade your CLI with `npm i -g mintlify@latest` to get the latest CLI!

For an in-depth look at our CLI enhancements, read the full blog.

Documentation is a powerful tool for improving conversion and boosting customer success, but only if maintainers know how their docs can be fine-tuned to meet users' needs.

Simple to use and intuitive in design, this feature is the best way for maintainers to create a direct channel for gathering feedback from their users.

What's new

With Docs Feedback:

- Users can upvote or downvote on the helpfulness of a piece of content

- You can access that feedback right in your analytics

- You can identify which pages are underperforming and where there are gaps in your content

Getting started

To get Docs Feedback, simply enable documentation feedback in your `mint.json` file like so:

"feedback": {

 "thumbsRating": true

}

You can also enable your doc viewers to open Github issues and open PRs to suggest edits (for public repos):

"feedback": {

 "suggestEdit": true,

 "raiseIssue": true

}

For an in-depth look at Docs Feedback, head to the full article.

If you're searching for the design functions needed to seamlessly fit your docs into your brand, look no further. Now, you can alter design, layout, and variations for different device displays, all from a single style sheet.

What's new

With the addition of global CSS, you can now fully tailor your docs however you'd like, including setting global CSS for specific tags (such as h2, p, and img, etc).

Getting started

Simply add a .css file into the root of your docs repository. From there, any style changes will propagate to the rest of your documentation.

For an in-depth look at Global CSS, visit the full blog post.

We wanted our API pages to be a standard-setter for the industry—powerful, easy to use, and amazing to look at. So, we overhauled our API Playground for a new and improved design.

The result?

An upgraded API Playground that handles all edge cases and offers expanded features, including supercharged technical functions, effortless UX, and sleek UI.

What's new

Technical Functionality

- A wider range of input displays - first-class handling of more complex types such as nested arrays, objects, and mixed types

- Multimedia response handling - view images and stream audio responses directly in your docs

UI/UX

- An all-around facelift

- More accessible and intuitive input field UI

- Exposing more response data to the user

Getting started

If you use OpenAPI to host your API docs on Mintlify, your docs will be upgraded automatically

For an in-depth look at our API Playground, head here.

When it comes to delivering a best-in-class platform, we want all our users to have access, be it developers, PMs, or technical writers.

More options mean more freedom to work however you like. With Web Editor, all users can now easily leverage the ideal docs-building experience for their workflows.

What's new

Built with our markdown parsers and inspired by code editors like VS Code, our Web Editor lets you:

- Alter docs content on the web, no IDE needed

- Commit and push in-editor (you heard us right, no Git process required)

- Access a high-fidelity preview of your docs content next to code, without CLI

- Instantly preview all valid markdown edits

Getting started

Web Editor is available on user dashboards now.

For an in-depth look at our Web Editor, read the full blog post.

This concludes our first-ever Launch Week!

Show us some love on our Twitter or join our community to stay tuned for the latest updates and more.