mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02:00
feat(v2): create docusaurus-content-blog plugin draft
This commit is contained in:
parent
211e04f409
commit
e5b7daef33
8 changed files with 95 additions and 41 deletions
|
@ -29,4 +29,12 @@ module.exports = {
|
|||
indexName: 'docusaurus',
|
||||
algoliaOptions: {},
|
||||
},
|
||||
plugins: [
|
||||
{
|
||||
name: 'docusaurus-content-blog',
|
||||
options: {
|
||||
include: ['*.md', '*.mdx'],
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue