wsl items
This commit is contained in:
@@ -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' },
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user