From f74e5159cbdc758f07b6cdebe77cb8a67c1f2c7e Mon Sep 17 00:00:00 2001 From: Ben Houston Date: Fri, 7 Mar 2025 13:38:24 -0500 Subject: [PATCH] Update top navigation: rename Documentation to Intro and add Examples --- docusaurus.config.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 0a225c8..fba685d 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -109,7 +109,7 @@ const config: Config = { type: 'docSidebar', sidebarId: 'tutorialSidebar', position: 'left', - label: 'Documentation', + label: 'Intro', }, { to: '/docs/getting-started/', @@ -121,6 +121,11 @@ const config: Config = { label: 'Usage', position: 'left' }, + { + to: '/docs/examples/', + label: 'Examples', + position: 'left' + }, {to: '/blog', label: 'Blog', position: 'left'}, { href: 'https://github.com/drivecore/mycoder',