mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-19 19:22:28 +02:00
feat(v2): allow plugins to specify paths to watch (#1272)
This commit is contained in:
parent
8629abf73a
commit
cefee2dec1
6 changed files with 27 additions and 14 deletions
|
@ -31,7 +31,7 @@ module.exports = {
|
|||
},
|
||||
plugins: [
|
||||
{
|
||||
name: 'docusaurus-content-blog',
|
||||
name: 'docusaurus-plugin-content-blog',
|
||||
options: {
|
||||
include: ['*.md', '*.mdx'],
|
||||
path: '../v1/website/blog',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue