react-native-vision-camera/docs/sidebars.js
Marc Rousavy 2a5c33323b
docs: New README (#1744)
* 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
2023-09-01 17:31:10 +02:00

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',
}
],
},
};