diff --git a/cmd/search/static-services-entries.json b/cmd/search/static-services-entries.json index 2f9fcf4d..d83d6522 100644 --- a/cmd/search/static-services-entries.json +++ b/cmd/search/static-services-entries.json @@ -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": [ diff --git a/static/beta/prod/modules/fed-modules.json b/static/beta/prod/modules/fed-modules.json index 5d1484ee..d69609f3 100644 --- a/static/beta/prod/modules/fed-modules.json +++ b/static/beta/prod/modules/fed-modules.json @@ -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", diff --git a/static/beta/stage/modules/fed-modules.json b/static/beta/stage/modules/fed-modules.json index 650eb368..cd2d16ae 100644 --- a/static/beta/stage/modules/fed-modules.json +++ b/static/beta/stage/modules/fed-modules.json @@ -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", diff --git a/static/stable/prod/modules/fed-modules.json b/static/stable/prod/modules/fed-modules.json index d599fa6e..fde3f5d6 100644 --- a/static/stable/prod/modules/fed-modules.json +++ b/static/stable/prod/modules/fed-modules.json @@ -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", diff --git a/static/stable/stage/modules/fed-modules.json b/static/stable/stage/modules/fed-modules.json index f4c80ed7..619822f7 100644 --- a/static/stable/stage/modules/fed-modules.json +++ b/static/stable/stage/modules/fed-modules.json @@ -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",