Skip to content

Commit

Permalink
add using plugins doc
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jul 30, 2020
1 parent c43da6d commit 34d144a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/docs/using-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,15 @@ module.exports = {
*/
routeBasePath: '',
include: ['**/*.{js,jsx}'],
/**
* Theme component used by markdown pages.
*/
mdxPageComponent: '@theme/MDXPage',
/**
* Remark and Rehype plugins passed to MDX
*/
remarkPlugins: [],
rehypePlugins: [],
},
],
],
Expand Down

0 comments on commit 34d144a

Please sign in to comment.