feat: support Alibaba & Apache dubbo service

This commit is contained in:
ReaJason
2026-04-26 20:39:53 +08:00
parent 834a7822bd
commit d9733e1512
35 changed files with 1715 additions and 409 deletions
+3 -3
View File
@@ -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"),