Skip to content

Commit bc024a9

Browse files
committed
Bitbucket: fix small typos
1 parent 3e444ec commit bc024a9

File tree

4 files changed

+37
-37
lines changed

4 files changed

+37
-37
lines changed

docs/cloud/bitbucket-server-integration-setup.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
## Initial Setup
1111
From the organization settings page, select the "Integrations" subtab.
1212
Hit the "Add Integration" button on the integrations listing page to get to the form below.
13-
To set up a Bitbucket Data Center / Server integration with Private Packagist start by selecting "Bitbucket Data Center / Server"
14-
as the platform, enter the URL of your on-premise Bitbucket Data Center / Server into the base URL field, and select OAuth 2 as OAuth version as seen in the example below.
13+
To set up a Bitbucket Data Center / Server integration with Private Packagist, start by selecting "Bitbucket Data Center / Server"
14+
as the platform, enter the URL of your on-premise Bitbucket Data Center / Server into the base URL field and select OAuth 2 as the OAuth version as seen in the example below.
1515

1616
![Packagist Setup](/Resources/public/img/docs/integration-setup/cloud/bitbucket-server-01-packagist-setup.png)
1717

@@ -20,21 +20,21 @@ Copy the content from the "Callback URL / Redirect URL" field and follow the lin
2020
## Configure Application link
2121
Click on the link to setup an Application Link on Bitbucket Data Center / Server and select "External application" as type and "Incoming" as direction.
2222

23-
![Bitbucket Create Application Link](/Resources/public/img/docs/integration-setup/bitbucket-server-02-bitbucket-create-application-link.png)
23+
![Bitbucket Data Center / Server Create Application Link](/Resources/public/img/docs/integration-setup/bitbucket-server-02-bitbucket-create-application-link.png)
2424

2525
After you click the button to continue, enter a name and the content from the "Callback URL / Redirect URL" from the Private Packagist form.
2626
Select Repositories "Read" as application permission and save the form.
2727

28-
![Bitbucket Configure Application Link](/Resources/public/img/docs/integration-setup/bitbucket-server-03-bitbucket-configure-application-link.png)
28+
![Bitbucket Data Center / Server Configure Application Link](/Resources/public/img/docs/integration-setup/bitbucket-server-03-bitbucket-configure-application-link.png)
2929

3030
## Finish the Setup
3131

3232
Once the form is saved, Bitbucket Data Center / Server will show you the Client ID and secret.
33-
Copy the them over to Private Packagist and save the integration.
33+
Copy them over to Private Packagist and save the integration.
3434

3535
## Configure Bitbucket Server plugins
3636

37-
In case the U2F & TOTP plugin by Alpha Server is installed on the Bitbucket Server then you will need to enable the OAuth whitelist
38-
otherwise Private Packagist will not be able to authenticate with the Bitbucket Server.
37+
In case the U2F & TOTP plugin by Alpha Server is installed on the Bitbucket Data Center / Server then you will need to enable the OAuth whitelist
38+
otherwise Private Packagist won't be able to authenticate with the Bitbucket Data Center / Server.
3939

40-
![Bitbucket Server TFA Configuration](/Resources/public/img/docs/integration-setup/bitbucket-server-09-tfa.png)
40+
![Bitbucket Data Center / Server TFA Configuration](/Resources/public/img/docs/integration-setup/bitbucket-server-09-tfa.png)

docs/cloud/bitbucket-server-oauth1-integration-setup.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
From the organization settings page, select the "Integrations" subtab.
77
Hit the "Add Integration" button on the integrations listing page to get to the form below.
8-
To set up a Bitbucket Data Center / Server integration with Private Packagist start by selecting "Bitbucket Data Center / Server"
9-
as the platform, enter the URL of your on-premise Bitbucket Data Center / Server into the base URL field, and select OAuth 1 as OAuth version as seen in the example below.
8+
To set up a Bitbucket Data Center / Server integration with Private Packagist, start by selecting "Bitbucket Data Center / Server"
9+
as the platform, enter the URL of your on-premise Bitbucket Data Center / Server into the base URL field and select OAuth 1 as the OAuth version as seen in the example below.
1010

1111
![Packagist Setup](/Resources/public/img/docs/integration-setup/cloud/bitbucket-server-oauth1-01-packagist-setup.png)
1212

@@ -17,29 +17,29 @@ Submit the form to see the additional information.
1717
## Configure Application link
1818
Click on the link to setup an Application Link on Bitbucket Data Center / Server. You will need the "Client Id" and the "Public Key" shown in the form.
1919

20-
![Bitbucket Configure Application Link](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-03-bitbucket-configure-application-link.png)
20+
![Bitbucket Data Center / Server Configure Application Link](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-03-bitbucket-configure-application-link.png)
2121

2222
For Bitbucket Data Center versions 7.21 and newer, select "Atlassian product" and not "External application" to be able to set up an OAuth1 link.
2323

