From e259e84e774a3c7efea3e8d15c70e0d69a39c517 Mon Sep 17 00:00:00 2001 From: James Miller Date: Sat, 1 Aug 2026 12:10:25 -0700 Subject: [PATCH] Fix pricing and changelog nav highlighting --- docusaurus.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 52cfe74..a343e7c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -87,14 +87,14 @@ const config = { label: "Examples", }, { - type: "doc", - docId: "licensing/pricing", + to: "/docs/licensing/pricing/", + exact: true, position: "left", label: "Pricing", }, { - type: "doc", - docId: "installation/changelog", + to: "/docs/installation/changelog/", + exact: true, position: "left", label: "Changelog", },