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
Copy file name to clipboardExpand all lines: changelog/overview.mdx
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ mode: "center"
9
9
## docs.json replacing mint.json
10
10
Upgrades include better multi-level versioning, easier visual comprehension, and more consistent terminology.
11
11
12
-
[Update your Mintlify CLI](/settings/global).
12
+
[Update your Mintlify CLI](/navigation/config-upgrade#upgrading-from-mint-json-to-docs-json).
13
13
14
14
## CI Checks
15
15
Automatically lint your docs to find broken links, discover spelling and grammar issues, or enforce writing styles with your own Vale config. Learn more in our [docs](settings/ci).
@@ -32,7 +32,17 @@ Now available:
32
32
- Improved mint.json file editing
33
33
34
34
## Partial Authentication
35
-
Customize access to any page or section of content depending on user permissions. Supports connecting with your own authentication system.
35
+
Customize access to any page or section of content depending on user permissions. Supports connecting with your own authentication system.
36
+
37
+
## Revamped API Playground
38
+
We’ve overhauled the design and performance of the [API Playground](/api-playground/). Updates include:
39
+
40
+
- Easier detail expansion for an overview of a field
41
+
- More intuitive nested design, e.g. adding or deleting items
42
+
- Faster response times
43
+
44
+
## Quality Improvements
45
+
- Support for requiring authentication to access preview deployments
36
46
37
47
</Update>
38
48
@@ -43,8 +53,6 @@ Customize access to any page or section of content depending on user permissions
43
53
</Frame>
44
54
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.
0 commit comments