Skip to content

Commit a5c68c0

Browse files
committed
quick-start -> playground
1 parent dc92bea commit a5c68c0

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
@@ -98,7 +98,7 @@ const config = {
9898
'**/_*/**',
9999
'**/*.test.{js,jsx,ts,tsx}',
100100
'**/__tests__/**',
101-
'**/quick-start/**', // Exclude quick-start directory from pages plugin
101+
'**/playground/**', // Exclude playground directory from pages plugin
102102
],
103103
mdxPageComponent: '@theme/MDXPage',
104104
remarkPlugins: [npm2yarnPlugin],
@@ -336,8 +336,8 @@ const config = {
336336
],
337337
},
338338
{
339-
label: 'Quick Start',
340-
to: '/quick-start',
339+
label: 'Playground',
340+
to: '/playground',
341341
position: 'left',
342342
},
343343
{

0 commit comments

Comments
 (0)