docs: fixed design bug in API reference (#2213)

This commit is contained in:
Shahed Nasser
2022-09-15 14:01:35 +03:00
committed by GitHub
parent 18c4971d0c
commit 19f29bfe48
2 changed files with 5 additions and 4 deletions

View File

@@ -216,6 +216,11 @@ module.exports = {
showObjectSchemaExamples: true,
requiredPropsFirst: true,
hideRequestPayloadSample: true
},
theme: {
sidebar: {
width: '250px'
}
}
}
},