From 813e10abdf1f73eda73599eb16107ebdf25885d5 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sun, 1 Dec 2024 22:54:06 -0600 Subject: [PATCH] Fix all items on navigation being highligted --- docusaurus.config.ts | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 33b5dbf..f9e066f 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -46,22 +46,19 @@ const config: Config = { }, items: [ { - type: 'doc', - docId: 'intro', - position: 'left', + to: '/docs/intro', label: 'Introduction', + position: 'left' }, { - type: 'doc', - docId: 'compiling', - position: 'left', + to: '/docs/compiling', label: 'Compiling', + position: 'left' }, { - type: 'doc', - docId: 'permissions', - position: 'left', + to: '/docs/permissions', label: 'Permissions', + position: 'left' }, { position: 'left',