Merge branch 'main' of ssh://liamsgit.dev:2222/LiamPietralla/code-snippets
Build, Test & Publish / Build (push) Successful in 1m32s
Build, Test & Publish / Build and Publish Container Image (push) Successful in 1m0s
Build, Test & Publish / Deploy to Infrastructure (push) Successful in 35s

This commit is contained in:
2026-08-04 18:06:15 +10:00
7 changed files with 77 additions and 1 deletions
+16
View File
@@ -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' },
]
}
],