Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlprice committed Jul 9, 2020
1 parent f6f13af commit 4c9c7a7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .stoplight.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"exclude": [],
"formats": {
"openapi": {
"rootDir": "reference",
"include": [
"**"
]
},
"json_schema": {
"rootDir": "models",
"include": [
"**"
]
},
"markdown": {
"rootDir": "docs"
},
"image": {
"rootDir": "assets/images"
}
}
}

0 comments on commit 4c9c7a7

Please sign in to comment.