docs: Lifecycle (#182)

* Add docs for Lifecycle

* Update CAPTURING.mdx

* move

* Update DEVICES.mdx

* Update FRAME_PROCESSOR_PLUGIN_LIST.mdx

* f

* move FP

* separate focusing

* fix links
This commit is contained in:
Marc Rousavy
2021-06-07 15:55:20 +02:00
committed by GitHub
parent 2915b176b2
commit a02f378a4b
12 changed files with 95 additions and 53 deletions

View File

@@ -3,6 +3,7 @@ module.exports = {
Guides: [
'guides/setup',
'guides/devices',
'guides/lifecycle',
'guides/formats',
'guides/capturing',
'guides/frame-processors',
@@ -18,6 +19,7 @@ module.exports = {
]
},
'guides/animated',
'guides/focusing',
'guides/errors',
'guides/troubleshooting',
],