Skip to content

Commit

Permalink
Merge pull request #2654 from browniefed/fixLinkedDocumentation
Browse files Browse the repository at this point in the history
Add back Transform/Flexbox links to style documentation
  • Loading branch information
James Ide committed Sep 12, 2015
2 parents df28856 + 627d5a8 commit 9d36fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/server/extractDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ var styleDocs = styles.slice(2).reduce(function(docs, filepath) {
docgen.parse(
fs.readFileSync(filepath),
docgenHelpers.findExportedObject,
[docgen.handlers.propTypeHandler]
[docgen.handlers.propTypeHandler, docgen.handlers.propTypeCompositionHandler]
);

return docs;
Expand Down

0 comments on commit 9d36fc6

Please sign in to comment.