misc(v2): rename components (#1434)

* misc(v2): clean up work

* misc(v2): rename components
This commit is contained in:
Yangshun Tay 2019-05-04 15:16:10 -07:00 committed by GitHub
parent ab4f4bd802
commit fb56f853af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 51 additions and 46 deletions

View file

@ -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 {