Skip to content

Commit 756dca8

Browse files
committed
comment out sourceMD function for react-deprecated
1 parent a88407e commit 756dca8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-docs/patternfly-docs/patternfly-docs.source.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ module.exports = (baseSourceMD, sourceProps) => {
4646
// React-table MD
4747
sourceMD(path.join(reactTablePath, '/**/TableComposable/examples/*.md'), 'react');
4848
sourceMD(path.join(reactTablePath, '/**/Table/examples/*.md'), 'react-legacy');
49-
sourceMD(path.join(reactTablePath, '/deprecated/components/**/examples/*.md'), 'react-deprecated');
49+
// TODO: uncomment once https://github.com/patternfly/patternfly-react/pull/8362 is reviewed + merged
50+
// sourceMD(path.join(reactTablePath, '/deprecated/components/**/examples/*.md'), 'react-deprecated');
5051
sourceMD(path.join(reactTablePath, '/**/demos/*.md'), 'react-demos');
51-
5252
// Charts MD (no demos yet)
5353
sourceMD(path.join(reactChartsPath, '/**/examples/*.md'), 'react');
5454

0 commit comments

Comments
 (0)