From 0ce4848590439a91ad0b47656a4c976c81a85102 Mon Sep 17 00:00:00 2001 From: Vivian Plasencia Date: Fri, 12 Apr 2024 01:45:42 +0200 Subject: [PATCH] docs(docs): add more info to the intro and faq pages --- apps/docs/docs/faq.md | 24 +++++++++++++++++++++++- apps/docs/docs/intro.md | 5 +++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/apps/docs/docs/faq.md b/apps/docs/docs/faq.md index 2c12e0c..297a926 100644 --- a/apps/docs/docs/faq.md +++ b/apps/docs/docs/faq.md @@ -2,4 +2,26 @@ sidebar_position: 4 --- -# FAQ \ No newline at end of file +# FAQ + +## Where can I ask questions about Bandada? + +You can ask questions about Bandada in the [PSE Discord](https://discord.com/invite/sF5CT5rzrR), there is a channel for it called `bandada` or by opening a [Bandada Discussion](https://github.com/orgs/bandada-infra/discussions). + +The most frequent asked questions will be listed below. + +## How can I start a project using Bandada? + +There are 3 ways you can start using Bandada in your project: + +- [API](https://api.bandada.pse.dev/) + +This is a good option if you are not using TypeScript/JavaScript and want to interact with the Bandada infrastructure. + +- [API SDK](https://github.com/bandada-infra/bandada/tree/main/libs/api-sdk) + +This is a good option if you are using TypeScript/JavaScript and want to interact with the Bandada infrastructure. + +- [Boilerplate](https://github.com/bandada-infra/boilerplate) + +This is a good option if you want to quickly create a Bandada project because you can fork it, clone it or use it as a template. diff --git a/apps/docs/docs/intro.md b/apps/docs/docs/intro.md index b498beb..6240cbb 100644 --- a/apps/docs/docs/intro.md +++ b/apps/docs/docs/intro.md @@ -5,3 +5,8 @@ slug: / # What is Bandada? +Bandada is an infrastructure to manage privacy-preserving groups. It also provides antisybil mechanisms by using credential groups so that you can only join a group if you meet a specific criteria. + +Bandada is a public good project. It is free and open source. Everyone can use it and contribute to it. + +- Bandada is a Spanish word that means **group of birds**. It is the same as the English word **flock**. \ No newline at end of file