mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-24 16:01:52 +08:00
feat: support Alibaba & Apache dubbo service
This commit is contained in:
+3
-3
@@ -6,9 +6,9 @@ export default [
|
||||
}),
|
||||
route("docs/*", "docs/page.tsx"),
|
||||
route("api/search", "docs/search.ts"),
|
||||
route('llms.txt', 'llms/index.ts'),
|
||||
route('llms-full.txt', 'llms/full.ts'),
|
||||
route('llms.mdx/docs/*', 'llms/mdx.ts'),
|
||||
route("llms.txt", "llms/index.ts"),
|
||||
route("llms-full.txt", "llms/full.ts"),
|
||||
route("llms.mdx/docs/*", "llms/mdx.ts"),
|
||||
route("about", "routes/about.tsx"),
|
||||
route("memshell", "routes/memshell.tsx"),
|
||||
route("probeshell", "routes/probeshell.tsx"),
|
||||
|
||||
Reference in New Issue
Block a user