Skip to content

Commit

Permalink
Adds Lightspeed nav menu (#280)
Browse files Browse the repository at this point in the history
to stage stable and prod beta
and adds descriptions in all three active envs
prod stable will come later
  • Loading branch information
wscalf authored Oct 2, 2023
1 parent f97bd8c commit 23f5011
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 7 deletions.
20 changes: 20 additions & 0 deletions static/beta/prod/navigation/ansible-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,26 @@
}
]
},
{
"title": "Ansible Lightspeed with IBM watsonx Code Assistant",
"expandable": true,
"routes": [
{
"id": "seatsAdminUi",
"appId": "ansibleSeatsAdmin",
"description": "Assign Ansible Lightspeed with IBM watsonx Code Assistant seats to users within your organization.",
"title": "Seat Management",
"filterable": false,
"permissions": [
{
"method": "withEmail",
"args": ["@redhat.com", "@sbb.ch"]
}
],
"href": "/ansible/seats-administration"
}
]
},
{
"title": "Documentation",
"id": "documentation",
Expand Down
1 change: 1 addition & 0 deletions static/beta/stage/navigation/ansible-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
{
"id": "seatsAdminUi",
"appId": "ansibleSeatsAdmin",
"description": "Assign Ansible Lightspeed with IBM watsonx Code Assistant seats to users within your organization.",
"title": "Seat Management",
"filterable": false,
"permissions": [
Expand Down
27 changes: 20 additions & 7 deletions static/stable/stage/navigation/ansible-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,20 +106,33 @@
}
]
},
{
"title": "Ansible Lightspeed with IBM watsonx Code Assistant",
"expandable": true,
"routes": [
{
"id": "seatsAdminUi",
"appId": "ansibleSeatsAdmin",
"description": "Assign Ansible Lightspeed with IBM watsonx Code Assistant seats to users within your organization.",
"title": "Seat Management",
"filterable": false,
"permissions": [
{
"method": "withEmail",
"args": ["@redhat.com", "@sbb.ch"]
}
],
"href": "/ansible/seats-administration"
}
]
},
{
"id": "ansibleExternalDocumentation",
"title": "Documentation",
"isExternal": true,
"filterable": false,
"href": "https://access.redhat.com/documentation/en-us/red_hat_ansible_automation_platform/"
},
{
"id": "seatsAdminUi",
"appId": "ansibleSeatsAdmin",
"title": "Seats Administration",
"filterable": false,
"href": "/ansible/seats-administration"
},
{
"groupId": "operations",
"icon": "trend-up",
Expand Down

0 comments on commit 23f5011

Please sign in to comment.