Skip to content

Commit

Permalink
Make footer and header links consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
esthersweon committed Jul 25, 2023
1 parent 1611625 commit e0fe6ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
Expand Down

0 comments on commit e0fe6ec

Please sign in to comment.