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).
51
57
52
58
Upgrade from `mint.json` to `docs.json` with the following steps:
@@ -74,7 +80,8 @@ Export all of your documentation, a subdirectory, or a singe page as a PDF.
74
80
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.
75
81
76
82
## More Themes
77
-
<Frame>
83
+
84
+
<Frame>
78
85

0 commit comments