Skip to content

Commit fbdb4e4

Browse files
committed
playground -> quickstart
1 parent 219cdc5 commit fbdb4e4

File tree

123 files changed

+12
-12
lines changed

Some content is hidden

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

123 files changed

+12
-12
lines changed

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const config = {
151151
'**/_*/**',
152152
'**/*.test.{js,jsx,ts,tsx}',
153153
'**/__tests__/**',
154-
'**/playground/**', // Exclude playground directory from pages plugin
154+
'**/quickstart/**', // Exclude quickstart directory from pages plugin
155155
],
156156
mdxPageComponent: '@theme/MDXPage',
157157
remarkPlugins: [npm2yarnPlugin],
@@ -379,8 +379,8 @@ const config = {
379379
],
380380
},
381381
{
382-
label: 'Playground',
383-
to: '/playground',
382+
label: 'Quick Start',
383+
to: '/quickstart',
384384
position: 'left',
385385
},
386386
{

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export default function Home(): JSX.Element {
1414
title={siteConfig.title}
1515
description="Build with the world's leading self-custodial crypto wallet."
1616
button={{
17-
label: 'Playground',
18-
href: '/playground',
17+
label: 'Quick Start',
18+
href: '/quickstart',
1919
icon: 'arrow-right',
2020
}}
2121
/>

src/pages/playground/NavigationOverlay/NavigationOverlay.module.css renamed to src/pages/quickstart/NavigationOverlay/NavigationOverlay.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Overlay Container - Full layover covering entire playground */
1+
/* Overlay Container - Full layover covering entire builder */
22
.overlayContainer {
33
position: absolute;
44
top: 0;

0 commit comments

Comments
 (0)