File tree 1 file changed +0
-38
lines changed 1 file changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -92,44 +92,6 @@ const MasQuickStartCatalog: React.FC = () => {
92
92
93
93
const CatalogWithSections = (
94
94
< >
95
- < QuickStartCatalogSection >
96
- < TextContent >
97
- < Text component = "h2" > Quick starts</ Text >
98
- < Text component = "p" className = "mk-catalog-sub" >
99
- Step-by-step instructions and tasks
100
- </ Text >
101
- </ TextContent >
102
- < Gallery className = "pfext-quick-start-catalog__gallery" hasGutter >
103
- { allQuickStarts
104
- . filter (
105
- ( quickStart ) =>
106
- ! quickStart . spec . type ||
107
- quickStart . spec . type . text !== "Documentation"
108
- )
109
- . sort ( sortFnc )
110
- . map ( ( quickStart ) => {
111
- const {
112
- metadata : { name : id } ,
113
- } = quickStart ;
114
-
115
- return (
116
- < GalleryItem
117
- key = { id }
118
- className = "pfext-quick-start-catalog__gallery-item"
119
- >
120
- < QuickStartTile
121
- quickStart = { quickStart }
122
- isActive = { id === activeQuickStartID }
123
- status = { getQuickStartStatus ( allQuickStartStates , id ) }
124
- />
125
- </ GalleryItem >
126
- ) ;
127
- } ) }
128
- </ Gallery >
129
- </ QuickStartCatalogSection >
130
- < QuickStartCatalogSection >
131
- < Divider />
132
- </ QuickStartCatalogSection >
133
95
< QuickStartCatalogSection >
134
96
< TextContent >
135
97
< Text component = "h2" > Documentation</ Text >
You can’t perform that action at this time.
0 commit comments