mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-28 04:12:52 +00:00
refactor(v2): synchronize yarn/npm command on site (#2897)
This commit is contained in:
parent
1003a15d1f
commit
36cf2eca87
|
|
@ -17,7 +17,7 @@ const transformNode = (node) => {
|
|||
{
|
||||
type: 'jsx',
|
||||
value:
|
||||
`<Tabs defaultValue="npm" ` +
|
||||
`<Tabs groupId="npm2yarn" defaultValue="npm" ` +
|
||||
`values={[
|
||||
{ label: 'npm', value: 'npm', },
|
||||
{ label: 'Yarn', value: 'yarn', },
|
||||
|
|
|
|||
Loading…
Reference in New Issue