Skip to content

Commit 397b37b

Browse files
committed
docs: move public module docs into api reference
1 parent 0f6252a commit 397b37b

31 files changed

Lines changed: 3 additions & 6795 deletions

.vitepress/config.mjs

Lines changed: 0 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -446,129 +446,6 @@ export default defineConfig({
446446
],
447447
},
448448

449-
{
450-
text: "Modules",
451-
collapsed: true,
452-
items: [
453-
{
454-
text: "Overview",
455-
link: "/modules/",
456-
},
457-
{
458-
text: "Core",
459-
link: "/modules/core",
460-
},
461-
{
462-
text: "Async",
463-
link: "/modules/async",
464-
},
465-
{
466-
text: "Cache",
467-
link: "/modules/cache",
468-
},
469-
{
470-
text: "CLI",
471-
link: "/modules/cli",
472-
},
473-
{
474-
text: "Conversion",
475-
link: "/modules/conversion",
476-
},
477-
{
478-
text: "Crypto",
479-
link: "/modules/crypto",
480-
},
481-
{
482-
text: "Database",
483-
link: "/modules/db",
484-
},
485-
{
486-
text: "Environment",
487-
link: "/modules/env",
488-
},
489-
{
490-
text: "Error",
491-
link: "/modules/error",
492-
},
493-
{
494-
text: "Filesystem",
495-
link: "/modules/fs",
496-
},
497-
{
498-
text: "IO",
499-
link: "/modules/io",
500-
},
501-
{
502-
text: "JSON",
503-
link: "/modules/json",
504-
},
505-
{
506-
text: "Log",
507-
link: "/modules/log",
508-
},
509-
{
510-
text: "Middleware",
511-
link: "/modules/middleware",
512-
},
513-
{
514-
text: "ORM",
515-
link: "/modules/orm",
516-
},
517-
{
518-
text: "OS",
519-
link: "/modules/os",
520-
},
521-
{
522-
text: "P2P",
523-
link: "/modules/p2p",
524-
},
525-
{
526-
text: "P2P HTTP",
527-
link: "/modules/p2p-http",
528-
},
529-
{
530-
text: "Path",
531-
link: "/modules/path",
532-
},
533-
{
534-
text: "Process",
535-
link: "/modules/process",
536-
},
537-
{
538-
text: "Sync",
539-
link: "/modules/sync",
540-
},
541-
{
542-
text: "Template",
543-
link: "/modules/template",
544-
},
545-
{
546-
text: "Tests",
547-
link: "/modules/tests",
548-
},
549-
{
550-
text: "Time",
551-
link: "/modules/time",
552-
},
553-
{
554-
text: "Utils",
555-
link: "/modules/utils",
556-
},
557-
{
558-
text: "Validation",
559-
link: "/modules/validation",
560-
},
561-
{
562-
text: "WebRPC",
563-
link: "/modules/webrpc",
564-
},
565-
{
566-
text: "WebSocket",
567-
link: "/modules/websocket",
568-
},
569-
],
570-
},
571-
572449
{
573450
text: "API Reference",
574451
collapsed: true,

.vitepress/theme/DocsHomeHero.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@ const features = [
2323
title: "HTTP APIs",
2424
desc: "Clean routing, middleware, and JSON serialization with zero overhead.",
2525
icon: "swap",
26-
href: "/modules/core",
26+
href: "/api/http",
2727
tag: "Core",
2828
},
2929
{
3030
title: "WebSockets",
3131
desc: "Real-time bidirectional communication, built for production workloads.",
3232
icon: "bolt",
33-
href: "/modules/websocket",
33+
href: "/api/websocket",
3434
tag: "Realtime",
3535
},
3636
{
3737
title: "Async Runtime",
3838
desc: "Timers, background jobs, and concurrent tasks — one unified model.",
3939
icon: "chip",
40-
href: "/modules/async",
40+
href: "/api/async",
4141
tag: "Async",
4242
},
4343
{

modules/async.md

Lines changed: 0 additions & 225 deletions
This file was deleted.

0 commit comments

Comments
 (0)