Finish pass on docs
This commit is contained in:
+29
-16
@@ -38,18 +38,22 @@ export default defineConfig({
|
||||
text: "@welshman/util",
|
||||
link: "/util/",
|
||||
items: [
|
||||
{text: "Address", link: "/util/address"},
|
||||
{text: "Kinds", link: "/util/kinds"},
|
||||
{text: "Encryptable", link: "/util/encryptable"},
|
||||
{text: "Address", link: "/util/address"},
|
||||
{text: "Links", link: "/util/links"},
|
||||
{text: "Events", link: "/util/events"},
|
||||
{text: "Filters", link: "/util/filters"},
|
||||
{text: "Handlers", link: "/util/handlers"},
|
||||
{text: "Links", link: "/util/links"},
|
||||
{text: "Profile", link: "/util/profile"},
|
||||
{text: "Relay", link: "/util/relay"},
|
||||
{text: "Repository", link: "/util/repository"},
|
||||
{text: "Tags", link: "/util/tags"},
|
||||
{text: "Encryptable", link: "/util/encryptable"},
|
||||
{text: "Relays", link: "/util/relay"},
|
||||
{text: "Profiles", link: "/util/profile"},
|
||||
{text: "Handlers", link: "/util/handlers"},
|
||||
{text: "Lists", link: "/util/list"},
|
||||
{text: "Zaps", link: "/util/zaps"},
|
||||
{text: "Relay Auth", link: "/util/nip42"},
|
||||
{text: "HTTP Auth", link: "/util/nip98"},
|
||||
{text: "Blossom", link: "/util/blossom"},
|
||||
{text: "Relay Management", link: "/util/nip86"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -74,18 +78,22 @@ export default defineConfig({
|
||||
link: "/signer/",
|
||||
items: [
|
||||
{text: "ISigner", link: "/signer/isigner"},
|
||||
{text: "NIP-01", link: "/signer/nip-01"},
|
||||
{text: "NIP-07", link: "/signer/nip-07"},
|
||||
{text: "NIP-46", link: "/signer/nip-46"},
|
||||
{text: "NIP-55", link: "/signer/nip-55"},
|
||||
{text: "NIP-59", link: "/signer/nip-59"},
|
||||
{text: "NIP 01", link: "/signer/nip-01"},
|
||||
{text: "NIP 07", link: "/signer/nip-07"},
|
||||
{text: "NIP 46", link: "/signer/nip-46"},
|
||||
{text: "NIP 55", link: "/signer/nip-55"},
|
||||
{text: "NIP 59", link: "/signer/nip-59"},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "@welshman/relay",
|
||||
link: "/relay/",
|
||||
items: [
|
||||
],
|
||||
items: [],
|
||||
},
|
||||
{
|
||||
text: "@welshman/router",
|
||||
link: "/router/",
|
||||
items: [],
|
||||
},
|
||||
{
|
||||
text: "@welshman/content",
|
||||
@@ -114,8 +122,12 @@ export default defineConfig({
|
||||
text: "@welshman/store",
|
||||
link: "/store/",
|
||||
items: [
|
||||
{text: "Basic utilities", link: "/store/basic"},
|
||||
{text: "Event stores", link: "/store/events"},
|
||||
{text: "Throttled", link: "/store/throttle"},
|
||||
{text: "Synced", link: "/store/synced"},
|
||||
{text: "Getter", link: "/store/getter"},
|
||||
{text: "Custom", link: "/store/custom"},
|
||||
{text: "Repository", link: "/store/repository"},
|
||||
{text: "Collections", link: "/store/collection"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -127,6 +139,7 @@ export default defineConfig({
|
||||
{text: "Task Queue", link: "/lib/task-queue"},
|
||||
{text: "Normalize URL", link: "/lib/normalize-url"},
|
||||
{text: "Deferred", link: "/lib/deferred"},
|
||||
{text: "Emitter", link: "/lib/emitter"},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user