Skip to content

Commit 6f89127

Browse files
committed
final prep for deploy
1 parent 0996d44 commit 6f89127

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/docs/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { baseOptions } from '@/lib/layout.shared';
33
import { source } from '@/lib/source';
44
import type { ReactNode } from 'react';
55
import { ChevronsLeftRightEllipsis, Megaphone, ShoppingBag, Puzzle, Webhook } from 'lucide-react';
6-
import type { SidebarTab } from 'fumadocs-ui/components/sidebar/tabs';
6+
import type { SidebarTab } from 'fumadocs-ui/utils/get-sidebar-tabs';
77

88
const sectionMeta: Record<string, { icon: ReactNode; description: string; color: string }> = {
99
'/docs/admin-api': {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"dependencies": {
1313
"@types/mdx": "^2",
1414
"algoliasearch": "^5.49.2",
15-
"fumadocs-core": "latest",
16-
"fumadocs-mdx": "latest",
17-
"fumadocs-openapi": "latest",
18-
"fumadocs-ui": "latest",
15+
"fumadocs-core": "^16.6.14",
16+
"fumadocs-mdx": "^14.2.9",
17+
"fumadocs-openapi": "^10.3.17",
18+
"fumadocs-ui": "^16.6.14",
1919
"lucide-react": "^0.575.0",
2020
"mermaid": "^11.13.0",
2121
"next": "^16",

0 commit comments

Comments
 (0)