mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-11 16:17:25 +02:00
feat(v2): docs plugin continued (#1337)
* refactor(v2): shift markdown loader into plugin * fix(v2): build command configure webpack * temporary fix for failing test
This commit is contained in:
parent
50bbc1dcd7
commit
1a8e12048e
14 changed files with 181 additions and 132 deletions
|
@ -155,6 +155,9 @@ class DocusaurusPluginContentBlog {
|
|||
});
|
||||
});
|
||||
}
|
||||
|
||||
// TODO: Add configureWebpack plugin to read Markdown. Currently it's using
|
||||
// the docs plugin's markdown loader.
|
||||
}
|
||||
|
||||
module.exports = DocusaurusPluginContentBlog;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue