We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb7ce3 commit 7e97930Copy full SHA for 7e97930
1 file changed
apps/web/src/lib/navigation.ts
@@ -34,10 +34,14 @@ export const navigation: Array<NavGroup> = [
34
{ title: "Getting started", href: "/docs/local-first" },
35
{ title: "Playgrounds", href: "/docs/playgrounds" },
36
{ title: "Examples", href: "/docs/examples" },
37
- { title: "Indexes", href: "/docs/indexes" },
+ {
38
+ title: "Owners",
39
+ href: "/docs/api-reference/common/local-first/interfaces/Owner",
40
+ },
41
{ title: "Relay", href: "/docs/relay" },
- { title: "Time travel", href: "/docs/time-travel" },
42
{ title: "Migrations", href: "/docs/migrations" },
43
+ { title: "Time travel", href: "/docs/time-travel" },
44
+ { title: "Indexes", href: "/docs/indexes" },
45
{
46
title: "Protocol",
47
href: "/docs/api-reference/common/local-first/Protocol",
0 commit comments