Re-write net docs

This commit is contained in:
Jon Staab
2025-06-10 15:07:58 -07:00
parent 5b73c507b7
commit 1a81768e8e
22 changed files with 580 additions and 840 deletions
+8 -7
View File
@@ -57,15 +57,16 @@ export default defineConfig({
link: "/net/",
items: [
{text: "Context", link: "/net/context"},
{text: "Executor", link: "/net/executor"},
{text: "Subscribe", link: "/net/subscribe"},
{text: "Publish", link: "/net/publish"},
{text: "Sync", link: "/net/sync"},
{text: "Messages", link: "/net/message"},
{text: "Adapters", link: "/net/adapter"},
{text: "Sockets", link: "/net/socket"},
{text: "Pool", link: "/net/pool"},
{text: "Targets", link: "/net/targets"},
{text: "NIP 42 Auth", link: "/net/auth"},
{text: "Socket Policy", link: "/net/policy"},
{text: "Making Requests", link: "/net/request"},
{text: "Publishing Events", link: "/net/publish"},
{text: "Negentropy", link: "/net/diff"},
{text: "Tracker", link: "/net/tracker"},
{text: "Connection", link: "/net/connection"},
{text: "Socket", link: "/net/socket"},
],
},
{