From e0fe6eca934643b7267eef292f914ab7e264fe05 Mon Sep 17 00:00:00 2001 From: Esther Weon Date: Tue, 25 Jul 2023 13:11:48 -0700 Subject: [PATCH] Make footer and header links consistent --- website/docusaurus.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 04a6794469..7baf6cadac 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -125,15 +125,15 @@ const config = { title: "Docs", items: [ { - label: "MCAP guides", + label: "Guides", to: "/guides", }, { - label: "MCAP API reference", + label: "API reference", to: "/reference", }, { - label: "MCAP specification", + label: "Specification", to: "/spec", }, ],