mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-19 03:57:01 +02:00
refactor(v2): plugin, utils as separate package (#1298)
* refactor(v2): plugin, utils as separate package * rename docusaurus-plugin to @docusaurus/plugin * update snapshot
This commit is contained in:
parent
9597a8ce9c
commit
3a7a253db7
24 changed files with 102 additions and 43 deletions
|
@ -31,14 +31,14 @@ module.exports = {
|
|||
},
|
||||
plugins: [
|
||||
{
|
||||
name: 'docusaurus-plugin-content-blog',
|
||||
name: '@docusaurus/plugin-content-blog',
|
||||
options: {
|
||||
include: ['*.md', '*.mdx'],
|
||||
path: '../v1/website/blog',
|
||||
path: '../website-1.x/blog',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'docusaurus-plugin-content-pages',
|
||||
name: '@docusaurus/plugin-content-pages',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue