mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
docs: replace docLayoutComponent by new Docusaurus v3 options (#9697)
This commit is contained in:
parent
e0052edc4c
commit
ca09f238f3
1 changed files with 3 additions and 1 deletions
|
@ -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: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue