Skip to content

Commit 1c97da8

Browse files
authored
fix(docs): Add tokens back to site (#3978)
1 parent b9c2e95 commit 1c97da8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/documentation-site/patternfly-docs/patternfly-docs.source.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module.exports = (sourceMD, sourceProps, sourceFunctionDocs) => {
2424
"design-guidelines"
2525
);
2626
sourceMD(path.join(contentBase, "training/**/*.md"), "training");
27+
sourceMD(path.join(contentBase, 'tokens/**/*.md'), 'tokens');
2728

2829
// Gallery pages
2930
const galleryBase = path.join(__dirname, "../patternfly-docs/pages");

0 commit comments

Comments
 (0)