Skip to content

Commit

Permalink
Update patternfly-docs.source.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Sep 26, 2024
1 parent e806e65 commit d040df6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ module.exports = (sourceMD, sourceProps, sourceFunctionDocs) => {
sourceMD(path.join(reactCodeEditorPath, "/**/examples/*.md"), "react");

// Drag drop MD
sourceMD(path.join(reactDragDropPath, "/**/examples/*.md"), "react-next");
sourceMD(path.join(reactDragDropPath, "/**/examples/*.md"), "react");

// Templates MD
sourceMD(
Expand Down

0 comments on commit d040df6

Please sign in to comment.