Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2020-11-02 18:27:38 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-11-02 18:27:38 +0300
commit1f64f9f9df2234e7ebc9ca5229865c816dce4867 (patch)
treea7faefb694e5ede292fcb3940abd2a71b61ec3fc
parent5728aa945f5b6df39b46988edc088a2ac468f40a (diff)
Add garbage collection survey banner
-rw-r--r--layouts/banner.html11
-rw-r--r--nanoc.yaml2
2 files changed, 9 insertions, 4 deletions
diff --git a/layouts/banner.html b/layouts/banner.html
index ff2b0974..00790032 100644
--- a/layouts/banner.html
+++ b/layouts/banner.html
@@ -1,9 +1,14 @@
<div class="admonition-wrapper note d-none" id="banner-close">
<div class="admonition alert alert-banner alert-dismissible fade show text-center" role="alert">
<i class="fa fa-gitlab fa-fw" style="color:rgb(225,67,41); font-size:.85em" aria-hidden="true"></i>
- We're looking for people to complete a short user research task related to using GitLab.
- <a href="#" target="_blank" rel="noopener noreferrer">
- Help us out.
+ Are you a GitLab administrator? We're interested in learning more about how
+ you use
+ <a href="https://docs.gitlab.com/ee/administration/packages/container_registry.html#container-registry-garbage-collection" rel="noopener noreferrer">
+ garbage collection
+ </a>
+ for the GitLab Container Registry.
+ <a href="https://qfreeaccountssjc1.az1.qualtrics.com/jfe/form/SV_9M435Hkxycdh0K9" target="_blank" rel="noopener noreferrer">
+ Take this quick survey to help us out.
</a>
<i class="fa fa-gitlab fa-fw" style="color:rgb(225,67,41); font-size:.85em" aria-hidden="true"></i>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
diff --git a/nanoc.yaml b/nanoc.yaml
index 0f5e5fe0..21c580fa 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -127,7 +127,7 @@ breadcrumbs: true
# Whether to show the banner defined in layouts/banner.html.
# Set to true or false.
-show_banner: false
+show_banner: true
# Debug problems with the generation process by setting this config variable.
debug: false