mintlify 4.0.258 → 4.0.260

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -44,6 +44,7 @@ npm i -g mintlify
44
44
  ### 👩‍💻 Development
45
45
 
46
46
  #### `mintlify dev`
47
+
47
48
  Run this command at the root of your Mintlify project to preview changes locally.
48
49
 
49
50
  Notes
@@ -74,10 +75,17 @@ Steps you can take if the dev CLI is not working (After each step try to run `mi
74
75
  - Navigate to the `.mintlify` folder in your home directory and delete its contents.
75
76
 
76
77
  ### Additional Commands
78
+
79
+ #### `mintlify openapi-check <openapiFilename>`
80
+
81
+ Check your OpenAPI file for errors.
82
+
77
83
  #### `mintlify broken-links` <sup>BETA</sup>
84
+
78
85
  Check for broken internal links in your Mintlify project.
79
86
 
80
87
  #### `mintlify rename <from> <to>` <sup>BETA</sup>
88
+
81
89
  Rename a file in a Mintlify project and update all internal link references.
82
90
 
83
91
  ### 🏃 Get Started
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mintlify",
3
- "version": "4.0.258",
3
+ "version": "4.0.260",
4
4
  "description": "Alias for @mintlify/cli",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -25,10 +25,10 @@
25
25
  "clean:all": "rimraf node_modules"
26
26
  },
27
27
  "dependencies": {
28
- "@mintlify/cli": "4.0.258"
28
+ "@mintlify/cli": "4.0.260"
29
29
  },
30
30
  "devDependencies": {
31
31
  "rimraf": "^5.0.1"
32
32
  },
33
- "gitHead": "4931be3f5233f17be14ccc3fbbf506afd314d303"
33
+ "gitHead": "4cb7002959b39dbe2bc36f8185ccb6ee824bf6f9"
34
34
  }