Add twitter documentation.
This commit is contained in:
parent
7611ce72b9
commit
ba72bd1dee
5 changed files with 13 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
**Administrator documentation**
|
||||
|
||||
+ [Install](install/README.md) Requirements, directory structures and manual installation.
|
||||
+ [Integration](integration/external-issue-tracker.md) How to integrate JIRA and Redmine.
|
||||
+ [Integration](integration/README.md) How to integrate with systems such as JIRA, Redmine, LDAP and Twitter.
|
||||
+ [Raketasks](raketasks/README.md) Explore what GitLab has in store for you to make administration easier.
|
||||
+ [System hooks](system_hooks/system_hooks.md) Let GitLab notify you when certain management tasks need to be carried out.
|
||||
+ [Security](security/README.md) Learn what you can do to further secure your GitLab instance.
|
||||
|
|
3
doc/integration/README.md
Normal file
3
doc/integration/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
+ [External issue tracker](external-issue-tracker.md)
|
||||
+ [LDAP](ldap.md)
|
||||
+ [Twitter](twitter.md)
|
BIN
doc/integration/twitter_app_api_keys.png
Normal file
BIN
doc/integration/twitter_app_api_keys.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
BIN
doc/integration/twitter_app_details.png
Normal file
BIN
doc/integration/twitter_app_details.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
9
doc/integration/twitter_oauth.md
Normal file
9
doc/integration/twitter_oauth.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
You can use Twitter to log into GitLab.
|
||||
|
||||
Please configure this in gitlab.yml
|
||||
|
||||
Below are screenshots how to setup your app on Twitter for this.
|
||||
|
||||
![Application details](twitter_app_details.png)
|
||||
![API Keys](twitter_app_api_keys.png)
|
||||
|
Loading…
Reference in a new issue