From 93fd1e7bc95df4f5f92f38162adb920456cff686 Mon Sep 17 00:00:00 2001 From: Bill Chirico Date: Tue, 7 Nov 2023 14:16:03 -0500 Subject: [PATCH] feat(Docs): Update link to intro page The commit updates the link to the intro page in the navigation menu of the documentation. The previous link '/apollo-docs/intro' has been changed to '/docs/intro'. This change ensures that users are directed to the correct location when clicking on the 'Intro' label in the navigation menu. --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index a072db0..3d32be5 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -104,7 +104,7 @@ const config: Config = { items: [ { label: 'Intro', - to: '/apollo-docs/intro', + to: '/docs/intro', }, ], },