mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 23:27:28 +02:00
misc(v2): rename components (#1434)
* misc(v2): clean up work * misc(v2): rename components
This commit is contained in:
parent
ab4f4bd802
commit
fb56f853af
16 changed files with 51 additions and 46 deletions
|
@ -21,8 +21,8 @@ const DEFAULT_OPTIONS = {
|
|||
// TODO: Change format to array.
|
||||
sidebarPath: '', // Path to sidebar configuration for showing a list of markdown pages.
|
||||
// TODO: Settle themeing.
|
||||
docLayoutComponent: '@theme/Doc',
|
||||
docItemComponent: '@theme/DocBody',
|
||||
docLayoutComponent: '@theme/DocPage',
|
||||
docItemComponent: '@theme/DocItem',
|
||||
};
|
||||
|
||||
class DocusaurusPluginContentDocs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue