Skip to content

Commit b339385

Browse files
authored
fix: defaulting to showing all openapi endpoints (#190)
### TL;DR Moved the OpenAPI specification reference from the tab level to the "API documentation" group level in the Mintlify docs configuration.
1 parent 5da6b11 commit b339385

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

mintlify/docs.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
},
5757
{
5858
"tab": "API reference",
59-
"openapi": "openapi.yaml",
6059
"groups": [
6160
{
6261
"group": "Using the API",
@@ -66,11 +65,7 @@
6665
},
6766
{
6867
"group": "API documentation",
69-
70-
"pages":[
71-
"POST /users",
72-
"GET /users"
73-
]
68+
"openapi": "openapi.yaml"
7469
}
7570
]
7671
},

0 commit comments

Comments
 (0)