Skip to content

Commit

Permalink
Revert to title case for header; Use consistent casing / copy in foot…
Browse files Browse the repository at this point in the history
…er (#911)
  • Loading branch information
esthersweon authored Oct 4, 2023
1 parent 569b8a3 commit 2f29818
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const config = {
type: "docSidebar",
sidebarId: "referenceSidebar",
position: "left",
label: "API reference",
label: "API Reference",
},
{
type: "docSidebar",
Expand All @@ -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 2f29818

Please sign in to comment.