basic processor documentation layout

This commit is contained in:
Joel Wetzell
2025-12-03 23:28:04 -06:00
parent 7116f85af5
commit 3023e37f48
6 changed files with 83 additions and 0 deletions
+15
View File
@@ -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' },