Skip to content

Commit

Permalink
update fec navItems (#4934)
Browse files Browse the repository at this point in the history
from `RedHatInsights/chrome-service-backend` `static/stable/prod/navigation/ansible-navigation.json`

No-Issue
  • Loading branch information
himdel authored Apr 14, 2024
1 parent af47229 commit d24df7d
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions deploy/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,25 @@ objects:
- /apps/automation-hub
image: ${IMAGE}:${IMAGE_TAG}
navItems:
- appId: "automationHub"
- id: "collections"
appId: "automationHub"
title: "Collections"
href: "/ansible/automation-hub"
href: "/ansible/automation-hub/"
icon: "AnsibleIcon"
product: "Ansible Automation Hub"
- appId: "automationHub"
description: "Find and download Ansible Content Collections from Red Hat and partners."
- id: "partners"
appId: "automationHub"
title: "Partners"
href: "/ansible/automation-hub/partners"
product: "Ansible Automation Hub"
- appId: "automationHub"
- id: "taskManagement"
appId: "automationHub"
title: "Task Management"
href: "/ansible/automation-hub/tasks"
product: "Ansible Automation Hub"
- appId: "automationHub"
- id: "connectToHub"
appId: "automationHub"
title: "Connect to Hub"
href: "/ansible/automation-hub/token"
product: "Ansible Automation Hub"
Expand Down

0 comments on commit d24df7d

Please sign in to comment.