Skip to content

Commit 7e97930

Browse files
committed
Update navigation order and add Owners link
1 parent 3bb7ce3 commit 7e97930

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

apps/web/src/lib/navigation.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,14 @@ export const navigation: Array<NavGroup> = [
3434
{ title: "Getting started", href: "/docs/local-first" },
3535
{ title: "Playgrounds", href: "/docs/playgrounds" },
3636
{ title: "Examples", href: "/docs/examples" },
37-
{ title: "Indexes", href: "/docs/indexes" },
37+
{
38+
title: "Owners",
39+
href: "/docs/api-reference/common/local-first/interfaces/Owner",
40+
},
3841
{ title: "Relay", href: "/docs/relay" },
39-
{ title: "Time travel", href: "/docs/time-travel" },
4042
{ title: "Migrations", href: "/docs/migrations" },
43+
{ title: "Time travel", href: "/docs/time-travel" },
44+
{ title: "Indexes", href: "/docs/indexes" },
4145
{
4246
title: "Protocol",
4347
href: "/docs/api-reference/common/local-first/Protocol",

0 commit comments

Comments
 (0)