2424
After you hit the button to create a new Application Link a configuration window may appear. If it does, verify that the url matches your Private Packagist URL and hit "Continue", otherwise skip this step.
2525

26-
![Bitbucket Invalid Url](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-04-bitbucket-invalid-url.png)
26+
![Bitbucket Data Center / Server Invalid Url](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-04-bitbucket-invalid-url.png)
2727

2828
Now setup a "Generic Application". The only field required is the "Application Name". Submit the form to finish creating the Application Link.
2929

30-
![Bitbucket Setup Link](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-05-bitbucket-setup-link.png)
30+
![Bitbucket Data Center / Server Setup Link](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-05-bitbucket-setup-link.png)
3131

32-
![Bitbucket Application Created](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-06-bitbucket-application-created.png)
32+
![Bitbucket Data Center / Server Application Created](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-06-bitbucket-application-created.png)
3333

3434
Click on the pen icon to the right of the application you just created to edit the Application Link and configure Incoming Authentication.
3535

36-
![Bitbucket Incoming Auth](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-07-bitbucket-incoming-auth.png)
36+
![Bitbucket Data Center / Server Incoming Auth](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-07-bitbucket-incoming-auth.png)
3737

3838
This is where we will need the "Client ID" and the "Public Key" that were previously generated on the Private Packagist integration form. Make sure the entire content of the "Public Key" field gets copied and the "Consumer Callback" field stays empty. Submit the form and go back to Private Packagist.
3939

4040
## Configure Bitbucket Server plugins
4141

42-
In case the U2F & TOTP plugin by Alpha Server is installed on the Bitbucket Server then you will need to enable the OAuth whitelist
43-
otherwise Private Packagist will not be able to authenticate with the Bitbucket Server.
42+
In case the U2F & TOTP plugin by Alpha Server is installed on the Bitbucket Data Center / Server then you will need to enable the OAuth whitelist
43+
otherwise Private Packagist won't be able to authenticate with the Bitbucket Data Center / Server.
4444

45-
![Bitbucket Server TFA Configuration](/Resources/public/img/docs/integration-setup/bitbucket-server-09-tfa.png)
45+
![Bitbucket Data Center / Server TFA Configuration](/Resources/public/img/docs/integration-setup/bitbucket-server-09-tfa.png)

