Skip to content

Commit 21e0b95

Browse files
feat: add Skills Registry to enablement docs (#20)
Add Skills Registry enablement slides and recording to the "Other Enablement" section on the About → Docs tab. Signed-off-by: Saiesh Prabhu <saprabhu@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent ab2906a commit 21e0b95

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

shared/client/enablement-links.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,15 @@ export const enablementCategories = [
111111
{ label: 'Enablement Notes', icon: 'StickyNote', url: 'https://docs.google.com/document/d/1HJJBt2Psnqy7JWx26UUP0fENJqDPAZBDhFcHpHt6sjM/edit?tab=t.tcc7ue9usok7' },
112112
],
113113
},
114+
{
115+
id: 'skills-registry',
116+
title: 'Skills Registry',
117+
section: 'other',
118+
links: [
119+
{ label: 'Enablement Slides', icon: 'Presentation', url: 'https://docs.google.com/presentation/d/1izke023uzA3YnUB9kxf3huM5ZIJODKhA82abymerrqU/edit?slide=id.g3f362a4cb5a_0_0#slide=id.g3f362a4cb5a_0_0' },
120+
{ label: 'Enablement Recording', icon: 'Video', url: 'https://drive.google.com/file/d/1CvEcigQBe4qYtldzSIAhPm4X9uiz6hBd/view' },
121+
],
122+
},
114123
{
115124
id: 'rfe-builder-lessons-learned',
116125
title: 'RFE Builder Lessons Learned',

0 commit comments

Comments
 (0)