Skip to content

Commit 1c6f6aa

Browse files
authored
Add README and make commands for mintlify stuff (#185)
1 parent 67ef068 commit 1c6f6aa

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ build-openapi:
1818
serve-docs:
1919
cd docusaurus-docs && npm run start
2020

21+
mint:
22+
cd mintlify && mint dev
23+
2124
lint:
2225
npm run lint
2326

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,13 @@ cd docusaurus-docs && npm run start
835835

836836
# Or use make
837837
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
838845
```
839846

840847
## OpenAPI

0 commit comments

Comments
 (0)