add linux
Build, Test & Publish / Build (push) Successful in 59s
Build, Test & Publish / Build and Publish Container Image (push) Failing after 23s
Build, Test & Publish / Deploy to Infrastructure (push) Has been skipped

This commit is contained in:
2026-05-08 12:56:30 +10:00
parent 0698ed96e6
commit d8961b6292
4 changed files with 58 additions and 0 deletions
+8
View File
@@ -117,6 +117,14 @@ export default defineConfig({
{ text: 'Run EF Core Migrations', link: '/github-actions/run-ef-core-migrations' },
]
},
{
text: 'Linux',
link: '/linux/',
collapsed: true,
items: [
{ text: 'Add User to Linux', link: '/linux/add-user' },
]
},
{
text: 'Nginx',
link: '/nginx/',