Skip to content

Commit 37ef466

Browse files
authored
[Docs][NA] Remove the New Architecture Landing page (facebook#4260)
1 parent cdf07d4 commit 37ef466

File tree

5 files changed

+5
-236
lines changed

5 files changed

+5
-236
lines changed

docs/the-new-architecture/landing-page.md

Lines changed: 0 additions & 230 deletions
This file was deleted.

website/blog/2022-09-05-version-070.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ We are excited to release a new version of React Native, 0.70.0. This version co
2121

2222
## New Architecture’s New Documentation
2323

24-
Over the last few months, we have been working to add more content to the [New Architecture](https://reactnative.dev/docs/next/the-new-architecture/landing-page) section of the documentation. In the new section you can find migration guides, examples and tutorials to get you up to speed.
24+
Over the last few months, we have been working to add more content to the [New Architecture](https://reactnative.dev/docs/0.70/the-new-architecture/landing-page) section of the documentation. In the new section you can find migration guides, examples and tutorials to get you up to speed.
2525

2626
Along with it, you can find new documents diving into [Why a New Architecture](https://reactnative.dev/docs/next/the-new-architecture/why) and [the various parts of it](https://reactnative.dev/docs/next/the-new-architecture/pillars). We hope this helps you better understand the rationale behind the new APIs.
2727

website/sidebars.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
]
110110
}
111111
],
112-
"New Architecture": ["the-new-architecture/landing-page"],
113112
"Legacy Architecture": [
114113
{
115114
"type": "category",

website/static/_redirects

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Redirect New Architecture docs of all versions
1818
# Note: We had to delete the older versions to get redirects to work
19-
/docs/the-new-architecture/why /docs/next/the-new-architecture/landing-page
19+
/docs/the-new-architecture/why https://reactnative.dev/docs/0.75/the-new-architecture/landing-page
2020
/docs/the-new-architecture/use-app-template https://github.com/reactwg/react-native-new-architecture#guides
2121
/docs/the-new-architecture/pillars https://github.com/reactwg/react-native-new-architecture#guides
2222
/docs/the-new-architecture/pillars-turbomodules https://github.com/reactwg/react-native-new-architecture#guides
@@ -35,8 +35,8 @@
3535
/docs/react-18-and-react-native https://reactnative.dev/docs/0.69/react-18-and-react-native
3636
/docs/new-architecture-troubleshooting https://github.com/reactwg/react-native-new-architecture#guides
3737
/docs/new-architecture-appendix https://github.com/reactwg/react-native-new-architecture#guides
38-
/docs/:version/the-new-architecture/landing-page /docs/next/the-new-architecture/landing-page
39-
/docs/:version/the-new-architecture/why /docs/next/the-new-architecture/landing-page
38+
/docs/:version/the-new-architecture/landing-page https://reactnative.dev/docs/0.75/the-new-architecture/landing-page
39+
/docs/:version/the-new-architecture/why https://reactnative.dev/docs/0.75/the-new-architecture/landing-page
4040
/docs/:version/the-new-architecture/use-app-template https://github.com/reactwg/react-native-new-architecture#guides
4141
/docs/:version/the-new-architecture/pillars https://github.com/reactwg/react-native-new-architecture#guides
4242
/docs/:version/the-new-architecture/pillars-turbomodules https://github.com/reactwg/react-native-new-architecture#guides

website/versioned_docs/version-0.70/build-speed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Speeding up your Build phase
66
Building your React Native app could be **expensive** and take several minutes of developers time.
77
This can be problematic as your project grows and generally in bigger organizations with multiple React Native developers.
88

9-
With [the New React Native Architecture](the-new-architecture/landing-page.md), this problem is becoming more critical
9+
With [the New React Native Architecture](https://reactnative.dev/docs/0.70/the-new-architecture/landing-page), this problem is becoming more critical
1010
as you might have to compile some native C++ code in your project with the Android NDK in addition to the native code already necessary for the iOS and Android platforms.
1111

1212
To mitigate this performance hit, this page shares some suggestions on how to **improve your build time**.

0 commit comments

Comments
 (0)