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-18 17:18:25 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-11-18 17:20:21 +0300
commit86ca06de7fbcb487436fcea3799633f18dd2b354 (patch)
tree78d6758e3f20d69270c67c051fce50f73919782c
parentbf8c3037c4e8a890b7347b8b2aa72582eb1615d5 (diff)
Add usability survey
-rw-r--r--layouts/banner.html12
-rw-r--r--nanoc.yaml2
2 files changed, 5 insertions, 9 deletions
diff --git a/layouts/banner.html b/layouts/banner.html
index c1a722b7..8db149e2 100644
--- a/layouts/banner.html
+++ b/layouts/banner.html
@@ -1,15 +1,11 @@
<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>
- 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="" target="_blank" rel="noopener noreferrer">
- Take this quick survey to help us out.
+ We're interested in speaking with engineers to learn about how you use GitLab. Take this
+ <a href="https://gitlab.fra1.qualtrics.com/jfe/form/SV_9vpDCcQShWV7Z2J" target="_blank" rel="noopener noreferrer">
+ quick survey
</a>
+ to see if you're a match! You'll receive a $120 gift card for 60 minutes of your time.
<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">
<span aria-hidden="true">&times;</span>
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