Skip to content

Commit ebb494e

Browse files
committed
[FIX] fix duplicate GitHub Actions sidebar entry and article naming
- Rename _meta key from "start-githubactions" to "github-actions-ci-cd" to match actual filename, fixing duplicate sidebar entry - Add proper "Maqolalar" title for article folder in tutorials, hiding raw "article" label
1 parent 102ae9b commit ebb494e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pages/guides/ci-cd/_meta.en-UZ.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"description": "Github Actions + Argo CD",
1818
"href": "/guides/ci-cd/github-actions-argocd-cicd"
1919
},
20-
"start-githubactions": {
20+
"github-actions-ci-cd": {
2121
"title": "Github Actions CI/CD",
2222
"icon": "▶️",
2323
"description": "Github Actions bilan CI/CD yozamiz",

pages/tutorials/_meta.en-UZ.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"all": "Hammasi",
3+
"article": {
4+
"title": "Maqolalar",
5+
"display": "hidden"
6+
},
37
"developing": "DevOps"
48
}

0 commit comments

Comments
 (0)