do non root user doc
Some checks failed
Build, Test & Publish / Build and Publish Container Image (push) Has been cancelled
Build, Test & Publish / Deploy to Infrastructure (push) Has been cancelled
Build, Test & Publish / Build (push) Has been cancelled

This commit is contained in:
2026-04-08 08:25:15 +10:00
parent 8f601b83d7
commit cfcfc70025
2 changed files with 29 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ export default defineConfig({
{ text: 'Google Sign in without Identity', link: '/dotnet/google-sign-in-without-identity' },
{ text: 'Service Testing', link: '/dotnet/service-testing' },
{ text: 'Controller Testing', link: '/dotnet/controller-testing' },
{ text: 'API Key Authentication', link: '/dotnet/api-key-auth'}
{ text: 'API Key Authentication', link: '/dotnet/api-key-auth' }
]
},
{
@@ -147,6 +147,7 @@ export default defineConfig({
link: '/opentofu/',
collapsed: true,
items: [
{ text: 'Digital Ocean Droplet Creation', link: '/opentofu/digital-ocean-droplet-non-root-user' },
{ text: 'Encrypted State', link: '/opentofu/encrypted-state' },
]
},