You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError('Property "description" is missing in the front matter of the platform README.md. Each platform README.md should have a description defined in the front matter.');
99
100
}
100
101
102
+
constcategory=data.category;
103
+
101
104
return{
102
105
name,
103
106
description,
104
-
content
107
+
content,
108
+
category
105
109
}
106
110
}
107
111
@@ -169,12 +173,16 @@ function parseReadme(filePath) {
0 commit comments