diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2017-07-20 19:53:37 -0300 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2017-07-20 19:53:37 -0300 |
commit | e97d10560fe96909411e1b255e9eb51d013a110d (patch) | |
tree | f15d19eaa9b90b61282a85d605f7c025467b3c74 /doc/integration | |
parent | 84c96b4502ea908b98d2fd0272cff4d3d665b587 (diff) | |
download | gitlab-ce-e97d10560fe96909411e1b255e9eb51d013a110d.tar.gz |
add screenshots
Diffstat (limited to 'doc/integration')
-rw-r--r-- | doc/integration/img/enable_trello_powerup.png | bin | 0 -> 17905 bytes | |||
-rw-r--r-- | doc/integration/img/trello_card_with_gitlab_powerup.png | bin | 0 -> 18667 bytes | |||
-rw-r--r-- | doc/integration/trello_power_up.md | 4 |
3 files changed, 4 insertions, 0 deletions
diff --git a/doc/integration/img/enable_trello_powerup.png b/doc/integration/img/enable_trello_powerup.png Binary files differnew file mode 100644 index 00000000000..65d01f1c38c --- /dev/null +++ b/doc/integration/img/enable_trello_powerup.png diff --git a/doc/integration/img/trello_card_with_gitlab_powerup.png b/doc/integration/img/trello_card_with_gitlab_powerup.png Binary files differnew file mode 100644 index 00000000000..2965dc35855 --- /dev/null +++ b/doc/integration/img/trello_card_with_gitlab_powerup.png diff --git a/doc/integration/trello_power_up.md b/doc/integration/trello_power_up.md index d0d9ce16c6c..d264486a872 100644 --- a/doc/integration/trello_power_up.md +++ b/doc/integration/trello_power_up.md @@ -3,6 +3,8 @@ GitLab's Trello Power-Up enables you to seamlessly attach GitLab **merge requests** to Trello cards. +![GitLab Trello PowerUp - Trello card](img/trello_card_with_gitlab_powerup.png) + ## Configuring the Power-Up In order to get started, you will need to configure your Power-Up. @@ -23,6 +25,8 @@ Your API URL should be your GitLab instance URL with `/api/v4` appended in the e For example, if your GitLab instance URL is `https://gitlab.com`, your API URL would be `https://gitlab.com/api/v4`. If your instance's URL is `https://example.com`, your API URL will be `https://example.com/api/v4`. +![configure GitLab Trello PowerUp in Trello](img/enable_trello_powerup.png) + ## What is my Personal Access Token? Your GitLab's personal access token will enable your GitLab account to be accessed |