Skip to content

Commit eb4b042

Browse files
committed
docs: cem config for elements
1 parent 6c1eba7 commit eb4b042

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

elements/.config/cem.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ generate:
99
output: custom-elements.json
1010
noDefaultExcludes: false
1111
demoDiscovery:
12-
fileGlob: ./*/demo/*.html
13-
urlPattern: (?P<tag>[\\w-]+)/demo/(?P<demo>[\\w-]+).html
14-
urlTemplate: https://patternflyelements.org/components/{tag}/{demo}/
12+
fileGlob: '*/demo/*.html'
13+
urlPattern: pf-(?P<tag>[\w-]+)/demo/(?P<demo>[\w-]+).html
14+
urlTemplate: https://patternflyelements.org/components/{tag}/demo/{demo}/

0 commit comments

Comments
 (0)