Skip to content

Commit

Permalink
book: remove Compose manually section
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Jan 18, 2024
1 parent ac7d5a9 commit fa88f90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
2 changes: 0 additions & 2 deletions book/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
</h1>
</div>



## Why rust-nostr?

* **Multi-Language Support**: We support native API's including `Rust`, `Python`, `JavaScript`, `Kotlin` and `Swift` so you can build `nostr` apps in your preferred programming language.
Expand Down
44 changes: 0 additions & 44 deletions book/src/nostr/04_00-event.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Event



## Serialize/deserialize to/from JSON

<custom-tabs category="lang">
Expand Down Expand Up @@ -93,47 +91,5 @@ TODO

TODO

</section>
</custom-tabs>

## Compose manually

TODO

<custom-tabs category="lang">

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

TODO

</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 fa88f90

Please sign in to comment.