Skip to content

Commit fb1092e

Browse files
fix: Fix Versioned URL
1 parent 2c51c59 commit fb1092e

7 files changed

Lines changed: 21 additions & 21 deletions

File tree

docs/the-new-architecture/pure-cxx-modules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ In this guide, we will go through the creation of a pure C++ Turbo Native Module
1616

1717
The rest of this guide assume that you have created your application running the command:
1818

19-
```shell
20-
npx @react-native-community/cli@latest init SampleApp --version ${getCurrentVersion()}
21-
```
19+
<CodeBlock language="bash" title="shell">
20+
{`npx @react-native-community/cli@latest init SampleApp --version ${getCurrentVersion()}`}
21+
</CodeBlock>
2222

2323
## 1. Create the JS specs
2424

website/versioned_docs/version-0.77/the-new-architecture/pure-cxx-modules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ In this guide, we will go through the creation of a pure C++ Turbo Native Module
1616

1717
The rest of this guide assume that you have created your application running the command:
1818

19-
```shell
20-
npx @react-native-community/cli@latest init SampleApp --version ${getCurrentVersion()}
21-
```
19+
<CodeBlock language="bash" title="shell">
20+
{`npx @react-native-community/cli@latest init SampleApp --version ${getCurrentVersion()}`}
21+
</CodeBlock>
2222

2323
## 1. Create the JS specs
2424

website/versioned_docs/version-0.78/the-new-architecture/pure-cxx-modules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ In this guide, we will go through the creation of a pure C++ Turbo Native Module
1616

1717
The rest of this guide assume that you have created your application running the command:
1818

19-
```shell
20-
npx @react-native-community/cli@latest init SampleApp --version ${getCurrentVersion()}
21-
```
19+
<CodeBlock language="bash" title="shell">
20+
{`npx @react-native-community/cli@latest init SampleApp --version ${getCurrentVersion()}`}
21+
</CodeBlock>
2222

2323
## 1. Create the JS specs
2424

website/versioned_docs/version-0.79/the-new-architecture/pure-cxx-modules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ In this guide, we will go through the creation of a pure C++ Turbo Native Module
1616

1717
The rest of this guide assume that you have created your application running the command:
1818

19-
```shell
20-
npx @react-native-community/cli@latest init SampleApp --version ${getCurrentVersion()}
21-
```
19+
<CodeBlock language="bash" title="shell">
20+
{`npx @react-native-community/cli@latest init SampleApp --version ${getCurrentVersion()}`}
21+
</CodeBlock>
2222

2323
## 1. Create the JS specs
2424

website/versioned_docs/version-0.80/the-new-architecture/pure-cxx-modules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ In this guide, we will go through the creation of a pure C++ Turbo Native Module
1616

1717
The rest of this guide assume that you have created your application running the command:
1818

19-
```shell
20-
npx @react-native-community/cli@latest init SampleApp --version ${getCurrentVersion()}
21-
```
19+
<CodeBlock language="bash" title="shell">
20+
{`npx @react-native-community/cli@latest init SampleApp --version ${getCurrentVersion()}`}
21+
</CodeBlock>
2222

2323
## 1. Create the JS specs
2424

website/versioned_docs/version-0.81/the-new-architecture/pure-cxx-modules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ In this guide, we will go through the creation of a pure C++ Turbo Native Module
1616

1717
The rest of this guide assume that you have created your application running the command:
1818

19-
```shell
20-
npx @react-native-community/cli@latest init SampleApp --version ${getCurrentVersion()}
21-
```
19+
<CodeBlock language="bash" title="shell">
20+
{`npx @react-native-community/cli@latest init SampleApp --version ${getCurrentVersion()}`}
21+
</CodeBlock>
2222

2323
## 1. Create the JS specs
2424

website/versioned_docs/version-0.82/the-new-architecture/pure-cxx-modules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ In this guide, we will go through the creation of a pure C++ Turbo Native Module
1616

1717
The rest of this guide assume that you have created your application running the command:
1818

19-
```shell
20-
npx @react-native-community/cli@latest init SampleApp --version ${getCurrentVersion()}
21-
```
19+
<CodeBlock language="bash" title="shell">
20+
{`npx @react-native-community/cli@latest init SampleApp --version ${getCurrentVersion()}`}
21+
</CodeBlock>
2222

2323
## 1. Create the JS specs
2424

0 commit comments

Comments
 (0)