diff --git a/docusaurus.config.ts b/docusaurus.config.ts index bc68ece..b69d2f8 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -46,8 +46,8 @@ const config: Config = { label: "TypeScript", }, { - to: "/docs/react-native/setup", - label: "React Native Setup", + to: "/docs/react-native/Introduction", + label: "React Native", }, { to: "/docs/react-native/components", @@ -102,7 +102,7 @@ const config: Config = { }, { label: "React Native", - to: "/docs/react-native/setup", + to: "/docs/react-native/introduction", }, ], },