Skip to content

Commit 6f61550

Browse files
committed
Move all integration docs images in a single directory
[ci skip]
1 parent 97b2d78 commit 6f61550

21 files changed

+14
-14
lines changed

doc/integration/facebook.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ something else descriptive.
1919

2020
1. Enter the address of your GitLab installation at the bottom of the package
2121

22-
![Facebook Website URL](facebook_website_url.png)
22+
![Facebook Website URL](img/facebook_website_url.png)
2323

2424
1. Choose "Next"
2525

@@ -29,7 +29,7 @@ something else descriptive.
2929

3030
1. Fill in a contact email for your app
3131

32-
![Facebook App Settings](facebook_app_settings.png)
32+
![Facebook App Settings](img/facebook_app_settings.png)
3333

3434
1. Choose "Save Changes"
3535

@@ -45,7 +45,7 @@ something else descriptive.
4545

4646
1. You should now see an app key and app secret (see screenshot). Keep this page open as you continue configuration.
4747

48-
![Facebook API Keys](facebook_api_keys.png)
48+
![Facebook API Keys](img/facebook_api_keys.png)
4949

5050
1. On your GitLab server, open the configuration file.
5151

doc/integration/github.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GitHub will generate an application ID and secret key for you to use.
2222

2323
1. You should now see a Client ID and Client Secret near the top right of the page (see screenshot).
2424
Keep this page open as you continue configuration.
25-
![GitHub app](github_app.png)
25+
![GitHub app](img/github_app.png)
2626

2727
1. On your GitLab server, open the configuration file.
2828

doc/integration/gitlab.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ GitLab.com will generate an application ID and secret key for you to use.
2828
2929
1. You should now see a Client ID and Client Secret near the top right of the page (see screenshot).
3030
Keep this page open as you continue configuration.
31-
![GitLab app](gitlab_app.png)
31+
![GitLab app](img/gitlab_app.png)
3232
3333
1. On your GitLab server, open the configuration file.
3434

doc/integration/gmail_action_buttons_for_gitlab.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GitLab supports [Google actions in email](https://developers.google.com/gmail/ma
44

55
If correctly setup, emails that require an action will be marked in Gmail.
66

7-
![gmail_actions_button.png](gmail_actions_button.png)
7+
![gmail_actions_button.png](img/gmail_action_buttons_for_gitlab.png)
88

99
To get this functioning, you need to be registered with Google.
1010
[See how to register with Google in this document.](https://developers.google.com/gmail/markup/registering-with-google)

doc/integration/google.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To enable the Google OAuth2 OmniAuth provider you must register your application
2525
- Application type: "Web Application"
2626
- Authorized JavaScript origins: This isn't really used by GitLab but go ahead and put 'https://gitlab.example.com' here.
2727
- Authorized redirect URI: 'https://gitlab.example.com/users/auth/google_oauth2/callback'
28-
1. Under the heading "Client ID for web application" you should see a Client ID and Client secret (see screenshot). Keep this page open as you continue configuration. ![Google app](google_app.png)
28+
1. Under the heading "Client ID for web application" you should see a Client ID and Client secret (see screenshot). Keep this page open as you continue configuration. ![Google app](img/google_app.png)
2929

3030
1. On your GitLab server, open the configuration file.
3131

File renamed without changes.
File renamed without changes.
File renamed without changes.
-66.3 KB
Binary file not shown.

doc/integration/oauth_provider.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ GitLab has two ways to add new OAuth2 application to an instance, you can add ap
1515
### Adding application through profile
1616
Go to your profile section 'Application' and press button 'New Application'
1717

18-
![applications](oauth_provider/user_wide_applications.png)
18+
![applications](img/oauth_provider_user_wide_applications.png)
1919

2020
After this you will see application form, where "Name" is arbitrary name, "Redirect URI" is URL in your app where users will be sent after authorization on GitLab.com.
2121

22-
![application_form](oauth_provider/application_form.png)
22+
![application_form](img/oauth_provider_application_form.png)
2323

2424
### Authorized application
2525
Every application you authorized will be shown in your "Authorized application" sections.
2626

27-
![authorized_application](oauth_provider/authorized_application.png)
27+
![authorized_application](img/oauth_provider_authorized_application.png)
2828

2929
At any time you can revoke access just clicking button "Revoke"
3030

3131
### OAuth applications in admin area
3232

3333
If you want to create application that does not belong to certain user you can create it from admin area
3434

35-
![admin_application](oauth_provider/admin_application.png)
35+
![admin_application](img/oauth_provider_admin_application.png)

doc/integration/twitter.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To enable the Twitter OmniAuth provider you must register your application with
1414
- Callback URL: 'https://gitlab.example.com/users/auth/twitter/callback'
1515
- Agree to the "Developer Agreement".
1616

17-
![Twitter App Details](twitter_app_details.png)
17+
![Twitter App Details](img/twitter_app_details.png)
1818
1. Select "Create your Twitter application."
1919

2020
1. Select the "Settings" tab.
@@ -27,7 +27,7 @@ To enable the Twitter OmniAuth provider you must register your application with
2727

2828
1. You should now see an API key and API secret (see screenshot). Keep this page open as you continue configuration.
2929

30-
![Twitter app](twitter_app_api_keys.png)
30+
![Twitter app](img/twitter_app_api_keys.png)
3131

3232
1. On your GitLab server, open the configuration file.
3333

@@ -76,4 +76,4 @@ To enable the Twitter OmniAuth provider you must register your application with
7676
7777
1. Restart GitLab for the changes to take effect.
7878
79-
On the sign in page there should now be a Twitter icon below the regular sign in form. Click the icon to begin the authentication process. Twitter will ask the user to sign in and authorize the GitLab application. If everything goes well the user will be returned to GitLab and will be signed in.
79+
On the sign in page there should now be a Twitter icon below the regular sign in form. Click the icon to begin the authentication process. Twitter will ask the user to sign in and authorize the GitLab application. If everything goes well the user will be returned to GitLab and will be signed in.

0 commit comments

Comments
 (0)