docs: Restructure FP docs (#1762)
This commit is contained in:
@@ -6,18 +6,25 @@ module.exports = {
|
||||
'guides/lifecycle',
|
||||
'guides/formats',
|
||||
'guides/capturing',
|
||||
'guides/frame-processors',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Creating Frame Processor Plugins',
|
||||
label: 'Realtime Frame Processing',
|
||||
items: [
|
||||
'guides/frame-processors-plugins-overview',
|
||||
'guides/frame-processors-plugins-ios',
|
||||
'guides/frame-processors-plugins-android',
|
||||
'guides/frame-processors-plugins-final',
|
||||
'guides/frame-processors',
|
||||
'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/frame-processor-plugin-list',
|
||||
'guides/zooming',
|
||||
'guides/focusing',
|
||||
'guides/errors',
|
||||
|
Reference in New Issue
Block a user