Skip to content

Commit 0d91ea5

Browse files
committed
remove outdated mint.json references
1 parent cf2a8de commit 0d91ea5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

changelog.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ mode: "center"
108108
mint upgrade
109109
```
110110

111-
1. Delete your old mint.json file and push your changes
111+
1. Delete your old `mint.json` file and push your changes
112112

113113
## CI Checks
114114

@@ -144,7 +144,7 @@ mode: "center"
144144
- New UI with dedicated chat page & pre-filled prompts
145145
- Stability improvements, e.g. bug fixes of editing the wrong file or no files at all
146146
- More robust knowledge for adding & editing components
147-
- Improved mint.json file editing
147+
- Improved `docs.json` file editing
148148

149149
## Partial Authentication
150150

@@ -242,7 +242,7 @@ mode: "center"
242242

243243
## Light mode code blocks
244244

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`:
246246

247247
```json
248248
"codeBlock": {
@@ -409,11 +409,11 @@ mode: "center"
409409
<Update label="June 2024">
410410
## Launch Week Highlights
411411

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.
413413
- 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.
414414
- Web Editor branching: create branches in our web editor without an IDE.
415415
- 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`.
417417
</Update>
418418

419419
<Update label="May 2024">

0 commit comments

Comments
 (0)