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

@ -13,7 +13,7 @@ const DEFAULT_OPTIONS = {
path: 'pages', // Path to data on filesystem, relative to site dir.
routeBasePath: '', // URL Route.
include: ['**/*.{js,jsx}'], // Extensions to include.
component: '@theme/Pages',
component: '@theme/Page',
};
class DocusaurusPluginContentPages {