Home / Companies / Mintlify / Blog / October 2025

October 2025 Summaries

6 posts from Mintlify

Filter
Month: Year:
Post Summaries Back to Blog
Terminal agents are increasingly becoming the standard method for developers to complete tasks, and Mintlify is capitalizing on this trend by introducing a new feature called "mint new" that simplifies the creation of documentation sites directly from the terminal. This feature allows users to select a location and theme, and quickly preview their site without needing to log into a dashboard, thus integrating seamlessly into developers' existing workflows. The tool clones a starter kit into the chosen directory, offers theme selection, and allows for easy setup with the "mint dev" command. The development team highlights the importance of using existing terminal tools, following the principle of keeping it simple, and is planning further enhancements to the command-line interface (CLI) to make it even more user-friendly and comprehensive. The aim is to remove friction points like dashboard logins and to ensure that all documentation-related tasks can be performed directly from the terminal, making the process more efficient and enjoyable for developers.
Oct 30, 2025 915 words in the original blog post.
Mintlify has implemented significant accessibility enhancements to its documentation platform, ensuring that content is easily navigable and usable by all users, including those with disabilities. These improvements include better keyboard navigation, enhanced screen reader support, and improved color contrast to meet WCAG 2.1 AA standards. The platform now offers tools like local linting for accessibility issues, enabling users to identify and rectify color contrast problems and missing alt text within their documentation. All interactive elements are designed to be accessible via keyboard inputs, and semantic HTML structures have been refined to provide accurate information for screen readers. These updates, which are automatically applied to all documentation hosted on Mintlify, aim to reduce barriers and improve the overall user experience for a diverse audience, reflecting the company's commitment to ongoing accessibility enhancement.
Oct 24, 2025 861 words in the original blog post.
Mintlify has integrated a new library called Twoslash into its platform to enhance developer documentation by providing an IDE-like experience that shows type information on hover in code examples. Twoslash, which has rapidly gained popularity, works by creating an in-memory TypeScript project and using the TypeScript compiler to add type annotations into a virtual file system, allowing users to see type information without adding extra JavaScript. Despite its effectiveness locally, Mintlify faced challenges deploying it to Vercel due to missing TypeScript type definitions, as Vercel's serverless functions only include compiled output, excluding necessary type files. To resolve this, Mintlify used Next.js's outputFileTracingIncludes setting to ensure the inclusion of required TypeScript types in the build output, successfully enabling Twoslash to function correctly on Vercel. This feature is available for TypeScript and JavaScript code blocks, providing developers with enhanced documentation capabilities.
Oct 23, 2025 1,323 words in the original blog post.
Mintlify is enhancing its documentation with advanced code block features designed to improve developer experience by integrating tools such as custom Shiki themes for syntax highlighting, Twoslash for IDE-like type information, and an AI Assistant for instant code explanations. The introduction of Shiki themes allows for highly customizable and brand-consistent syntax highlighting using TextMate grammars, enabling developers to replicate familiar IDE environments in documentation. Twoslash adds interactivity by offering live type inspection, enhancing understanding, particularly in complex TypeScript projects. The AI Assistant further streamlines learning by providing quick code snippet explanations, promoting better engagement and faster onboarding for developers. Mintlify emphasizes the importance of documentation that is not only functional but also aesthetically aligned with the developer's tools, thus setting a new standard for interactive and maintainable code blocks.
Oct 16, 2025 906 words in the original blog post.
Mintlify has enhanced its documentation capabilities by allowing users to create documentation pages directly at the /api path, aligning URLs with actual API structures for greater clarity and coherence. This update resolves the previous limitation where Mintlify reserved the /api path for internal endpoints, necessitating alternative paths like /api-reference for API documentation. The change became possible through Mintlify's migration from NextJS Pages Router to App Router, which uses explicit file naming to differentiate between API endpoints and documentation pages. This allows API endpoints and documentation to coexist within the same namespace, offering a more intuitive sitemap and streamlined navigation. Users can now structure their documentation to reflect this new capability, making their API references more accessible and aligned with the actual API routes.
Oct 06, 2025 466 words in the original blog post.
With the increasing reliance on AI systems for extracting information from documentation, it is essential to structure content to serve both AI and human readers effectively. The shift towards AI-friendly documentation is driven by AI’s method of processing content, which involves scanning documents in small chunks, potentially leading to misinterpretations if the structure is not clear. To address this, the article emphasizes the importance of minimal formatting, clear hierarchical headings, short paragraphs, and avoiding interactive content that AI might not capture effectively. It highlights the need for separating code from text using fenced blocks and providing context through metadata, such as YAML frontmatter, to enhance AI's ability to interpret the information accurately. The article also discusses the benefits of structured formatting for usability in various documentation types, such as knowledge bases and developer docs, and recommends best practices for writing and formatting that improve AI processing. Testing documentation for readability with both automated tools and human input is suggested to ensure effectiveness across different audiences. The Mintlify platform is highlighted for its ability to combine simple Markdown for reliable AI scanning with the option to include dynamic UI features, thus supporting both clean structure and layered experiences.
Oct 06, 2025 1,762 words in the original blog post.