Skip to content

Commit 4d71c2c

Browse files
feat: update API links and upgrade fumadocs-mdx and zod dependencies
1 parent 405dbd9 commit 4d71c2c

File tree

3 files changed

+300
-18
lines changed

3 files changed

+300
-18
lines changed

components/blog/home/Navbar.tsx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,22 @@ export function Navbar() {
2626
</DropdownMenuTrigger>
2727
<DropdownMenuContent>
2828
<DropdownMenuItem className="h-[44px] cursor-pointer !hover:bg-nc-background-grey-extra-light">
29-
<Link href="https://data-apis-v2.nocodb.com/">
29+
<Link href="https://nocodb.com/apis/v3/data">
30+
Data APIs <span className="text-fd-muted-foreground">(v3)</span>
31+
</Link>
32+
</DropdownMenuItem>
33+
<DropdownMenuItem className="h-[44px] cursor-pointer !hover:bg-nc-background-grey-extra-light">
34+
<Link href="https://nocodb.com/apis/v3/meta">
35+
Meta APIs <span className="text-fd-muted-foreground">(v3)</span>
36+
</Link>
37+
</DropdownMenuItem>
38+
<DropdownMenuItem className="h-[44px] cursor-pointer !hover:bg-nc-background-grey-extra-light">
39+
<Link href="https://nocodb.com/apis/v2/data">
3040
Data APIs <span className="text-fd-muted-foreground">(v2)</span>
3141
</Link>
3242
</DropdownMenuItem>
3343
<DropdownMenuItem className="h-[44px] cursor-pointer !hover:bg-nc-background-grey-extra-light">
34-
<Link href="https://meta-apis-v2.nocodb.com/">
44+
<Link href="https://nocodb.com/apis/v2/meta">
3545
Meta APIs <span className="text-fd-muted-foreground">(v2)</span>
3646
</Link>
3747
</DropdownMenuItem>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"class-variance-authority": "^0.7.1",
2727
"clsx": "^2.1.1",
2828
"fumadocs-core": "15.6.8",
29-
"fumadocs-mdx": "11.6.10",
29+
"fumadocs-mdx": "11.7.3",
3030
"fumadocs-ui": "15.6.8",
3131
"jsdom": "^26.1.0",
3232
"lucide-react": "^0.536.0",
@@ -46,7 +46,7 @@
4646
"tw-animate-css": "^1.3.4",
4747
"typesense": "^2.0.3",
4848
"vaul": "^1.1.2",
49-
"zod": "^3.25.64"
49+
"zod": "^4.0.14"
5050
},
5151
"devDependencies": {
5252
"@tailwindcss/postcss": "^4.1.10",

0 commit comments

Comments
 (0)