Skip to content

Commit

Permalink
book: add missing tabs to NIP01 and Nostr SDK Quickstart sections
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Jan 19, 2024
1 parent 8a9ebe8 commit b8d2670
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions book/src/nostr-sdk/03-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,32 @@ Listen for notifications from the relays based on the subscribed filters and pro
```

</section>

<div slot="title">Python</div>
<section>

TODO

</section>

<div slot="title">JavaScript</div>
<section>

TODO

</section>

<div slot="title">Kotlin</div>
<section>

TODO

</section>

<div slot="title">Swift</div>
<section>

TODO

</section>
</custom-tabs>
29 changes: 29 additions & 0 deletions book/src/nostr/06-nip01.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,32 @@ If you have an existing metadata object, it can be used with the [EventBuilder](
For documentation on the available struct attributes, check out [the Metadata documentation](https://docs.rs/nostr/latest/nostr/types/metadata/struct.Metadata.html).

</section>

<div slot="title">Python</div>
<section>

TODO

</section>

<div slot="title">JavaScript</div>
<section>

TODO

</section>

<div slot="title">Kotlin</div>
<section>

TODO

</section>

<div slot="title">Swift</div>
<section>

TODO

</section>
</custom-tabs>

0 comments on commit b8d2670

Please sign in to comment.