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", }, ],