Skip to content

Commit

Permalink
Merge pull request #339 from avisiedo/hms-2678-idmsvc-stable-stage
Browse files Browse the repository at this point in the history
feat: update stable-stage config for idmsvc
  • Loading branch information
Hyperkid123 authored Nov 10, 2023
2 parents ca06128 + 5a40d65 commit 601610c
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 4 deletions.
2 changes: 1 addition & 1 deletion static/beta/stage/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ edge:
isBeta: true

idmsvc:
title: "Directory & Domain Services"
title: "Directory and Domain Services"
api:
versions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion static/beta/stage/modules/fed-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@
},
"idmsvc": {
"manifestLocation": "/apps/idmsvc/fed-mods.json",
"defaultDocumentTitle": "Directory & Domain Services",
"defaultDocumentTitle": "Directory and Domain Services",
"modules": [
{
"id": "idmsvc",
Expand Down
2 changes: 1 addition & 1 deletion static/beta/stage/navigation/settings-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{
"id": "idmsvc",
"appId": "idmsvc",
"title": "Directory & Domain Services",
"title": "Directory and Domain Services",
"description": "Directory and Domain Services for console.redhat.com",
"href": "/settings/idmsvc",
"icon": "PlaceholderIcon"
Expand Down
7 changes: 7 additions & 0 deletions static/stable/stage/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ edge:
- v1
isBeta: true

idmsvc:
title: "Directory and Domain Services"
api:
versions:
- v1
isBeta: true

image-builder:
title: Image Builder
api:
Expand Down
15 changes: 15 additions & 0 deletions static/stable/stage/modules/fed-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,21 @@
}
]
},
"idmsvc": {
"manifestLocation": "/apps/idmsvc/fed-mods.json",
"defaultDocumentTitle": "Directory and Domain Services",
"modules": [
{
"id": "idmsvc",
"module": "./RootApp",
"routes": [
{
"pathname": "/settings/idmsvc"
}
]
}
]
},
"learningResources": {
"manifestLocation": "/apps/learning-resources/fed-mods.json",
"modules": [
Expand Down
9 changes: 8 additions & 1 deletion static/stable/stage/navigation/settings-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,14 @@
"appId": "learningResources",
"title": "Learning Resources",
"href": "/settings/learning-resources"
},
{
"id": "idmsvc",
"appId": "idmsvc",
"title": "Directory and Domain Services",
"description": "Directory and Domain Services for console.redhat.com",
"href": "/settings/idmsvc",
"icon": "PlaceholderIcon"
}

]
}

0 comments on commit 601610c

Please sign in to comment.