You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# used as a contact email for the Feedback link in the top navigation bar
40
40
41
-
#feedback_disable: true
41
+
feedback_disable: true
42
42
# if you uncomment the previous line, the Feedback link gets removed
43
43
44
44
# feedback_text: "Need help?"
@@ -71,7 +71,7 @@ defaults:
71
71
type: "pages"
72
72
values:
73
73
layout: "page"
74
-
comments: true
74
+
comments: false
75
75
# if you don't want to use Commento.io and just hide comments, change true to false wherever you see the comments property
76
76
search: true
77
77
sidebar: home_sidebar
@@ -91,7 +91,7 @@ defaults:
91
91
type: "posts"
92
92
values:
93
93
layout: "post"
94
-
comments: true
94
+
comments: false
95
95
# if you don't want to use Commento.io and just hide comments, change true to false wherever you see the comments property
96
96
search: true
97
97
sidebar: home_sidebar
@@ -106,7 +106,7 @@ sidebars:
106
106
- product2_sidebar
107
107
- other
108
108
109
-
description: "Intended as a documentation theme based on Jekyll for technical writers documenting software and other technical products, this theme has all the elements you would need to handle multiple products with both multi-level sidebar navigation, tags, and other documentation features."
109
+
description: "Data visualisation tutorial, focussing on vega, vega-lite and holoviz"
0 commit comments