Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct bullet points #2299

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions docs/enterprise-cloud/github-enterprise-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@

## Access cloud Enterprises
Access you enterprises in Codacy by setting up its integration:

1. In codacy app, click on your avatar image, in the top right corner
2. then navigate throught "My account" and "Access management"
3. There, you'll be able to add a **GitHub Enterprise Cloud** access token.
1. then navigate throught "My account" and "Access management"

Check failure on line 14 in docs/enterprise-cloud/github-enterprise-cloud.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'throught'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'throught'?", "location": {"path": "docs/enterprise-cloud/github-enterprise-cloud.md", "range": {"start": {"line": 14, "column": 18}}}, "severity": "ERROR"}
1. There, you'll be able to add a **GitHub Enterprise Cloud** access token.

Once generated and added in Codacy you will start seeing all infomration you have access to regarding your cloud enterprises.
You can revoke the cloud enterpises access at any time in the same place.
Expand All @@ -25,7 +26,8 @@

Once signup or login with your GitHub Enterprise credentials and, [setup access to could enterprises](#access-cloud-enterprises), navigate to your Enterprises area to manage your enterprises in Codacy, as well its organizations and seats management.

!!! note If you only have one Enterprise, Codacy will skip this screen and directs you to the [enterprise organizations list](#enterprise-organizations-list).
!!! note
If you only have one Enterprise, Codacy will skip this screen and directs you to the [enterprise organizations list](#enterprise-organizations-list).

![Enterprise cloud manage enterprises](images/Codacy-Enterprises.png)

Expand All @@ -35,10 +37,14 @@

### Seats
View and export your enterprise seats and its activity by:

1. Choose and view an enterprise organization
2. Navigate to **People** on the left-handside navigation
3. View, search and export the list of author seats
!!! note Codacy members will not be part of this list, only authors, users that have dome commits.
1. Navigate to **People** on the left-handside navigation
1. View, search and export the list of author seats

!!! note
- Codacy members will not be part of this list, only authors, users that have dome commits.

Check failure on line 46 in docs/enterprise-cloud/github-enterprise-cloud.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Microsoft.Contractions] Use 'won't' instead of 'will not'. Raw Output: {"message": "[Microsoft.Contractions] Use 'won't' instead of 'will not'.", "location": {"path": "docs/enterprise-cloud/github-enterprise-cloud.md", "range": {"start": {"line": 46, "column": 22}}}, "severity": "ERROR"}
- Only Enterprise **Owners** or **Admins** will be able to view and export the list of authors.

### Limitations
Currently, the integration between Codacy and GitHub Enterprise has the following limitations:
Expand Down
3 changes: 2 additions & 1 deletion docs/organizations/what-are-organizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ To add a new organization to Codacy, select **Add organization** on the navigati

This opens the list of organizations on your Git providers.

!!! note The organization with the same name as your Git provider username contains your personal repositories.
!!! note
The organization with the same name as your Git provider username contains your personal repositories.

![Adding an organization](images/organization-add.png)

Expand Down
Loading