mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-19 03:57:01 +02:00
docs(v2): display yarn and npm command on website (#2037)
* docs(v2): display yarn and npm command on website * more * fix div cannot be descendant p
This commit is contained in:
parent
3265dda895
commit
c533adc4aa
12 changed files with 104 additions and 29 deletions
|
@ -39,6 +39,7 @@ module.exports = {
|
|||
'https://github.com/facebook/docusaurus/edit/master/website/',
|
||||
showLastUpdateAuthor: true,
|
||||
showLastUpdateTime: true,
|
||||
remarkPlugins: [require('./src/plugins/remark-npm2yarn')],
|
||||
},
|
||||
blog: {
|
||||
path: '../website-1.x/blog',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue