wsl items
Build, Test & Publish / Build (push) Successful in 1m40s
Build, Test & Publish / Build and Publish Container Image (push) Successful in 3m6s
Build, Test & Publish / Deploy to Infrastructure (push) Successful in 39s

This commit is contained in:
2026-07-09 12:48:16 +10:00
parent db11e2e359
commit bcb2a244ee
4 changed files with 27 additions and 0 deletions
+8
View File
@@ -218,6 +218,14 @@ export default defineConfig({
items: [
{ text: 'String Literal Types', link: '/typescript/string-literal-types' },
]
},
{
text: 'WSL',
link: '/wsl/',
collapsed: true,
items: [
{ text: 'Clear Unused Disk Space', link: '/wsl/clear-unused-disk-space' },
]
}
],