Skip to content

Commit

Permalink
Add global learning resources config
Browse files Browse the repository at this point in the history
  • Loading branch information
JetyAdam committed Feb 11, 2025
1 parent 94416c4 commit 35bbd31
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cmd/search/static-services-entries.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@
}
]
},
{
"id": "globalLearningResourcesPage",
"links": [
{
"custom": true,
"id": "globalLearningResourcesPage",
"href": "/learning-resources",
"title": "All Learning Resources",
"description": "Access product documentation, tutorials, and other learning materials to support your Red Hat product use."
}
]
},
{
"id": "rhel-advisor",
"links": [
Expand Down
16 changes: 16 additions & 0 deletions static/beta/prod/modules/fed-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@
}
]
},
"globalLearningResourcesPage": {
"manifestLocation": "/apps/learning-resources/fed-mods.json",
"defaultDocumentTitle": "All Learning Resources",
"modules": [
{
"id": "globalLearningResourcesPage",
"module": "./RootApp",
"routes": [
{
"exact": true,
"pathname": "/learning-resources"
}
]
}
]
},
"userPreferences": {
"manifestLocation": "/apps/user-preferences/fed-mods.json",
"defaultDocumentTitle": "Notification Preferences | User Preferences",
Expand Down
16 changes: 16 additions & 0 deletions static/beta/stage/modules/fed-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@
}
]
},
"globalLearningResourcesPage": {
"manifestLocation": "/apps/learning-resources/fed-mods.json",
"defaultDocumentTitle": "All Learning Resources",
"modules": [
{
"id": "globalLearningResourcesPage",
"module": "./RootApp",
"routes": [
{
"exact": true,
"pathname": "/learning-resources"
}
]
}
]
},
"userPreferences": {
"manifestLocation": "/apps/user-preferences/fed-mods.json",
"defaultDocumentTitle": "Notification Preferences | User Preferences",
Expand Down
16 changes: 16 additions & 0 deletions static/stable/prod/modules/fed-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@
}
]
},
"globalLearningResourcesPage": {
"manifestLocation": "/apps/learning-resources/fed-mods.json",
"defaultDocumentTitle": "All Learning Resources",
"modules": [
{
"id": "globalLearningResourcesPage",
"module": "./RootApp",
"routes": [
{
"exact": true,
"pathname": "/learning-resources"
}
]
}
]
},
"userPreferences": {
"manifestLocation": "/apps/user-preferences/fed-mods.json",
"defaultDocumentTitle": "User Preferences | User Preferences",
Expand Down
16 changes: 16 additions & 0 deletions static/stable/stage/modules/fed-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@
}
]
},
"globalLearningResourcesPage": {
"manifestLocation": "/apps/learning-resources/fed-mods.json",
"defaultDocumentTitle": "All Learning Resources",
"modules": [
{
"id": "globalLearningResourcesPage",
"module": "./RootApp",
"routes": [
{
"exact": true,
"pathname": "/learning-resources"
}
]
}
]
},
"userPreferences": {
"manifestLocation": "/apps/user-preferences/fed-mods.json",
"defaultDocumentTitle": "Notification Preferences | User Preferences",
Expand Down

0 comments on commit 35bbd31

Please sign in to comment.