add basic docs for MIDI modules

This commit is contained in:
Joel Wetzell
2025-12-19 12:11:15 -06:00
parent 8f8b372a6c
commit 57438f61bb
3 changed files with 56 additions and 0 deletions
+5
View File
@@ -45,6 +45,11 @@ export default defineConfig({
collapsed: true,
autogenerate: { directory: 'modules/http' }
},
{
label: "MIDI",
collapsed: true,
autogenerate: { directory: 'modules/midi' }
},
]
},
{