mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-11 08:07:26 +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
|
// No number prefix found
|
||||||
return {numberPrefix: undefined, filename};
|
return {numberPrefix: undefined, filename};
|
||||||
},
|
},
|
||||||
docLayoutComponent: '@theme/DocPage',
|
docsRootComponent: '@theme/DocsRoot',
|
||||||
|
docVersionRootComponent: '@theme/DocVersionRoot',
|
||||||
|
docRootComponent: '@theme/DocRoot',
|
||||||
docItemComponent: '@theme/DocItem',
|
docItemComponent: '@theme/DocItem',
|
||||||
remarkPlugins: [require('./my-remark-plugin')],
|
remarkPlugins: [require('./my-remark-plugin')],
|
||||||
rehypePlugins: [],
|
rehypePlugins: [],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue