1
0
Fork 0
mirror of https://github.com/anyproto/docs.git synced 2025-06-08 05:47:05 +09:00

GITBOOK-463: Add FAQ section

This commit is contained in:
Filip Bozicevic 2024-04-17 10:28:04 +00:00 committed by gitbook-bot
parent d022fa4f8a
commit 7f50d09b23
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
2 changed files with 18 additions and 0 deletions

View file

@ -52,6 +52,7 @@
## 🌈 Miscellaneous ## 🌈 Miscellaneous
* [General FAQs](miscellaneous/general-faqs.md)
* [Features & Comparison](miscellaneous/feature-list-by-platform.md) * [Features & Comparison](miscellaneous/feature-list-by-platform.md)
* [Troubleshooting](miscellaneous/troubleshooting.md) * [Troubleshooting](miscellaneous/troubleshooting.md)
* [Keyboard Shortcuts](miscellaneous/keyboard-shortcuts/README.md) * [Keyboard Shortcuts](miscellaneous/keyboard-shortcuts/README.md)

View file

@ -0,0 +1,17 @@
# General FAQs
<details>
<summary>Are there any network requests when using local-only mode?</summary>
We can guarantee that there are no network requests to our Anytype Network, but our telemetry will still send requests (you will be able to opt-out later on). Additionally, the client still needs to to send requests for some of the features (embedding blocks, fetching bookmarks, etc.) to work properly.
</details>
<details>
<summary>Login issues on Linux</summary>
Linux users may be asked for their Recovery Phrase each time they log in. To resolve this issue, please install a keychain. The most popular is [GNOME Keyring](https://wiki.gnome.org/action/show/Projects/GnomeKeyring?action=show\&redirect=GnomeKeyring). Additionally, ensure that you have met all the [dependencies](https://github.com/anyproto/anytype-ts#dependencies) beforehand.
</details>