docs/self-hosted/bitbucket-server-integration-setup.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ If you are using our cloud product at packagist.com, [use this guide](../cloud/b
1212

1313
## Initial Setup
1414
Hit the “Add integration“ button on the admin page to get to the form below.
15-
To setup a Bitbucket Data Center / Server integration with Private Packagist start by selecting "Bitbucket Data Center / Server"
16-
as the platform, enter the URL of your on-premise Bitbucket Data Center / Server into the base URL field, and select OAuth 2 as OAuth version as seen in the example below.
15+
To setup a Bitbucket Data Center / Server integration with Private Packagist, start by selecting "Bitbucket Data Center / Server"
16+
as the platform, enter the URL of your on-premise Bitbucket Data Center / Server into the base URL field and select OAuth 2 as the OAuth version as seen in the example below.
1717

1818
![Packagist Setup](/Resources/public/img/docs/integration-setup/bitbucket-server-01-packagist-setup.png)
1919

@@ -22,23 +22,23 @@ Copy the content from the "Callback URL / Redirect URL" field and follow the lin
2222
## Configure Application link
2323
Click on the link to setup an Application Link on Bitbucket Data Center / Server and select "External application" as type and "Incoming" as direction.
2424

25-
![Bitbucket Create Application Link](/Resources/public/img/docs/integration-setup/bitbucket-server-02-bitbucket-create-application-link.png)
25+
![Bitbucket Data Center / Server Create Application Link](/Resources/public/img/docs/integration-setup/bitbucket-server-02-bitbucket-create-application-link.png)
2626

2727
After you click the button to continue, enter a name and the content from the "Callback URL / Redirect URL" from the Private Packagist form.
2828
Select Repositories "Read" as application permission and save the form.
2929

30-
![Bitbucket Configure Application Link](/Resources/public/img/docs/integration-setup/bitbucket-server-03-bitbucket-configure-application-link.png)
30+
![Bitbucket Data Center / Server Configure Application Link](/Resources/public/img/docs/integration-setup/bitbucket-server-03-bitbucket-configure-application-link.png)
3131

3232
## Finish the Setup
3333

3434
Once the form is saved, Bitbucket Data Center / Server will show you the Client ID and secret.
35-
Copy the them over to Private Packagist and save the integration.
35+
Copy them over to Private Packagist and save the integration.
3636

3737
![Packagist Finalize](/Resources/public/img/docs/integration-setup/bitbucket-server-04-packagist-finalize.png)
3838

3939
## Configure Bitbucket Server plugins
4040

41-
In case the U2F & TOTP plugin by Alpha Server is installed on the Bitbucket Server then you will need to enable the OAuth whitelist
42-
otherwise Private Packagist will not be able to authenticate with the Bitbucket Server.
41+
In case the U2F & TOTP plugin by Alpha Server is installed on the Bitbucket Data Center / Server then you will need to enable the OAuth whitelist
42+
otherwise Private Packagist won't be able to authenticate with the Bitbucket Data Center / Server.
4343

44-
![Bitbucket Server TFA Configuration](/Resources/public/img/docs/integration-setup/bitbucket-server-09-tfa.png)
44+
![Bitbucket Data Center / Server TFA Configuration](/Resources/public/img/docs/integration-setup/bitbucket-server-09-tfa.png)

docs/self-hosted/bitbucket-server-oauth1-integration-setup.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
## Initial Setup
55
Hit the “Add integration“ button on the admin page to get to the form below.
6-
To setup a Bitbucket Data Center / Server integration with Private Packagist start by selecting "Bitbucket Data Center / Server"
7-
as the platform, enter the URL of your on-premise Bitbucket Data Center / Server into the base URL field, and select OAuth 1 as OAuth version as seen in the example below.
6+
To setup a Bitbucket Data Center / Server integration with Private Packagist, start by selecting "Bitbucket Data Center / Server"
7+
as the platform, enter the URL of your on-premise Bitbucket Data Center / Server into the base URL field and select OAuth 1 as the OAuth version as seen in the example below.
88

99
![Packagist Setup](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-01-packagist-setup.png)
1010

@@ -15,23 +15,23 @@ Submit the form to see the additional information.
1515
## Configure Application link
1616
Click on the link to setup an Application Link on Bitbucket Data Center / Server. You will need the "Client Id" and the "Public Key" shown in the form.
1717

18-
![Bitbucket Configure Application Link](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-03-bitbucket-configure-application-link.png)
18+
![Bitbucket Data Center / Server Configure Application Link](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-03-bitbucket-configure-application-link.png)
1919

2020
For Bitbucket Data Center versions 7.21 and newer, select "Atlassian product" and not "External application" to be able to set up an OAuth1 link.
2121

2222
After you hit the button to create a new Application Link a configuration window may appear. If it does, verify that the url matches your Private Packagist URL and hit "Continue", otherwise skip this step.
2323

24-
![Bitbucket Invalid Url](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-04-bitbucket-invalid-url.png)
24+
![Bitbucket Data Center / Server Invalid Url](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-04-bitbucket-invalid-url.png)
2525

2626
Now setup a "Generic Application". The only field required is the "Application Name". Submit the form to finish creating the Application Link.
2727

28-
![Bitbucket Setup Link](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-05-bitbucket-setup-link.png)
28+
![Bitbucket Data Center / Server Setup Link](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-05-bitbucket-setup-link.png)
2929

30-
![Bitbucket Application Created](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-06-bitbucket-application-created.png)
30+
![Bitbucket Data Center / Server Application Created](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-06-bitbucket-application-created.png)
3131

3232
Click on the pen icon to the right of the application you just created to edit the Application Link and configure Incoming Authentication.
3333

34-
![Bitbucket Incoming Auth](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-07-bitbucket-incoming-auth.png)
34+
![Bitbucket Data Center / Server Incoming Auth](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-07-bitbucket-incoming-auth.png)
3535

3636
This is where we will need the "Client ID" and the "Public Key" that were previously generated on the Private Packagist integration form. Make sure the entire content of the "Public Key" field gets copied and the "Consumer Callback" field stays empty. Submit the form and go back to Private Packagist.
3737

@@ -40,9 +40,9 @@ Update the Integration on Private Packagist to save everything and finish the se
4040

4141
![Packagist Finalize](/Resources/public/img/docs/integration-setup/bitbucket-server-oauth1-08-packagist-finalize.png)
4242

43-
## Configure Bitbucket Server plugins
43+
## Configure Bitbucket Data Center / Server plugins
4444

45-
In case the U2F & TOTP plugin by Alpha Server is installed on the Bitbucket Server then you will need to enable the OAuth whitelist
46-
otherwise Private Packagist will not be able to authenticate with the Bitbucket Server.
45+
In case the U2F & TOTP plugin by Alpha Server is installed on the Bitbucket Data Center / Server then you will need to enable the OAuth whitelist
46+
otherwise Private Packagist won't be able to authenticate with the Bitbucket Data Center / Server.
4747

48-
![Bitbucket Server TFA Configuration](/Resources/public/img/docs/integration-setup/bitbucket-server-09-tfa.png)
48+
![Bitbucket Data Center / Server TFA Configuration](/Resources/public/img/docs/integration-setup/bitbucket-server-09-tfa.png)

0 commit comments

Comments
 (0)