mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-06 04:42:40 +02:00
feat(v2): skip dependency install on docusaurus init (#3986)
* fix: #3450 Signed-off-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> * test: fix failing test Signed-off-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
This commit is contained in:
parent
869e118e4f
commit
0bb5e547b1
4 changed files with 22 additions and 10 deletions
|
@ -71,7 +71,7 @@ module.exports = {
|
|||
items: [{label: 'Twitter', to: 'https://twitter.com/docusaurus'}],
|
||||
},
|
||||
],
|
||||
copyright: 'Copyright © 2020 Facebook Inc.',
|
||||
copyright: 'Copyright © 2021 Facebook Inc.',
|
||||
logo: {src: 'img/docusaurus_monochrome.svg'},
|
||||
},
|
||||
algolia: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue