Skip to content

Commit 33a5ff7

Browse files
fix: Fix Versioned URL
1 parent c73fb22 commit 33a5ff7

6 files changed

Lines changed: 6 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import {getCurrentVersion} from '@site/src/getCurrentVersion';
22
import CodeBlock from '@theme/CodeBlock';
3+
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants';
34

45
# Cross-Platform Native Modules (C++)
56

6-
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants';
7-
87
Writing a module in C++ is the best way to share platform-agnostic code between Android and iOS. With pure C++ modules, you can write your logic only once and reuse it right away from all the platforms, without the need of writing platform-specific code.
98

109
In this guide, we will go through the creation of a pure C++ Turbo Native Module:

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import {getCurrentVersion} from '@site/src/getCurrentVersion';
22
import CodeBlock from '@theme/CodeBlock';
3+
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants';
34

45
# Cross-Platform Native Modules (C++)
56

6-
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants';
7-
87
Writing a module in C++ is the best way to share platform-agnostic code between Android and iOS. With pure C++ modules, you can write your logic only once and reuse it right away from all the platforms, without the need of writing platform-specific code.
98

109
In this guide, we will go through the creation of a pure C++ Turbo Native Module:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import {getCurrentVersion} from '@site/src/getCurrentVersion';
22
import CodeBlock from '@theme/CodeBlock';
3+
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants';
34

45
# Cross-Platform Native Modules (C++)
56

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import {getCurrentVersion} from '@site/src/getCurrentVersion';
22
import CodeBlock from '@theme/CodeBlock';
3+
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants';
34

45
# Cross-Platform Native Modules (C++)
56

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import {getCurrentVersion} from '@site/src/getCurrentVersion';
22
import CodeBlock from '@theme/CodeBlock';
3+
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants';
34

45
# Cross-Platform Native Modules (C++)
56

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import {getCurrentVersion} from '@site/src/getCurrentVersion';
22
import CodeBlock from '@theme/CodeBlock';
3+
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants';
34

45
# Cross-Platform Native Modules (C++)
56

0 commit comments

Comments
 (0)