Skip to content

Commit

Permalink
Update appscode navbar
Browse files Browse the repository at this point in the history
Signed-off-by: mohin7 <[email protected]>
  • Loading branch information
mohin7 committed Dec 18, 2023
1 parent 277ba07 commit 7d63ec4
Show file tree
Hide file tree
Showing 6 changed files with 250 additions and 208 deletions.
2 changes: 2 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ params:
domain_stash: https://stash.run
domain_voyagermesh: https://voyagermesh.com
search_api_key: 8fd610038d901dd16a111e6f1568343bb969b084a1952dafdcb1545fd8c35e96
learn_url: https://learn.appscode.com/learn
docs_url: https://docs.appscode.com
blog_url: https://blog.appscode.com
slack_url: https://slack.appscode.com
github_url: https://github.com/appscode
Expand Down
12 changes: 4 additions & 8 deletions data/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@
"kubeform"
]
},
"ossMenu": {
"c0": [
"guard"
],
"c1": [
"configsyncer"
]
},
"productMenu": {
"c0": [
"kubedb",
Expand All @@ -59,6 +51,10 @@
"c1": [
"kubevault",
"voyager"
],
"c2": [
"guard",
"configsyncer"
]
},
"products": [
Expand Down
10 changes: 5 additions & 5 deletions data/products/configsyncer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
},
"heroImage": {
"src": "/assets/images/products/configsyncer/configsyncer-hero.png",
"alt": "Kubed"
"alt": "configsyncer"
},
"logo": {
"src": "/assets/images/products/configsyncer/configsyncer.png",
"alt": "Kubed"
"alt": "configsyncer"
},
"logoWhite": {
"src": "/assets/images/products/configsyncer/configsyncer-white.png",
"alt": "Kubed"
"alt": "configsyncer"
},
"icon": {
"src": "/assets/images/products/configsyncer/configsyncer-icon.png",
"alt": "Kubed",
"src": "/assets/images/products/configsyncer/configsyncer-512x512.svg",
"alt": "configsyncer",
"sizes": {
"192x192": "/assets/images/products/configsyncer/icons/android-icon-192x192.png"
}
Expand Down
2 changes: 1 addition & 1 deletion data/products/guard.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"alt": "Guard"
},
"icon": {
"src": "/assets/images/products/guard/guard-icon.png",
"src": "/assets/images/products/guard/guard-512x512.svg",
"alt": "Guard",
"sizes": {
"192x192": "/assets/images/products/guard/icons/android-icon-192x192.png"
Expand Down
Loading

0 comments on commit 7d63ec4

Please sign in to comment.