Skip to content

Commit 1951f15

Browse files
committed
fix(accessTokens): missing nav reference
1 parent 4c64125 commit 1951f15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sqlite-cloud/_nav.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ const sidebarNav: SidebarNavStruct = [
7777
type: "inner",
7878
level: 0,
7979
},
80+
{
81+
title: "Access Tokens",
82+
filePath: "access-tokens",
83+
type: "inner",
84+
level: 0,
85+
},
8086
{ title: "Backups", filePath: "backups", type: "inner", level: 0 },
8187
{ title: "Query Analyzer", filePath: "analyzer", type: "inner", level: 0 },
8288
{ title: "Extensions", filePath: "extensions", type: "inner", level: 0 },

0 commit comments

Comments
 (0)