Merge branch 'dev' into fix/remove-forcemount-from-user-dropdown

This commit is contained in:
Soham Bhattacharjee 2026-04-08 05:15:12 +05:30 committed by GitHub
commit b82a4fb921
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
282 changed files with 20299 additions and 4969 deletions

View file

@ -1,8 +1,8 @@
import { DocsBody, DocsDescription, DocsPage, DocsTitle } from "fumadocs-ui/page";
import { notFound } from "next/navigation";
import { cache } from "react";
import { source } from "@/lib/source";
import { getMDXComponents } from "@/mdx-components";
import { cache } from "react";
const getDocPage = cache((slug?: string[]) => {
return source.getPage(slug);