mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-22 02:57:45 +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',
|
type: 'jsx',
|
||||||
value:
|
value:
|
||||||
`<Tabs defaultValue="npm" ` +
|
`<Tabs groupId="npm2yarn" defaultValue="npm" ` +
|
||||||
`values={[
|
`values={[
|
||||||
{ label: 'npm', value: 'npm', },
|
{ label: 'npm', value: 'npm', },
|
||||||
{ label: 'Yarn', value: 'yarn', },
|
{ label: 'Yarn', value: 'yarn', },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue