docs: Restructure FP docs (#1762)

This commit is contained in:
Marc Rousavy
2023-09-04 14:45:21 +02:00
committed by GitHub
parent f3fd3f15e3
commit b300209e36
2 changed files with 81 additions and 7 deletions

View File

@@ -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',