mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 23:41:52 +08:00
feat: support fumadocs
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { index, type RouteConfig, route } from "@react-router/dev/routes";
|
||||
|
||||
export default [
|
||||
index("routes/memshell.tsx", {
|
||||
id: "index-memshell",
|
||||
}),
|
||||
route("docs/*", "docs/page.tsx"),
|
||||
route("api/search", "docs/search.ts"),
|
||||
route("about", "routes/about.tsx"),
|
||||
route("memshell", "routes/memshell.tsx"),
|
||||
route("probeshell", "routes/probeshell.tsx"),
|
||||
] satisfies RouteConfig;
|
||||
Reference in New Issue
Block a user