mirror of
https://github.com/LukeHagar/crossws.git
synced 2025-12-09 20:37:49 +00:00
chore: initial docs
This commit is contained in:
9
docs/docs.config.ts
Normal file
9
docs/docs.config.ts
Normal 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",
|
||||
});
|
||||
Reference in New Issue
Block a user