[New Feature] Add web folder to support web documentation

This commit is contained in:
Rudy Haryanto
2022-10-04 20:17:17 +07:00
parent c27f624ca8
commit a54aa04c9b
251 changed files with 11079 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
"api": [
{
"type": "category",
"label": "OpenDBM API",
"collapsed": false,
"collapsible": true,
"items": [
{
"id": "api-doc",
"type": "doc"
},
{
"id": "facial-activity-api",
"type": "doc",
"label": "Facial Activity"
},
{
"id": "movement-api",
"type": "doc",
"label": "Movement"
},
{
"id": "verbal-acoustics-api",
"type": "doc",
"label": "Verbal Acoustics"
},
{
"id": "speech-api",
"type": "doc",
"label": "Speech"
}
]
}
]
}