mintlify 4.0.509 → 4.0.511
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.
- package/README.md +5 -5
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
</p>
|
|
34
34
|
</div>
|
|
35
35
|
|
|
36
|
-
###
|
|
36
|
+
### Installation
|
|
37
37
|
|
|
38
38
|
Download the Mintlify CLI using the following command
|
|
39
39
|
|
|
@@ -41,7 +41,7 @@ Download the Mintlify CLI using the following command
|
|
|
41
41
|
npm i -g mintlify
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
###
|
|
44
|
+
### Development
|
|
45
45
|
|
|
46
46
|
#### `mintlify dev`
|
|
47
47
|
|
|
@@ -80,14 +80,14 @@ Steps you can take if the dev CLI is not working (After each step try to run `mi
|
|
|
80
80
|
|
|
81
81
|
Check your OpenAPI file for errors. You can pass in a filename (e.g. `./openapi.yaml`) or a URL (e.g. `https://petstore3.swagger.io/api/v3/openapi.json`).
|
|
82
82
|
|
|
83
|
-
#### `mintlify broken-links`
|
|
83
|
+
#### `mintlify broken-links`
|
|
84
84
|
|
|
85
85
|
Check for broken internal links in your Mintlify project.
|
|
86
86
|
|
|
87
|
-
#### `mintlify rename <from> <to>`
|
|
87
|
+
#### `mintlify rename <from> <to>`
|
|
88
88
|
|
|
89
89
|
Rename a file in a Mintlify project and update all internal link references.
|
|
90
90
|
|
|
91
|
-
###
|
|
91
|
+
### Get Started
|
|
92
92
|
|
|
93
93
|
[Create an account](https://mintlify.com/start) to start using Mintlify for your documentation.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mintlify",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.511",
|
|
4
4
|
"description": "The Mintlify CLI",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"clean:all": "rimraf node_modules"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@mintlify/cli": "4.0.
|
|
31
|
+
"@mintlify/cli": "4.0.510"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"rimraf": "^5.0.1"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "918aef931fb1aab2686b3443d15549b26f5c1db4"
|
|
37
37
|
}
|