You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've introduced a new `docs.json` schema as a replacement for `mint.json`, to support better multi-level versioning, easier visual comprehension, and more consistent terminology. For more information on what's changed, [check out our blog](https://mintlify.com/blog/refactoring-mint-json-into-docs-json). 
11
10
12
-
13
-
14
11
Upgrade from `mint.json` to `docs.json` with the following steps:
15
12
16
13
1. Make sure your CLI is the latest version
@@ -33,7 +30,7 @@ mode: "center"
33
30
34
31
## .md support for LLMs
35
32
36
-
All documentation pages are now automatically available as plain Markdown files—just append`.md`to the URL. This makes it easier for LLMs to ingest individual pages from your documentation.
33
+
All documentation pages are now automatically available as plain Markdown files—just append`.md`to the URL. This makes it easier for LLMs to ingest individual pages from your documentation.
37
34
38
35
## More Themes
39
36
@@ -50,12 +47,12 @@ mode: "center"
50
47
## Other improvements
51
48
-[Guide to Technical Writing:](https://mintlify.com/guides/introduction)Best practices for writing technical documentation, including audience research, content types, and writing tips.
52
49
-[Dropdown component](/navigation/divisions#dropdowns): Organize navigation with a dropdown, in addition to tabs and anchors.
53
-
-[AI syntax fixer](https://x.com/ricardonunez_io/status/1892334887644123192): The web editor will catch if there’s a parsing error and use AI to suggest fixes.
50
+
-[AI syntax fixer](https://x.com/ricardonunez_io/status/1892334887644123192): The web editor will catch if there's a parsing error and use AI to suggest fixes.
Make docs private by setting up authentication via JWT, OAuth, or a universal password. With this privacy, you can create an internal knowledge base or prevent competitors from seeing your docs.
* Themes: Customize your styling with pre-configured themes. Just add the theme Quill, Prism, or Venus to your `mint.json` file and it'll update your docs styling.
@@ -377,7 +372,7 @@ mode: "center"
377
372
* OepenAPI Automation Upgrades: to auto-populate API Playground pages, you can add an `openapi` field to an object in tabs or anchors arrays in the mint.json.
Call snippets of our pre-built components an dcallouts without leaving VSCode. [Install the extension here](https://marketplace.visualstudio.com/items?itemName=mintlify.mintlify-snippets).
* Preview Deployments: When you create a pull request, we'll generate a unique link that shows a live preview of what your docs look like in prod. You can share this link with teammates.
@@ -430,4 +425,4 @@ mode: "center"
430
425
* Open-source MDX Engine: We've exposed two APIs—getCompiledMdx and MDXComponent—so you can access Mintlify markdown and code syntax highlighting. [Contributions to the project](https://github.com/mintlify/mdx) are welcome.
431
426
432
427
* AI Chat Insights: Segment chat history by date and increase AI Chat quota from the dashboard, and see how often a specific query appears.
0 commit comments