Skip to content

Commit 2a82a0c

Browse files
committed
quick-start -> playground
1 parent 8d99b04 commit 2a82a0c

File tree

134 files changed

+7
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+7
-7
lines changed

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const config = {
153153
'**/_*/**',
154154
'**/*.test.{js,jsx,ts,tsx}',
155155
'**/__tests__/**',
156-
'**/quick-start/**', // Exclude quick-start directory from pages plugin
156+
'**/playground/**', // Exclude playground directory from pages plugin
157157
],
158158
mdxPageComponent: '@theme/MDXPage',
159159
remarkPlugins: [npm2yarnPlugin],
@@ -391,8 +391,8 @@ const config = {
391391
],
392392
},
393393
{
394-
label: 'Quick Start',
395-
to: '/quick-start',
394+
label: 'Playground',
395+
to: '/playground',
396396
position: 'left',
397397
},
398398
{

0 commit comments

Comments
 (0)