From 6b1074ccd72c1ec823d7313c8737b7591abdd28b Mon Sep 17 00:00:00 2001 From: glendc Date: Mon, 2 Sep 2024 03:58:29 +0200 Subject: [PATCH] add ecosystem to rama book as well --- docs/book/src/SUMMARY.md | 1 + docs/book/src/ecosystem.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 docs/book/src/ecosystem.md diff --git a/docs/book/src/SUMMARY.md b/docs/book/src/SUMMARY.md index c2278bc1..36b2c283 100644 --- a/docs/book/src/SUMMARY.md +++ b/docs/book/src/SUMMARY.md @@ -38,5 +38,6 @@ # Appendices +- [📣 Ecosystem](./ecosystem.md) - [❓ FAQ](./faq.md) - [💖 Sponsor](./sponsor.md) diff --git a/docs/book/src/ecosystem.md b/docs/book/src/ecosystem.md new file mode 100644 index 00000000..1cc36a9f --- /dev/null +++ b/docs/book/src/ecosystem.md @@ -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.