diff --git a/packages/docusaurus-mdx-loader/README.md b/packages/docusaurus-mdx-loader/README.md index b3a4dc62ff..704468540e 100644 --- a/packages/docusaurus-mdx-loader/README.md +++ b/packages/docusaurus-mdx-loader/README.md @@ -42,4 +42,5 @@ Array of rehype plugins to manipulate the MDXHAST Array of remark plugins to manipulate the MDXAST ### `metadataPath` + A function to provide the metadataPath depending on current loaded MDX path that will be exported as the MDX metadata. diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index e005f996f2..5a5828ffe5 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -159,6 +159,9 @@ module.exports = { label: 'Twitter', href: 'https://twitter.com/docusaurus', }, + { + html: ``, + }, ], }, ],