chore: initial docs

This commit is contained in:
Pooya Parsa
2024-01-29 15:58:18 +01:00
parent a347e80109
commit 2f3e983710
18 changed files with 10430 additions and 0 deletions

9
docs/docs.config.ts Normal file
View File

@@ -0,0 +1,9 @@
import { defineDocsConfig } from "unjs-docs/config";
export default defineDocsConfig({
name: "CrossWS",
description:
"Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers.",
github: "unjs/crossws",
themeColor: "#f7932a",
});