rename client, update docs/skills
tests / tests (push) Failing after 5m4s

This commit is contained in:
2026-06-18 19:31:14 +00:00
parent dfeb7a747b
commit fe5c11b00f
92 changed files with 1811 additions and 5268 deletions
+8 -9
View File
@@ -24,16 +24,15 @@ export default defineConfig({
text: "@welshman/app",
link: "/app/",
items: [
{text: "Session Management", link: "/app/session"},
{text: "Relay Selection", link: "/app/relay-selection"},
{text: "Making Requests", link: "/app/making-requests"},
{text: "Publishing Events", link: "/app/publishing-events"},
{text: "Tag utilities", link: "/app/tags"},
{text: "The App", link: "/app/app"},
{text: "User & Sessions", link: "/app/user"},
{text: "Plugin Architecture", link: "/app/plugins"},
{text: "Data Plugins", link: "/app/data"},
{text: "Publishing Events", link: "/app/publishing"},
{text: "Making Requests", link: "/app/requests"},
{text: "Routing & Tags", link: "/app/routing"},
{text: "Web of Trust", link: "/app/wot"},
{text: "Storage", link: "/app/storage"},
{text: "Context", link: "/app/context"},
{text: "Commands", link: "/app/commands"},
{text: "User", link: "/app/user"},
{text: "Feeds & Search", link: "/app/feeds-and-search"},
],
},
{