Skip to content

Commit 8e1eaf2

Browse files
author
Paulo Ribeiro
authored
Merge pull request #743 from codacy/doc/open-links-same-window-DOCS-145
doc: Always open links on the same window DOCS-145
2 parents 41b8652 + 8f78e1b commit 8e1eaf2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/configuration/integrations/bitbucket-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To integrate Codacy with Bitbucket Server, you must create an application link o
2727
!!! important
2828
**If you're using Bitbucket Server 7.20 or later** you must select the application type **Atlassian product** while creating the new application link.
2929
30-
This [forces the integration to use OAuth 1.0](https://confluence.atlassian.com/bitbucketserver/link-to-other-applications-1018764620.html#Linktootherapplications-LinktoAtlassianproductsorexternalapplicationsusingOAuth1.0){: target="_blank"} and is necessary to ensure the compatibility between Codacy and older versions of Bitbucket that only supported OAuth 1.0.
30+
This [forces the integration to use OAuth 1.0](https://confluence.atlassian.com/bitbucketserver/link-to-other-applications-1018764620.html#Linktootherapplications-LinktoAtlassianproductsorexternalapplicationsusingOAuth1.0) and is necessary to ensure the compatibility between Codacy and older versions of Bitbucket that only supported OAuth 1.0.
3131
3232
![Bitbucket Server application link](images/bitbucket-server-application-link.png)
3333

docs/configuration/integrations/github-app-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To create the GitHub App:
1515
| GitHub App name | Codacy |
1616
| Homepage URL | `https://codacy.example.com` |
1717
| User authorization callback URL | `https://codacy.example.com` |
18-
| Expire user authorization tokens | Disabled<br/><br/><strong>⚠️ Note:</strong> Currently, Codacy doesn't support <a href="https://docs.github.com/en/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens" target="_blank">expiring user access tokens</a>. Make sure that this option is turned off. |
18+
| Expire user authorization tokens | Disabled<br/><br/><strong>⚠️ Note:</strong> Currently, Codacy doesn't support <a href="https://docs.github.com/en/developers/apps/building-github-apps/refreshing-user-to-server-access-tokens">expiring user access tokens</a>. Make sure that this option is turned off. |
1919
| Webhook URL | For GitHub Cloud:<br/>`https://codacy.example.com/2.0/events/gh/organization`<br/><br/>For GitHub Enterprise:<br/>`https://codacy.example.com/2.0/events/ghe/organization` |
2020
| **Repository permissions** | |
2121
| Administration | Read & write |

docs/configuration/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Follow these instructions to configure the log level:
6666

6767
## Configuring the log retention period
6868

69-
The log retention period is the number of days during which logs will be stored before being removed by the [MinIO bucket lifecycle configuration policy](https://docs.min.io/docs/minio-bucket-lifecycle-guide.html){: target="_blank"} that we provide in the template [lifecycle-police-job.yaml](https://github.com/codacy/chart/blob/master/codacy/templates/fluentd/lifecycle-police-job.yaml).
69+
The log retention period is the number of days during which logs will be stored before being removed by the [MinIO bucket lifecycle configuration policy](https://docs.min.io/docs/minio-bucket-lifecycle-guide.html) that we provide in the template [lifecycle-police-job.yaml](https://github.com/codacy/chart/blob/master/codacy/templates/fluentd/lifecycle-police-job.yaml).
7070

7171
Follow these instructions to configure the log retention period:
7272

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Install Codacy on an existing cluster using our Helm chart:
6868
--namespace codacy
6969
```
7070

71-
4. Download the template file [`values-production.yaml`](./values-files/values-production.yaml){: target="_blank"} and use a text editor of your choice to edit the value placeholders as described in the comments.
71+
4. Download the template file [`values-production.yaml`](./values-files/values-production.yaml) and use a text editor of your choice to edit the value placeholders as described in the comments.
7272

7373
5. Create an address record on your DNS provider mapping the hostname you used in the previous step to the IP address of your Ingress controller.
7474

0 commit comments

Comments
 (0)