background service doc
All checks were successful
Build, Test & Publish / Build (pull_request) Successful in 23s
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:
2024-10-11 09:38:58 +11:00
parent f944bf6934
commit 589793841e
3 changed files with 60 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ export default defineConfig({
link: '/dotnet/',
collapsed: true,
items: [
{ text: 'Background Services', link: '/dotnet/background-service' },
{ text: 'Blazor with an API', link: '/dotnet/blazor-with-api' },
{ text: 'Database Seeding', link: '/dotnet/database-seed' },
{ text: 'Dockerising Blazor', link: '/dotnet/dockerising-blazor' },
@@ -60,7 +61,7 @@ export default defineConfig({
link: '/docker/',
collapsed: true,
items: [
{ text: 'Docker Exec', link: '/docker/exec-into-contanainer' },
{ text: 'Docker Exec', link: '/docker/exec-into-container' },
]
},
{