mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-28 07:27:49 +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
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue