From 8992da90239f313080000b06aa98d3d664594f90 Mon Sep 17 00:00:00 2001 From: Brendan O'Leary Date: Mon, 16 Jul 2018 11:55:17 -0700 Subject: [PATCH] Brand GitLab correctly (Gitlab => GitLab where needed) --- _site/content/posts/modules/gitlab.md | 12 ++++++------ .../hyde-hyde/layouts/partials/sidebar.html | 2 +- docs/404.html | 2 +- docs/categories/index.html | 2 +- docs/index.html | 2 +- docs/index.xml | 6 +++--- docs/posts/configuration/attributes/index.html | 2 +- docs/posts/configuration/index.html | 2 +- docs/posts/configuration/iterm2/index.html | 2 +- docs/posts/glossary/index.html | 2 +- docs/posts/index.html | 4 ++-- docs/posts/index.xml | 6 +++--- docs/posts/installation/index.html | 2 +- docs/posts/modules/bamboohr/index.html | 2 +- docs/posts/modules/circleci/index.html | 2 +- docs/posts/modules/clocks/index.html | 2 +- docs/posts/modules/cmdrunner/index.html | 2 +- .../cryptocurrencies/bittrex/index.html | 2 +- .../cryptocurrencies/blockfolio/index.html | 2 +- .../cryptocurrencies/cryptolive/index.html | 2 +- docs/posts/modules/gcal/index.html | 2 +- docs/posts/modules/gerrit/index.html | 2 +- docs/posts/modules/git/index.html | 2 +- docs/posts/modules/github/index.html | 2 +- docs/posts/modules/gitlab/index.html | 18 +++++++++--------- docs/posts/modules/gspreadsheet/index.html | 2 +- docs/posts/modules/index.html | 2 +- docs/posts/modules/ipapi/index.html | 2 +- docs/posts/modules/ipinfo/index.html | 2 +- docs/posts/modules/jenkins/index.html | 2 +- docs/posts/modules/jira/index.html | 2 +- docs/posts/modules/logger/index.html | 2 +- docs/posts/modules/newrelic/index.html | 2 +- docs/posts/modules/opsgenie/index.html | 2 +- docs/posts/modules/power/index.html | 2 +- docs/posts/modules/prettyweather/index.html | 2 +- docs/posts/modules/security/index.html | 2 +- docs/posts/modules/textfile/index.html | 2 +- docs/posts/modules/todo/index.html | 2 +- docs/posts/modules/todoist/index.html | 2 +- docs/posts/modules/trello/index.html | 2 +- docs/posts/modules/weather/index.html | 2 +- docs/posts/overview/index.html | 2 +- docs/tags/index.html | 2 +- 44 files changed, 62 insertions(+), 62 deletions(-) diff --git a/_site/content/posts/modules/gitlab.md b/_site/content/posts/modules/gitlab.md index df9f744f..1e48abe0 100644 --- a/_site/content/posts/modules/gitlab.md +++ b/_site/content/posts/modules/gitlab.md @@ -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`. 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 Key: `WTF_GITLAB_TOKEN`
-Action: A Gitlab personal access token. Requires at least `api` access. +Action: A GitLab personal access token. Requires at least `api` access. ## Keyboard Commands @@ -77,14 +77,14 @@ How often, in seconds, this module will update its data.
Values: A positive integer, `0..n`. `domain`
-_Optional_. Your Gitlab corporate domain.
+_Optional_. Your GitLab corporate domain.
Values: A valid URI. `projects`
-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.
Key: The name of the project.
Value: The namespace of the project. `username`
-Your Gitlab username. Used to figure out which requests require your approval +Your GitLab username. Used to figure out which requests require your approval diff --git a/_site/themes/hyde-hyde/layouts/partials/sidebar.html b/_site/themes/hyde-hyde/layouts/partials/sidebar.html index 2da8d975..45751f64 100644 --- a/_site/themes/hyde-hyde/layouts/partials/sidebar.html +++ b/_site/themes/hyde-hyde/layouts/partials/sidebar.html @@ -32,7 +32,7 @@ - + diff --git a/docs/404.html b/docs/404.html index 0fb566ce..19e488fb 100644 --- a/docs/404.html +++ b/docs/404.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/categories/index.html b/docs/categories/index.html index fb9a29ee..ba7b786a 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -87,7 +87,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/index.html b/docs/index.html index a8edc4eb..1efc0f21 100644 --- a/docs/index.html +++ b/docs/index.html @@ -86,7 +86,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/index.xml b/docs/index.xml index ff35c2fd..b46704d6 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -134,16 +134,16 @@ refreshInterval How often, in seconds, this module will update its data. - Gitlab + GitLab https://wtfutil.com/posts/modules/gitlab/ Fri, 08 Jun 2018 13:14:11 -0700 https://wtfutil.com/posts/modules/gitlab/ Added in v0.0.8. -Displays information about your projects hosted on Gitlab: +Displays information about your projects hosted on GitLab: Open Approval Requests All open merge requests that are requesting your approval. Open Merge Requests All open merge requests created by you. -Source Code wtf/gitlab/ Required ENV Variables Key: WTF_GITLAB_TOKEN Action: A Gitlab personal access token. Requires at least api access. +Source Code wtf/gitlab/ Required ENV Variables Key: WTF_GITLAB_TOKEN Action: A GitLab personal access token. Requires at least api access. Keyboard Commands Key: / Action: Open/close the widget’s help window. Key: h Action: Show the previous project. diff --git a/docs/posts/configuration/attributes/index.html b/docs/posts/configuration/attributes/index.html index 49031ee4..af6dc359 100644 --- a/docs/posts/configuration/attributes/index.html +++ b/docs/posts/configuration/attributes/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/configuration/index.html b/docs/posts/configuration/index.html index 72bce846..9ba7763b 100644 --- a/docs/posts/configuration/index.html +++ b/docs/posts/configuration/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/configuration/iterm2/index.html b/docs/posts/configuration/iterm2/index.html index 67c5b99d..86337b36 100644 --- a/docs/posts/configuration/iterm2/index.html +++ b/docs/posts/configuration/iterm2/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/glossary/index.html b/docs/posts/glossary/index.html index 4e246476..34ffb517 100644 --- a/docs/posts/glossary/index.html +++ b/docs/posts/glossary/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/index.html b/docs/posts/index.html index 52b9ee6b..0a45a14d 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -87,7 +87,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + @@ -178,7 +178,7 @@ height="0" width="0" style="display:none;visibility:hidden">
  • - Gitlab + GitLab diff --git a/docs/posts/index.xml b/docs/posts/index.xml index c0502dc7..5709ba56 100644 --- a/docs/posts/index.xml +++ b/docs/posts/index.xml @@ -134,16 +134,16 @@ refreshInterval How often, in seconds, this module will update its data. - Gitlab + GitLab https://wtfutil.com/posts/modules/gitlab/ Fri, 08 Jun 2018 13:14:11 -0700 https://wtfutil.com/posts/modules/gitlab/ Added in v0.0.8. -Displays information about your projects hosted on Gitlab: +Displays information about your projects hosted on GitLab: Open Approval Requests All open merge requests that are requesting your approval. Open Merge Requests All open merge requests created by you. -Source Code wtf/gitlab/ Required ENV Variables Key: WTF_GITLAB_TOKEN Action: A Gitlab personal access token. Requires at least api access. +Source Code wtf/gitlab/ Required ENV Variables Key: WTF_GITLAB_TOKEN Action: A GitLab personal access token. Requires at least api access. Keyboard Commands Key: / Action: Open/close the widget’s help window. Key: h Action: Show the previous project. diff --git a/docs/posts/installation/index.html b/docs/posts/installation/index.html index 34adb7d5..e3da4591 100644 --- a/docs/posts/installation/index.html +++ b/docs/posts/installation/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden">
  • - + diff --git a/docs/posts/modules/bamboohr/index.html b/docs/posts/modules/bamboohr/index.html index 23becca7..a81753b1 100644 --- a/docs/posts/modules/bamboohr/index.html +++ b/docs/posts/modules/bamboohr/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/circleci/index.html b/docs/posts/modules/circleci/index.html index 5b0627fa..21ccef72 100644 --- a/docs/posts/modules/circleci/index.html +++ b/docs/posts/modules/circleci/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/clocks/index.html b/docs/posts/modules/clocks/index.html index 1113e5b7..eda18040 100644 --- a/docs/posts/modules/clocks/index.html +++ b/docs/posts/modules/clocks/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/cmdrunner/index.html b/docs/posts/modules/cmdrunner/index.html index 5aed4c1d..65d36521 100644 --- a/docs/posts/modules/cmdrunner/index.html +++ b/docs/posts/modules/cmdrunner/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/cryptocurrencies/bittrex/index.html b/docs/posts/modules/cryptocurrencies/bittrex/index.html index b728e8e2..d6fd094e 100644 --- a/docs/posts/modules/cryptocurrencies/bittrex/index.html +++ b/docs/posts/modules/cryptocurrencies/bittrex/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/cryptocurrencies/blockfolio/index.html b/docs/posts/modules/cryptocurrencies/blockfolio/index.html index 6adfc5e6..5320a885 100644 --- a/docs/posts/modules/cryptocurrencies/blockfolio/index.html +++ b/docs/posts/modules/cryptocurrencies/blockfolio/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/cryptocurrencies/cryptolive/index.html b/docs/posts/modules/cryptocurrencies/cryptolive/index.html index ae56f675..149571ea 100644 --- a/docs/posts/modules/cryptocurrencies/cryptolive/index.html +++ b/docs/posts/modules/cryptocurrencies/cryptolive/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/gcal/index.html b/docs/posts/modules/gcal/index.html index 2f6df721..db7d7927 100644 --- a/docs/posts/modules/gcal/index.html +++ b/docs/posts/modules/gcal/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/gerrit/index.html b/docs/posts/modules/gerrit/index.html index 7b6b599e..6c3831a7 100644 --- a/docs/posts/modules/gerrit/index.html +++ b/docs/posts/modules/gerrit/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/git/index.html b/docs/posts/modules/git/index.html index fe40f145..9dbf14c8 100644 --- a/docs/posts/modules/git/index.html +++ b/docs/posts/modules/git/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/github/index.html b/docs/posts/modules/github/index.html index 0e96c6b0..874a21d3 100644 --- a/docs/posts/modules/github/index.html +++ b/docs/posts/modules/github/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/gitlab/index.html b/docs/posts/modules/gitlab/index.html index 7812d6a6..0ce3cf25 100644 --- a/docs/posts/modules/gitlab/index.html +++ b/docs/posts/modules/gitlab/index.html @@ -10,8 +10,8 @@ -Gitlab | WTF - A Terminal Dashboard - +GitLab | WTF - A Terminal Dashboard + @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + @@ -117,7 +117,7 @@ height="0" width="0" style="display:none;visibility:hidden">
    -

    Gitlab

    +

    GitLab

    diff --git a/docs/posts/modules/gspreadsheet/index.html b/docs/posts/modules/gspreadsheet/index.html index 1aa1d038..8abd7447 100644 --- a/docs/posts/modules/gspreadsheet/index.html +++ b/docs/posts/modules/gspreadsheet/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/index.html b/docs/posts/modules/index.html index 5a506e17..465c33c1 100644 --- a/docs/posts/modules/index.html +++ b/docs/posts/modules/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/ipapi/index.html b/docs/posts/modules/ipapi/index.html index c7c06274..0687ff17 100644 --- a/docs/posts/modules/ipapi/index.html +++ b/docs/posts/modules/ipapi/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/ipinfo/index.html b/docs/posts/modules/ipinfo/index.html index a11210a1..12b0b563 100644 --- a/docs/posts/modules/ipinfo/index.html +++ b/docs/posts/modules/ipinfo/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/jenkins/index.html b/docs/posts/modules/jenkins/index.html index f1fd8578..9137708a 100644 --- a/docs/posts/modules/jenkins/index.html +++ b/docs/posts/modules/jenkins/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/jira/index.html b/docs/posts/modules/jira/index.html index 7e14006c..52c4bf55 100644 --- a/docs/posts/modules/jira/index.html +++ b/docs/posts/modules/jira/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/logger/index.html b/docs/posts/modules/logger/index.html index 4e052125..8be2231f 100644 --- a/docs/posts/modules/logger/index.html +++ b/docs/posts/modules/logger/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/newrelic/index.html b/docs/posts/modules/newrelic/index.html index 7919546e..a5505583 100644 --- a/docs/posts/modules/newrelic/index.html +++ b/docs/posts/modules/newrelic/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/opsgenie/index.html b/docs/posts/modules/opsgenie/index.html index 3ec66dd1..1f0209d4 100644 --- a/docs/posts/modules/opsgenie/index.html +++ b/docs/posts/modules/opsgenie/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/power/index.html b/docs/posts/modules/power/index.html index 47cf3131..49d92ccf 100644 --- a/docs/posts/modules/power/index.html +++ b/docs/posts/modules/power/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/prettyweather/index.html b/docs/posts/modules/prettyweather/index.html index 3c3c89ad..7b29359c 100644 --- a/docs/posts/modules/prettyweather/index.html +++ b/docs/posts/modules/prettyweather/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/security/index.html b/docs/posts/modules/security/index.html index 86fcfe76..fea91832 100644 --- a/docs/posts/modules/security/index.html +++ b/docs/posts/modules/security/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/textfile/index.html b/docs/posts/modules/textfile/index.html index 76082334..8542d0ae 100644 --- a/docs/posts/modules/textfile/index.html +++ b/docs/posts/modules/textfile/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/todo/index.html b/docs/posts/modules/todo/index.html index afb9c6df..3eed5d63 100644 --- a/docs/posts/modules/todo/index.html +++ b/docs/posts/modules/todo/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/todoist/index.html b/docs/posts/modules/todoist/index.html index e8fde7f2..840b496d 100644 --- a/docs/posts/modules/todoist/index.html +++ b/docs/posts/modules/todoist/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/trello/index.html b/docs/posts/modules/trello/index.html index 0bcd3488..a5bba26e 100644 --- a/docs/posts/modules/trello/index.html +++ b/docs/posts/modules/trello/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/modules/weather/index.html b/docs/posts/modules/weather/index.html index ec4ffefb..92f65b80 100644 --- a/docs/posts/modules/weather/index.html +++ b/docs/posts/modules/weather/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/posts/overview/index.html b/docs/posts/overview/index.html index e0fdfea6..474ae967 100644 --- a/docs/posts/overview/index.html +++ b/docs/posts/overview/index.html @@ -85,7 +85,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - + diff --git a/docs/tags/index.html b/docs/tags/index.html index cc1bd7e3..02fc016b 100644 --- a/docs/tags/index.html +++ b/docs/tags/index.html @@ -87,7 +87,7 @@ height="0" width="0" style="display:none;visibility:hidden"> - +