Merge branch 'main' of ssh://liamsgit.dev:2222/LiamPietralla/code-snippets
This commit is contained in:
@@ -67,6 +67,14 @@ export default defineConfig({
|
||||
{ text: 'Identify Untagged Resources', link: '/azure/identify-untagged-resources' },
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Backblaze',
|
||||
link: '/b2/',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Development Bucket', link: '/b2/development-bucket' },
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'CSS',
|
||||
link: '/css/',
|
||||
@@ -211,6 +219,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