From 903043180c365ed82fbadcccdac76f0a57c4bdbb Mon Sep 17 00:00:00 2001 From: Colin Redmond Date: Mon, 7 Oct 2024 13:11:22 -0700 Subject: [PATCH] docs: fix broken links. --- docs/gestalt-static/docusaurus.config.ts | 11 +++++++---- docs/gestalt-static/src/pages/index.tsx | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/gestalt-static/docusaurus.config.ts b/docs/gestalt-static/docusaurus.config.ts index baa411e2d..2093cabd2 100644 --- a/docs/gestalt-static/docusaurus.config.ts +++ b/docs/gestalt-static/docusaurus.config.ts @@ -39,8 +39,7 @@ const config: Config = { sidebarPath: './sidebars.ts', // Please change this to your repo. // Remove this to remove the "edit this page" links. - editUrl: - 'https://github.com/gestalt-config/gestalt/tree/main/docs/gestalt-static', + // editUrl: 'https://github.com/gestalt-config/gestalt/tree/main/docs/gestalt-static', }, blog: { showReadingTime: true, @@ -106,8 +105,12 @@ const config: Config = { title: 'Docs', items: [ { - label: 'Tutorial', - to: '/docs/intro', + label: 'Tutorial - Basic', + to: '/docs/tutorial/getting-started', + }, + { + label: 'Tutorial - Advanced', + to: '/docs/advanced/reload-strategies', }, ], }, diff --git a/docs/gestalt-static/src/pages/index.tsx b/docs/gestalt-static/src/pages/index.tsx index 581f10103..e80ea560e 100644 --- a/docs/gestalt-static/src/pages/index.tsx +++ b/docs/gestalt-static/src/pages/index.tsx @@ -19,7 +19,7 @@ function HomepageHeader() {
+ to="/docs/tutorial/getting-started"> Gestalt Configuration Getting Started - 5min ⏱️