Skip to content

Commit 5fcc741

Browse files
committed
Added composite category to valid categories
1 parent 9f45c04 commit 5fcc741

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/docs/buildDocsCommon.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ const VALID_COMPONENTS_CATEGORIES = [
2828
'infra',
2929
// non components categories
3030
'services',
31-
'dev' // development category for components we don't want to render in our docs (used in test.api.json)
31+
'dev', // development category for components we don't want to render in our docs (used in test.api.json),
32+
'composite'
3233
];
3334

3435
function buildDocs(apiFolders, componentsPreProcess) {

0 commit comments

Comments
 (0)