Added go section, changed .gitlab-ci.yml to push to AWS ECR

This commit is contained in:
2024-11-17 17:18:36 +01:00
parent 727a0e734b
commit c783f3bfad
3 changed files with 43 additions and 13 deletions

1
docs/go/index.md Normal file
View File

@@ -0,0 +1 @@
# Go

6
docs/go/sidebar.json Normal file
View File

@@ -0,0 +1,6 @@
[
{
"text": "Go Basics",
"items": [{ "text": "Introduction", "link": "/go/" }]
}
]