Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit d12b8e5

Browse files
authored
first three lang tabs in quickstart need to sync with the global lang (#646)
1 parent b038bfa commit d12b8e5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/get-started/quickstart.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ curl -L "https://nitric.io/install?version=latest" | bash
4444

4545
The Nitric CLI's `new` command provides prompts to scaffold new projects from templates. Here's an example of creating a new project from a template:
4646

47-
<Tabs syncKey="lang">
47+
<CodeTabs>
4848

4949
<TabItem label="TypeScript">
5050

@@ -86,11 +86,11 @@ nitric new hello-world dart-starter
8686

8787
</TabItem>
8888

89-
</Tabs>
89+
</CodeTabs>
9090

9191
Navigate to the new project directory and install the dependencies:
9292

93-
<Tabs syncKey="lang">
93+
<CodeTabs>
9494

9595
<TabItem label="TypeScript">
9696

@@ -149,11 +149,11 @@ dart pub get
149149

150150
</TabItem>
151151

152-
</Tabs>
152+
</CodeTabs>
153153

154154
Your project should now look like this:
155155

156-
<Tabs syncKey="lang">
156+
<CodeTabs>
157157

158158
<TabItem label="TypeScript">
159159

@@ -226,7 +226,7 @@ Your project should now look like this:
226226

227227
</TabItem>
228228

229-
</Tabs>
229+
</CodeTabs>
230230

231231
## Running the app locally
232232

0 commit comments

Comments
 (0)