2a5c33323b
* Update README.md * Update README.md * Update README.md * Update README.md * Revert "Update README.md" This reverts commit 8ce4949388323dc8d81366972b350476b77a8b99. * Update README.md * Update README.md * Update README.md * Revert "Update README.md" This reverts commit 11c4655890d78728cff3ab31b8578f86ba6cbf0f. * Delete settings.json * Delete CODE_OF_CONDUCT.md * Move `.clang-format` to `cpp/` * Update README.md * update docs * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update sidebars.js
35 lines
811 B
JavaScript
35 lines
811 B
JavaScript
module.exports = {
|
|
visionSidebar: {
|
|
Guides: [
|
|
'guides/setup',
|
|
'guides/devices',
|
|
'guides/lifecycle',
|
|
'guides/formats',
|
|
'guides/capturing',
|
|
'guides/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/frame-processor-plugin-list',
|
|
'guides/zooming',
|
|
'guides/focusing',
|
|
'guides/errors',
|
|
'guides/mocking',
|
|
'guides/troubleshooting',
|
|
],
|
|
API: [
|
|
{
|
|
type: 'autogenerated',
|
|
dirName: 'api',
|
|
}
|
|
],
|
|
},
|
|
};
|