We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ef068 commit 1c6f6aaCopy full SHA for 1c6f6aa
2 files changed
Makefile
@@ -18,6 +18,9 @@ build-openapi:
18
serve-docs:
19
cd docusaurus-docs && npm run start
20
21
+mint:
22
+ cd mintlify && mint dev
23
+
24
lint:
25
npm run lint
26
README.md
@@ -835,6 +835,13 @@ cd docusaurus-docs && npm run start
835
836
# Or use make
837
make serve-docs
838
839
+# Serve Mintlify documentation:
840
841
+# First install mint if you haven't already
842
+npm i -g mint
843
844
+mint dev # or make mint
845
```
846
847
## OpenAPI
0 commit comments