Skip to content

Commit

Permalink
docs(docs): add more info to the intro and faq pages
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed Apr 11, 2024
1 parent ce5cad3 commit 0ce4848
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
24 changes: 23 additions & 1 deletion apps/docs/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,26 @@
sidebar_position: 4
---

# FAQ
# 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.
5 changes: 5 additions & 0 deletions apps/docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

0 comments on commit 0ce4848

Please sign in to comment.