mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 14:50:52 +01:00
23 lines
331 B
JSON
23 lines
331 B
JSON
|
{
|
||
|
"exclude": [],
|
||
|
"formats": {
|
||
|
"openapi": {
|
||
|
"rootDir": "reference",
|
||
|
"include": [
|
||
|
"**"
|
||
|
]
|
||
|
},
|
||
|
"json_schema": {
|
||
|
"rootDir": "models",
|
||
|
"include": [
|
||
|
"**"
|
||
|
]
|
||
|
},
|
||
|
"markdown": {
|
||
|
"rootDir": "docs"
|
||
|
},
|
||
|
"image": {
|
||
|
"rootDir": "assets/images"
|
||
|
}
|
||
|
}
|
||
|
}
|