From 5dabd07f384fa68c07cbac7d9e547c02427f8c58 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Mon, 29 May 2023 14:04:25 +0500 Subject: [PATCH] docs: add page about deleting your account --- docs/help/contents/deleting-your-account.md | 30 +++++++++++++++++++++ docs/help/docgen.yaml | 1 + 2 files changed, 31 insertions(+) create mode 100644 docs/help/contents/deleting-your-account.md diff --git a/docs/help/contents/deleting-your-account.md b/docs/help/contents/deleting-your-account.md new file mode 100644 index 000000000..917650315 --- /dev/null +++ b/docs/help/contents/deleting-your-account.md @@ -0,0 +1,30 @@ +# Deleting your account + +Notesnook allows users to quickly and easily delete their accounts including all their data without any questions asked. + +## [Web/Desktop](#/tab/web) + +1. Open Notesnook web or desktop app +2. Make sure you are logged in +3. Go to Settings +4. Scroll to the very end & click on `Delete account` + +## [Mobile](#/tab/mobile) + +1. Open the Notesnook app +2. Make sure you are logged in +3. Go to Settings +4. Go to `Account Settings` +5. Click on `Delete account` + +--- + +## FAQs + +### What information is deleted? + +All your notes, notebooks, attachments, and any other data that you created within the app will be immediately deleted. + +### Is there any way to recover deleted data? + +No. Once you delete your account, it's gone for good and there is no way for us or anyone else to recover it. diff --git a/docs/help/docgen.yaml b/docs/help/docgen.yaml index f32a8eb33..f58dc4b9e 100644 --- a/docs/help/docgen.yaml +++ b/docs/help/docgen.yaml @@ -45,6 +45,7 @@ navigation: - path: how-is-my-data-encrypted.md - path: recovering-your-account.md + - path: deleting-your-account.md - path: privacy-mode.md - path: web-clipper