Skip to content

Commit

Permalink
add ecosystem to rama book as well
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Sep 2, 2024
1 parent 38c9e65 commit 6b1074c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@

# Appendices

- [📣 Ecosystem](./ecosystem.md)
- [❓ FAQ](./faq.md)
- [💖 Sponsor](./sponsor.md)
15 changes: 15 additions & 0 deletions docs/book/src/ecosystem.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 📣 Rama Ecosystem

For now there are only the rama crates found in this repository, also referred to as "official" rama crates.

We welcome however community contributions not only in the form of contributions to this repository,
but also have people write their own crates as extensions to the rama ecosystem.
E.g. perhaps you wish to support an alternative http/tls backend.

In case you have ideas for new features or stacks please let us know first.
Perhaps there is room for these within an official rama crate.
In case it is considered out of scope you are free to make your own community rama crate.
Please prefix all rama community crates with "rama-x", this way the crates are easy to find,
and are sufficiently different from "official" rama crates".

Once you have such a crate published do let us know it, such that we can list them here.

0 comments on commit 6b1074c

Please sign in to comment.