angualar base

This commit is contained in:
2024-11-19 16:39:20 +11:00
parent 1974c5328d
commit 19381030cb
4 changed files with 79 additions and 0 deletions

View File

@@ -38,6 +38,14 @@ export default defineConfig({
{ text: 'Controller Testing', link: '/dotnet/controller-testing' },
]
},
{
text: 'Angular',
link: '/angular/',
collapsed: true,
items: [
{ text: 'Base Components', link: '/angular/base-components' },
]
},
{
text: 'Ansible',
link: '/ansible/',