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.mdx
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ mode: "center"
108
108
mint upgrade
109
109
```
110
110
111
-
1. Delete your old mint.json file and push your changes
111
+
1. Delete your old `mint.json` file and push your changes
112
112
113
113
## CI Checks
114
114
@@ -144,7 +144,7 @@ mode: "center"
144
144
- New UI with dedicated chat page & pre-filled prompts
145
145
- Stability improvements, e.g. bug fixes of editing the wrong file or no files at all
146
146
- More robust knowledge for adding & editing components
147
-
- Improved mint.json file editing
147
+
- Improved `docs.json` file editing
148
148
149
149
## Partial Authentication
150
150
@@ -242,7 +242,7 @@ mode: "center"
242
242
243
243
## Light mode code blocks
244
244
245
-
Code blocks now have a light mode variant which can be enabled by adding the following to your `mint.json`:
245
+
Code blocks now have a light mode variant which can be enabled by adding the following to your `docs.json`:
246
246
247
247
```json
248
248
"codeBlock": {
@@ -409,11 +409,11 @@ mode: "center"
409
409
<Updatelabel="June 2024">
410
410
## Launch Week Highlights
411
411
412
-
- 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.
412
+
- Themes: Customize your styling with pre-configured themes. Just add the theme Quill, Prism, or Venus to your `docs.json` file and it'll update your docs styling.
413
413
- Search V2: directly query OpenAPI endpoint descriptions and titles to reach API Reference pages, remove hidden pages from search, and enjoy our updated search bar UI.
414
414
- Web Editor branching: create branches in our web editor without an IDE.
415
415
- User Personalization: authenticate users with Shared Session or JWT so that you can show them customized content, such as pre-filling API keys or showing specific content for customers.
416
-
-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.
416
+
-OpenAPI Automation Upgrades: to auto-populate API Playground pages, you can add an `openapi` field to an object in tabs or anchors arrays in the `docs.json`.
0 commit comments