mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-05-13 21:14:17 +00:00
basic processor documentation layout
This commit is contained in:
@@ -42,6 +42,21 @@ export default defineConfig({
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
label: 'Processors',
|
||||
items: [
|
||||
{
|
||||
label: "OSC",
|
||||
collapsed: true,
|
||||
autogenerate: { directory: 'processors/osc' }
|
||||
},
|
||||
{
|
||||
label: "String",
|
||||
collapsed: true,
|
||||
autogenerate: { directory: 'processors/string' }
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
label: 'Examples',
|
||||
autogenerate: { directory: 'examples' },
|
||||
|
||||
Reference in New Issue
Block a user