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

推荐订阅源

The GitHub Blog
The GitHub Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research
N
Netflix TechBlog - Medium
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园_首页
宝玉的分享
宝玉的分享
Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
Hugging Face - Blog
Hugging Face - Blog
量子位
Blog — PlanetScale
Blog — PlanetScale
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
阮一峰的网络日志
阮一峰的网络日志
D
Docker
罗磊的独立博客
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
云风的 BLOG
云风的 BLOG
IT之家
IT之家
MyScale Blog
MyScale Blog
Microsoft Azure Blog
Microsoft Azure 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 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 - August 2023
Joshua Kim · 2023-08-31 · via Mintlify Blog

In August, we brought a range of improvements and expansions to our platform, including our CLI v4, documentation feedback, LateX support, copying headers from mobile, and icon add-ins.

Here's a detailed look at all our latest updates this past month:

The newest version of our Mintlify CLI is out! With this upgrade, you can now preview your local changes and enjoy much faster page load speeds (because, like, who wants pages that move slower than me pre-caffeine on a Monday morning).

Upgrade your CLI with the following command to get the latest changes:

npm i -g mintlify@latest

We take consistent feedback from our users seriously, and so should you. Our new docs feedback configuration allows users to easily indicate whether a page was helpful and suggest edits, creating a direct channel for constructive feedback. With their help, you can better identify new areas of improvement to achieve the best user experience possible. Read more from the docs [here](https://www.mintlify.com/docs/settings/global#structure).

To integrate our feedback configuration into your docs, simply add the following snippet into your mint.json file:

{
  "feedback": {
    "thumbsRating": true, // option to thumbs up/down
    "suggestEdit": true, // option to create a PR on the Github repo
    "raiseIssue": true // option to raise an issue on Github
  }
}

We now support LaTeX in our docs. To use them in your interface, use $ before and after your code to convert it into LateX styling in-line. To create LaTeX in its own line, simply use $$ before and after your code. Read more from the docs here.

Trying to quickly send an anchored link to your docs? You can now copy anchor links from mobile by simply tapping on the header from mobile. Easy.

We now support adding icons onto your sidebar group folders, as well as the various icon types available on Font Awesome. Try by adding the `iconType` to your page metadata or sidebar navigation definition.

This concludes our August 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 :)