From 82a8ecec377f71e24d76f7c1fe68c6e4c6ba6389 Mon Sep 17 00:00:00 2001 From: arribion Date: Tue, 2 Sep 2025 13:54:48 +0300 Subject: [PATCH] Changed The Header and footer React Native main file Path to start at the Introduction from Setup --- docusaurus.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", }, ], },