mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-21 18:47:50 +02:00
refactor(v2): synchronize yarn/npm command on site (#2897)
This commit is contained in:
parent
1003a15d1f
commit
36cf2eca87
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue