0b7b4d50b5
* Automatically build API documentation using Typedoc and Docusaurus * Move MD and move to MDX for Docusaurus Guides
53 lines
1.5 KiB
JavaScript
53 lines
1.5 KiB
JavaScript
module.exports = [
|
|
"api/index",
|
|
{
|
|
"type": "category",
|
|
"label": "Modules",
|
|
"items": [
|
|
"api/modules/camera",
|
|
"api/modules/cameracodec",
|
|
"api/modules/cameradevice",
|
|
"api/modules/cameraerror",
|
|
"api/modules/cameraposition",
|
|
"api/modules/camerapreset",
|
|
"api/modules/code",
|
|
"api/modules/photofile",
|
|
"api/modules/point",
|
|
"api/modules/snapshot",
|
|
"api/modules/temporaryfile",
|
|
"api/modules/videofile",
|
|
"api/modules/hooks_usecameradevices",
|
|
"api/modules/hooks_usecameraformat",
|
|
"api/modules/index",
|
|
"api/modules/utils_formatfilter"
|
|
]
|
|
},
|
|
{
|
|
"type": "category",
|
|
"label": "Classes",
|
|
"items": [
|
|
"api/classes/camera.camera-1",
|
|
"api/classes/cameraerror.cameracaptureerror",
|
|
"api/classes/cameraerror.cameraruntimeerror",
|
|
"api/classes/index.camera",
|
|
"api/classes/index.cameracaptureerror",
|
|
"api/classes/index.cameraruntimeerror"
|
|
]
|
|
},
|
|
{
|
|
"type": "category",
|
|
"label": "Interfaces",
|
|
"items": [
|
|
"api/interfaces/cameraerror.errorwithcause",
|
|
"api/interfaces/photofile.takephotooptions",
|
|
"api/interfaces/point.point-1",
|
|
"api/interfaces/snapshot.takesnapshotoptions",
|
|
"api/interfaces/videofile.recordvideooptions",
|
|
"api/interfaces/index.errorwithcause",
|
|
"api/interfaces/index.point",
|
|
"api/interfaces/index.recordvideooptions",
|
|
"api/interfaces/index.takephotooptions",
|
|
"api/interfaces/index.takesnapshotoptions"
|
|
]
|
|
}
|
|
]; |