Skip to content

Commit 1508d41

Browse files
committed
check account/
1 parent 35553fb commit 1508d41

File tree

3 files changed

+8
-17
lines changed

3 files changed

+8
-17
lines changed

docusaurus/README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati
66

77
```bash
88
yarn
9+
or npm install
910
```
1011

1112
## Local Development
1213

1314
```bash
1415
yarn start
16+
or npm start
1517
```
1618

1719
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
@@ -20,22 +22,11 @@ This command starts a local development server and opens up a browser window. Mo
2022

2123
```bash
2224
yarn build
25+
or npm run build
2326
```
2427

2528
This command generates static content into the `build` directory and can be served using any static contents hosting service.
2629

2730
## Deployment
2831

29-
Using SSH:
30-
31-
```bash
32-
USE_SSH=true yarn deploy
33-
```
34-
35-
Not using SSH:
36-
37-
```bash
38-
GIT_USER=<Your GitHub username> yarn deploy
39-
```
40-
41-
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
32+
Handled by GitHub actions into Github Pages.

docusaurus/docs/account/emails.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To manage the email addresses associated with your account and your email notifi
66

77
![Email settings](images/emails-notifications.png)
88

9-
## Updating your email addresses ||updating||
9+
## Updating your email addresses \{#updating\}
1010

1111
Codacy automatically links to your Codacy account the email addresses from the Git provider associated with your current session. On the **Emails** page, you can verify which email addresses are linked to your Codacy account.
1212

@@ -32,7 +32,7 @@ To update the email addresses associated with your Codacy account, do the follow
3232
When developers commit **from GitHub or Bitbucket**, Codacy automatically associates all the commit email addresses from the same Git provider user with a single Codacy committer. For developers that never logged in to the Codacy app, this mechanism requires that they [set their Git email address](#git-config) and add all their email addresses to their [GitHub account](https://github.com/settings/emails) or [Bitbucket account](https://bitbucket.org/account/settings/email/).
3333
:::
3434

35-
### Setting your Git email address ||git-config||
35+
### Setting your Git email address \{#git-config\}
3636

3737
Unless you explicitly [configure your email address](https://git-scm.com/docs/git-config#Documentation/git-config.txt-useremail), Git automatically uses an email address based on the username and hostname of your workstation, and associates this email address with your commits.
3838

docusaurus/docs/account/managing-your-profile.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ To manage your profile information such as your name and avatar, click on your a
2020
When you delete your account on Codacy:
2121

2222
- Your profile information and all data related to your personal repositories are completely removed from Codacy
23-
- Codacy will [stop analyzing any repositories added to Codacy using your account](../faq/troubleshooting/why-did-codacy-stop-commenting-on-pull-requests.md) {/*!--NOTE See https://github.com/codacy/docs/pull/1354#discussion_r950190842 for more context -->*/}
23+
- Codacy will [stop analyzing any repositories added to Codacy using your account](../faq/troubleshooting/why-did-codacy-stop-commenting-on-pull-requests) {/*!--NOTE See https://github.com/codacy/docs/pull/1354#discussion_r950190842 for more context -->*/}
2424

2525
This operation doesn't make any changes on your Git provider.
2626

2727
To delete your account, click the button **Delete account** and confirm that you <span class="skip-vale">really</span> want to proceed.
2828

2929
:::note
30-
If you're the last organization admin of any of your organizations, you must either add someone else as an owner or [delete those organizations](../organizations/what-are-organizations.md#deleting-an-organization) before you can delete your account.
30+
If you're the last organization admin of any of your organizations, you must either add someone else as an owner or [delete those organizations](../organizations/what-are-organizations#deleting-an-organization) before you can delete your account.

0 commit comments

Comments
 (0)