Skip to content

Commit 98d9938

Browse files
crazy-maxdvdksn
andauthored
jekyll: add hotjar for prod environment (docker#15978)
Signed-off-by: CrazyMax <[email protected]> Signed-off-by: CrazyMax <[email protected]> Co-authored-by: CrazyMax <[email protected]> Co-authored-by: David Karlsson <[email protected]>
1 parent 0d08475 commit 98d9938

File tree

6 files changed

+8
-2
lines changed

6 files changed

+8
-2
lines changed

404.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Sorry, we can't find that page"
33
permalink: /404.html
4+
skip_feedback: true
45
notoc: true
56
sitemap: false
67
skip_read_time: true

_config_production.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ exclude:
1515

1616
# Google Analytics, etc.
1717
google_analytics: GTM-WL2QLG5
18-
onetrust_id: 8e0ebfd9-035d-4ec2-9b2f-a2de9c09f906
18+
polldaddy_id: 8453675
19+
onetrust_id: 8e0ebfd9-035d-4ec2-9b2f-a2de9c09f906
20+
hotjar_id: 3169877
1921

2022
# Assets
2123
#

_includes/feedback.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{%- if site.hotjar_id != '' and page.skip_feedback != true -%}
2-
<!-- Hotjar Tracking Code for https://docs.docker.com -->
2+
<!-- Hotjar Tracking Code -->
33
<script>
44
(function(h,o,t,j,a,r){
55
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};

contribute/contribute-guide.md

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ local builds, and builds that are deployed to [docs.docker.com](/):
103103

104104
- search auto-completion, and generation of `js/metadata.json`
105105
- Google Analytics
106+
- page feedback
106107
- `sitemap.xml` generation
107108
- minification of stylesheets (`css/style.css`)
108109
- adjusting "edit this page" links for content in other repositories

glossary.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Glossary"
33
description: "Glossary of terms used around Docker"
44
keywords: "glossary, docker, terms, definitions"
55
notoc: true
6+
skip_feedback: true
67
skip_read_time: true
78
redirect_from:
89
- /engine/reference/glossary/

search.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Docker documentation search results
33
keywords: Search, Docker, documentation, manual, guide, reference, api
4+
skip_feedback: true
45
notoc: true
56
notags: true
67
title: "Docs search"

0 commit comments

Comments
 (0)