Tweak docs

This commit is contained in:
Jon Staab
2025-04-08 13:59:04 -07:00
parent 74b20da8fb
commit 02202d298e
7 changed files with 37 additions and 36 deletions
+21 -12
View File
@@ -18,18 +18,9 @@ hero:
link: https://github.com/coracle-social/welshman
features:
- title: "@welshman/content"
details: Parser and renderer for nostr note with customizable formatting options.
link: "/content"
- title: "@welshman/dvm"
details: Tools for building and interacting with nostr Data Vending Machines (DVMs)
link: "/dvm"
- title: "@welshman/editor"
details: Rich text editor component with support for mentions and embeds.
link: "/editor"
- title: "@welshman/feeds"
details: Dynamic feed compiler and loader with filtering and composition.
link: "/feeds"
- title: "@welshman/app"
details: Batteries-included framework for building nostr clients.
link: "/app"
- title: "@welshman/util"
details: Core Nostr utilities for events, filters, and data structures.
link: "/util"
@@ -39,7 +30,25 @@ features:
- title: "@welshman/signer"
details: Implementations of various nostr signing methods (NIP-01, NIP-07, NIP-46, NIP-55).
link: "/signer"
- title: "@welshman/relay"
details: In-memory relay and event store.
link: "/relay"
- title: "@welshman/content"
details: Parser and renderer for nostr notes with customizable formatting options.
link: "/content"
- title: "@welshman/dvm"
details: Tools for building and interacting with nostr Data Vending Machines (DVMs)
link: "/dvm"
- title: "@welshman/editor"
details: Rich text editor with support for mentions and embeds.
link: "/editor"
- title: "@welshman/feeds"
details: Dynamic feed compiler and loader with filtering and composition.
link: "/feeds"
- title: "@welshman/store"
details: Svelte store utilities optimized for nostr state management.
link: "/store"
- title: "@welshman/lib"
details: General-purpose utility functions.
link: "/lib"
---