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-10 18:29:48 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-11-10 18:29:48 +0300
commit93fd0dcca9595b54695f0a9608341010efc2be99 (patch)
tree84d8177ed603da4c5c3c85a538f41a23b44b4bad
parent26ba564310332314042e34ba883a84fec5b50f78 (diff)
Unpublish survey banner
The survey has enough responses https://gitlab.com/gitlab-org/ux-research/-/issues/1109#note_444346888
-rw-r--r--layouts/banner.html2
-rw-r--r--nanoc.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/banner.html b/layouts/banner.html
index 00790032..c1a722b7 100644
--- a/layouts/banner.html
+++ b/layouts/banner.html
@@ -7,7 +7,7 @@
garbage collection
</a>
for the GitLab Container Registry.
- <a href="https://qfreeaccountssjc1.az1.qualtrics.com/jfe/form/SV_9M435Hkxycdh0K9" target="_blank" rel="noopener noreferrer">
+ <a href="" 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>
diff --git a/nanoc.yaml b/nanoc.yaml
index 21c580fa..0f5e5fe0 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: true
+show_banner: false
# Debug problems with the generation process by setting this config variable.
debug: false