General documentation improvements

This commit is contained in:
creeperita09
2025-09-08 13:13:38 +02:00
parent f4fd000322
commit e71fdc70d1
33 changed files with 4232 additions and 1551 deletions

View File

@@ -39,7 +39,21 @@ const sidebars: SidebarsConfig = {
items: [
'html',
'css',
'lua',
{
type: 'category',
label: 'Lua',
items: [
'lua/intro',
'lua/elements',
'lua/audio',
'lua/canvas',
'lua/network',
'lua/regex',
'lua/handling',
'lua/utils'
],
},
'postprocess',
],
},