From 61d5ee1df479ab1ee384e29c2cfc74a90c81bc9e Mon Sep 17 00:00:00 2001 From: pstamatop Date: Thu, 7 Nov 2024 17:06:23 +0200 Subject: [PATCH 1/2] Add guide for account deletion, rename Wallet section --- docs/showcase/_category_.json | 2 +- .../01-communication-protocols.md | 0 .../02-credential-formats.md | 0 .../05-security-concerns.md | 0 .../06-encryption-architecture.md | 0 .../07-encryption-architecture/01-v3.md | 0 .../07-encryption-architecture/02-v2.md | 0 .../07-encryption-architecture/03-v1.md | 0 .../_category_.json | 0 .../_category_.json | 2 +- docs/wallet-handbook/01-account-deletion.md | 26 +++++++++++++++++++ docs/wallet-handbook/_category_.json | 8 ++++++ 12 files changed, 36 insertions(+), 2 deletions(-) rename docs/{wallet => wallet-architecture}/01-communication-protocols.md (100%) rename docs/{wallet => wallet-architecture}/02-credential-formats.md (100%) rename docs/{wallet => wallet-architecture}/05-security-concerns.md (100%) rename docs/{wallet => wallet-architecture}/06-encryption-architecture.md (100%) rename docs/{wallet => wallet-architecture}/07-encryption-architecture/01-v3.md (100%) rename docs/{wallet => wallet-architecture}/07-encryption-architecture/02-v2.md (100%) rename docs/{wallet => wallet-architecture}/07-encryption-architecture/03-v1.md (100%) rename docs/{wallet => wallet-architecture}/07-encryption-architecture/_category_.json (100%) rename docs/{wallet => wallet-architecture}/_category_.json (83%) create mode 100644 docs/wallet-handbook/01-account-deletion.md create mode 100644 docs/wallet-handbook/_category_.json diff --git a/docs/showcase/_category_.json b/docs/showcase/_category_.json index 7a6f16f..07f3798 100644 --- a/docs/showcase/_category_.json +++ b/docs/showcase/_category_.json @@ -1,6 +1,6 @@ { "label": "Showcase", - "position": 5, + "position": 6, "link": { "type": "generated-index", "description": "Showcase the flows" diff --git a/docs/wallet/01-communication-protocols.md b/docs/wallet-architecture/01-communication-protocols.md similarity index 100% rename from docs/wallet/01-communication-protocols.md rename to docs/wallet-architecture/01-communication-protocols.md diff --git a/docs/wallet/02-credential-formats.md b/docs/wallet-architecture/02-credential-formats.md similarity index 100% rename from docs/wallet/02-credential-formats.md rename to docs/wallet-architecture/02-credential-formats.md diff --git a/docs/wallet/05-security-concerns.md b/docs/wallet-architecture/05-security-concerns.md similarity index 100% rename from docs/wallet/05-security-concerns.md rename to docs/wallet-architecture/05-security-concerns.md diff --git a/docs/wallet/06-encryption-architecture.md b/docs/wallet-architecture/06-encryption-architecture.md similarity index 100% rename from docs/wallet/06-encryption-architecture.md rename to docs/wallet-architecture/06-encryption-architecture.md diff --git a/docs/wallet/07-encryption-architecture/01-v3.md b/docs/wallet-architecture/07-encryption-architecture/01-v3.md similarity index 100% rename from docs/wallet/07-encryption-architecture/01-v3.md rename to docs/wallet-architecture/07-encryption-architecture/01-v3.md diff --git a/docs/wallet/07-encryption-architecture/02-v2.md b/docs/wallet-architecture/07-encryption-architecture/02-v2.md similarity index 100% rename from docs/wallet/07-encryption-architecture/02-v2.md rename to docs/wallet-architecture/07-encryption-architecture/02-v2.md diff --git a/docs/wallet/07-encryption-architecture/03-v1.md b/docs/wallet-architecture/07-encryption-architecture/03-v1.md similarity index 100% rename from docs/wallet/07-encryption-architecture/03-v1.md rename to docs/wallet-architecture/07-encryption-architecture/03-v1.md diff --git a/docs/wallet/07-encryption-architecture/_category_.json b/docs/wallet-architecture/07-encryption-architecture/_category_.json similarity index 100% rename from docs/wallet/07-encryption-architecture/_category_.json rename to docs/wallet-architecture/07-encryption-architecture/_category_.json diff --git a/docs/wallet/_category_.json b/docs/wallet-architecture/_category_.json similarity index 83% rename from docs/wallet/_category_.json rename to docs/wallet-architecture/_category_.json index 963dcc1..e55f6ff 100644 --- a/docs/wallet/_category_.json +++ b/docs/wallet-architecture/_category_.json @@ -1,5 +1,5 @@ { - "label": "Wallet", + "label": "Wallet Architecture", "position": 2, "link": { "type": "generated-index", diff --git a/docs/wallet-handbook/01-account-deletion.md b/docs/wallet-handbook/01-account-deletion.md new file mode 100644 index 0000000..9ec590f --- /dev/null +++ b/docs/wallet-handbook/01-account-deletion.md @@ -0,0 +1,26 @@ +--- +sidebar_position: 1 +--- + +# Account Deletion + +If you wish to delete your wallet account, follow these steps. + +## Steps to Delete Your Account + +1. **Log In to Your Wallet** + - Open your wwWallet app or [wwallet.org](https://wwallet.org) on your browser and sign in to your account. + +2. **Go to Settings** + - Once logged in, navigate to the **Settings** section in the wallet. + +3. **Unlock the "Manage Account" Section** + - In Settings, locate the **Manage Account** section. You may need to unlock this section by using your passkey. + +4. **Select "Delete Account"** + - Within the Manage Account options, choose **Delete Account**. + +5. **Confirm Deletion** + - A confirmation prompt will appear. Carefully review the prompt, and if you’re sure, confirm your decision to delete your account. + +> **Note**: If you have deleted the wwWallet app, you can re-install it or visit [wwallet.org](https://wwallet.org) to sign in.You will have to use the same passkey that you initially created the account with, or any passkey that you have added to your account. This will restore access to your wallet. \ No newline at end of file diff --git a/docs/wallet-handbook/_category_.json b/docs/wallet-handbook/_category_.json new file mode 100644 index 0000000..a8be346 --- /dev/null +++ b/docs/wallet-handbook/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Wallet Handbook", + "position": 5, + "link": { + "type": "generated-index", + "description": "Describing basic functionalities of the wallet." + } +} From 31c44f8832073ddab91d2e0cc3849004b8f0c670 Mon Sep 17 00:00:00 2001 From: pstamatop Date: Thu, 7 Nov 2024 17:25:02 +0200 Subject: [PATCH 2/2] Space addition --- docs/wallet-handbook/01-account-deletion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wallet-handbook/01-account-deletion.md b/docs/wallet-handbook/01-account-deletion.md index 9ec590f..5812fa8 100644 --- a/docs/wallet-handbook/01-account-deletion.md +++ b/docs/wallet-handbook/01-account-deletion.md @@ -23,4 +23,4 @@ If you wish to delete your wallet account, follow these steps. 5. **Confirm Deletion** - A confirmation prompt will appear. Carefully review the prompt, and if you’re sure, confirm your decision to delete your account. -> **Note**: If you have deleted the wwWallet app, you can re-install it or visit [wwallet.org](https://wwallet.org) to sign in.You will have to use the same passkey that you initially created the account with, or any passkey that you have added to your account. This will restore access to your wallet. \ No newline at end of file +> **Note**: If you have deleted the wwWallet app, you can re-install it or visit [wwallet.org](https://wwallet.org) to sign in. You will have to use the same passkey that you initially created the account with, or any passkey that you have added to your account. This will restore access to your wallet. \ No newline at end of file