1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Brand GitLab correctly (Gitlab => GitLab where needed)

This commit is contained in:
Brendan O'Leary
2018-07-16 11:55:17 -07:00
parent d34fd5b7c1
commit 8992da9023
44 changed files with 62 additions and 62 deletions

View File

@@ -1,5 +1,5 @@
---
title: "Gitlab"
title: "GitLab"
date: 2018-06-08T13:14:11-07:00
draft: false
---
@@ -8,7 +8,7 @@ Added in `v0.0.8`.
<img src="/imgs/modules/gitlab.png" width="640" height="384" alt="gitlab screenshot" />
Displays information about your projects hosted on Gitlab:
Displays information about your projects hosted on GitLab:
#### Open Approval Requests
@@ -27,7 +27,7 @@ wtf/gitlab/
## Required ENV Variables
<span class="caption">Key:</span> `WTF_GITLAB_TOKEN` <br />
<span class="caption">Action:</span> A <a href="https://docs.gitlab.com/ce/user/profile/personal_access_tokens.html">Gitlab personal access token</a>. Requires at least `api` access.
<span class="caption">Action:</span> A <a href="https://docs.gitlab.com/ce/user/profile/personal_access_tokens.html">GitLab personal access token</a>. Requires at least `api` access.
## Keyboard Commands
@@ -77,14 +77,14 @@ How often, in seconds, this module will update its data. <br />
Values: A positive integer, `0..n`.
`domain` <br />
_Optional_. Your Gitlab corporate domain. <br />
_Optional_. Your GitLab corporate domain. <br />
Values: A valid URI.
`projects` <br />
A list of key/value pairs each describing a Gitlab project to fetch data
A list of key/value pairs each describing a GitLab project to fetch data
for. <br />
<span class="caption">Key:</span> The name of the project. <br />
<span class="caption">Value:</span> The namespace of the project.
`username` <br />
Your Gitlab username. Used to figure out which requests require your approval
Your GitLab username. Used to figure out which requests require your approval