Skip to content

Commit

Permalink
docs: replace docLayoutComponent by new Docusaurus v3 options (#9697)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Jan 4, 2024
1 parent e0052ed commit ca09f23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/api/plugins/plugin-content-docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,9 @@ const config = {
// No number prefix found
return {numberPrefix: undefined, filename};
},
docLayoutComponent: '@theme/DocPage',
docsRootComponent: '@theme/DocsRoot',
docVersionRootComponent: '@theme/DocVersionRoot',
docRootComponent: '@theme/DocRoot',
docItemComponent: '@theme/DocItem',
remarkPlugins: [require('./my-remark-plugin')],
rehypePlugins: [],
Expand Down

0 comments on commit ca09f23

Please sign in to comment.