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:
parent
d022fa4f8a
commit
7f50d09b23
2 changed files with 18 additions and 0 deletions
|
@ -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)
|
||||||
|
|
17
miscellaneous/general-faqs.md
Normal file
17
miscellaneous/general-faqs.md
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue