Skip to content

Commit

Permalink
add delete account info
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharpguy committed Apr 4, 2024
1 parent 2729be8 commit 22184e0
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 8 deletions.
22 changes: 22 additions & 0 deletions docs/games/yass/delete.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
id: delete
title: Delete Account
sidebar_label: Delete Account
slug: /games/yass/delete
---

import DeleteAccountLogo from '/img/yass/profile.png';

:::warning
This action is irreversible. Once you delete your account, all your historical will be lost.
:::

<img src={DeleteAccountLogo} width="250"/>

To delete your account, from the main menu, navigate to `Settings` => `User Profile`

At the bottom of the screen, there is a button with `Delete Account`
Click on the button and confirm the deletion of your account.



11 changes: 4 additions & 7 deletions docs/games/yass/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ sidebar_label: FAQs
slug: /games/yass/faq
---

:::info Question
Why does it say could not log you into **Game Center**?
:::tip Answer
You need to be logged into Game Center to play online. The Y.A.S.S will attempt to log you in automatically, however, if you cancel 3 times, it will turn Game Center off for you. You can enable this again by going to your device's Settings -> Game Center -> and enable and logging in there.
:::


### Delete Account
:::info Question
Why does it say could not log you into or **Play Games**?
How do I delete my account?
:::tip Answer
You need to ensure Play Games is installed and that you are logged in to play online. You can do this by opening your app tray and search for `Play Games`. Ensure that you are logged in and try again.
You can delete your account by following the instructions [here](delete.mdx).
:::
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ module.exports = {
announcementBar: {
id: 'yass-release', // Any value that will identify this message.
content:
'<div class="announcement-bar"><a href="/game/solitaire/share"><span>Announcing the first release of Y.A.S.S.</span> <span style="margin-left:1rem">Learn more</span> <span style="margin-left:0.25rem">→</span></a></div>',
'<div class="announcement-bar"><a href="/game/solitaire/share"><span>Announcing the updated release of Y.A.S.S.</span> <span style="margin-left:1rem">Learn more</span> <span style="margin-left:0.25rem">→</span></a></div>',
backgroundColor: '#40b7d3', // Defaults to `#fff`.
textColor: 'rgb(22 31 49)', // Defaults to `#000`.
isCloseable: true, // Defaults to `true`.
Expand Down
6 changes: 6 additions & 0 deletions src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,9 @@ html[data-theme='dark'] {
width: 450px;
white-space: pre-wrap;
}


div.admonitionContent_node_modules-\@docusaurus-theme-classic-lib-theme-Admonition-Layout-styles-module > p > a {
color: #25c2a0;
text-decoration: underline;
}
Binary file added static/img/yass/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 22184e0

Please sign in to comment.