added ts string literal types
All checks were successful
Build, Test & Publish / Build (pull_request) Successful in 25s
Build, Test & Publish / Build and Publish Container Image (pull_request) Has been skipped
Build, Test & Publish / Deploy to Infrastructure (pull_request) Has been skipped

This commit is contained in:
2025-08-15 13:23:35 +10:00
parent 55778b8fb8
commit 4ce86b1532
4 changed files with 37 additions and 0 deletions

View File

@@ -154,6 +154,14 @@ export default defineConfig({
{ text: 'Ansible Inventory Generation', link: '/terraform/ansible-inventory-generation' },
]
},
{
text: 'Typescript',
link: '/typescript/',
collapsed: true,
items: [
{ text: 'String Literal Types', link: '/typescript/string-literal-types' },
]
}
],
socialLinks: [