diff --git a/FAQ.md b/FAQ.md index 0fe7261..2908719 100644 --- a/FAQ.md +++ b/FAQ.md @@ -8,18 +8,20 @@ This document is seeded by questions from people opening issues in this reposito **Questions** - + -- [Database replication is not working. Why?](#database-replication-is-not-working-why) -- [Can I recreate the entire database on another machine based on the address?](#can-i-recreate-the-entire-database-on-another-machine-based-on-the-address) -- [Is every `put` to OrbitDB immediately sent to the network and persisted?](#is-every-put-to-orbitdb-immediately-sent-to-the-network-and-persisted) -- [Does OrbitDB already support pinning when using js-ipfs ?](#does-orbitdb-already-support-pinning-when-using-js-ipfs-) -- [Does orbit have a shared feed between peers where multiple peers can append to the same feed?](#does-orbit-have-a-shared-feed-between-peers-where-multiple-peers-can-append-to-the-same-feed) -- [I'm getting a lot of 429 (Too Many Requests) errors when I run OrbitDB](#im-getting-a-lot-of-429-too-many-requests-errors-when-i-run-orbitdb) -- [Where can I learn more about security, encryption, and account recovery?](#where-can-i-learn-more-about-security-encryption-and-account-recovery) -- [How can I contribute to this FAQ?](#how-can-i-contribute-to-this-faq) +- [Frequently Asked Questions](#frequently-asked-questions) + - [Database replication is not working. Why?](#database-replication-is-not-working-why) + - [Can I recreate the entire database on another machine based on the address?](#can-i-recreate-the-entire-database-on-another-machine-based-on-the-address) + - [Is every `put` to OrbitDB immediately sent to the network and persisted?](#is-every-put-to-orbitdb-immediately-sent-to-the-network-and-persisted) + - [Does OrbitDB already support pinning when using js-ipfs ?](#does-orbitdb-already-support-pinning-when-using-js-ipfs-) + - [Does orbit have a shared feed between peers where multiple peers can append to the same feed?](#does-orbit-have-a-shared-feed-between-peers-where-multiple-peers-can-append-to-the-same-feed) + - [I'm getting a lot of 429 (Too Many Requests) errors when I run OrbitDB](#im-getting-a-lot-of-429-too-many-requests-errors-when-i-run-orbitdb) + - [Where can I learn more about security, encryption, and account recovery?](#where-can-i-learn-more-about-security-encryption-and-account-recovery) + - [Is it possible to use OrbitDB with private objects, accessible by only authorized users?](#is-it-possible-to-use-orbitdb-with-private-objects-accessible-by-only-authorized-users) + - [How can I contribute to this FAQ?](#how-can-i-contribute-to-this-faq) - + ---