react-native-vision-camera/docs/sidebars.js
Marc Rousavy 14721d314f
chore: Remove semicolons (#1846)
* chore: Disable `semi` in Prettier

* chore: Format w/o semi

* Remove more `;`

* Lint example

* More ;
2023-09-26 11:39:17 +02:00

46 lines
1.1 KiB
JavaScript

module.exports = {
visionSidebar: {
Guides: [
'guides/setup',
'guides/devices',
'guides/lifecycle',
'guides/formats',
'guides/capturing',
{
type: 'category',
label: 'Realtime Frame Processing',
items: [
'guides/frame-processors',
'guides/frame-processors-tips',
'guides/frame-processor-plugin-list',
'guides/skia-frame-processors',
{
type: 'category',
label: 'Creating Frame Processor Plugins',
items: [
'guides/frame-processors-plugins-overview',
'guides/frame-processors-plugins-ios',
'guides/frame-processors-plugins-android',
'guides/frame-processors-plugins-final',
]
},
]
},
'guides/zooming',
'guides/focusing',
'guides/hdr',
'guides/stabilization',
'guides/performance',
'guides/errors',
'guides/mocking',
'guides/troubleshooting',
],
API: [
{
type: 'autogenerated',
dirName: 'api',
}
],
},
}