mintlify 1.0.9 → 1.1.0
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 +53 -31
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,31 +1,53 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
1
|
+
<div align="center">
|
|
2
|
+
<a href="https://mintlify.com">
|
|
3
|
+
<img
|
|
4
|
+
src="https://res.cloudinary.com/mintlify/image/upload/v1665385627/logo-rounded_zuk7q1.svg"
|
|
5
|
+
alt="Mintlify Logo"
|
|
6
|
+
height="64"
|
|
7
|
+
/>
|
|
8
|
+
</a>
|
|
9
|
+
<br />
|
|
10
|
+
<p>
|
|
11
|
+
<h3>
|
|
12
|
+
<b>
|
|
13
|
+
Mintlify CLI
|
|
14
|
+
</b>
|
|
15
|
+
</h3>
|
|
16
|
+
</p>
|
|
17
|
+
<p>
|
|
18
|
+
The Mintlify CLI is the easiest way to build Mintlify apps from the command line.
|
|
19
|
+
</p>
|
|
20
|
+
<p>
|
|
21
|
+
|
|
22
|
+
[](/) [](https://mintlify.com) [](https://github.com/mintlify/mint/actions) [](https://twitter.com/intent/tweet?url=&text=Check%20out%20%40mintlify) [](https://discord.gg/MPNgtSZkgK) [](https://github.com/mintlify/mint/discussions)
|
|
23
|
+
|
|
24
|
+
</p>
|
|
25
|
+
<p>
|
|
26
|
+
<sub>
|
|
27
|
+
Built with ❤︎ by
|
|
28
|
+
<a href="https://mintlify.com">
|
|
29
|
+
Mintlify
|
|
30
|
+
</a>
|
|
31
|
+
</sub>
|
|
32
|
+
</p>
|
|
33
|
+
</div>
|
|
34
|
+
|
|
35
|
+
### 🚀 Installation
|
|
36
|
+
|
|
37
|
+
Download the Mintlify CLI using the following command
|
|
38
|
+
|
|
39
|
+
```
|
|
40
|
+
npm i mintlify -g
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
### 👩💻 Development
|
|
44
|
+
|
|
45
|
+
Run the following command at the root of your Mintlify application to preview changes locally.
|
|
46
|
+
|
|
47
|
+
```
|
|
48
|
+
mintlify dev
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
### 🏃 Get Started
|
|
52
|
+
|
|
53
|
+
[Create an account](https://mintlify.com/start) to start using Mintlify for your documentation.
|