We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a5255 commit 0151c29Copy full SHA for 0151c29
2 files changed
docs/docs.json
@@ -42,6 +42,7 @@
42
"model-api/docs/welcome",
43
"model-api/docs/get-started",
44
{
45
+ "expanded": true,
46
"group": "Understand the API",
47
"icon": "head-side-gear",
48
"pages": ["model-api/docs/understand-the-api", "model-api/docs/billing"]
docs/package.json
@@ -9,6 +9,7 @@
9
"typescript": "^5.9.3"
10
},
11
"scripts": {
12
+ "dev": "yarn start",
13
"start": "mintlify dev --port 4000",
14
"broken-links": "mintlify broken-links",
15
"openapi-check": "mintlify openapi-check",
0 commit comments