af60ebe3356cd181c72985d49b9a682f9a5f24ec
chmalee
Tue Jun 18 13:17:12 2024 -0700
Add showTutorial hg.conf parameter to ex.hg.conf, refs #33992
diff --git src/product/ex.hg.conf src/product/ex.hg.conf
index d0675b0..3f0af84 100644
--- src/product/ex.hg.conf
+++ src/product/ex.hg.conf
@@ -682,15 +682,23 @@
#hgTracksNoteHtml=Some text
# Configure a program to resolve cloud URLs to HTTP URLs. See mirrorManual.txt for details.
#resolvProts=fs,drs
#resolvCmd=/var/www/tools/urlResolver /var/www/tools/config
# user-specific CSS files that can be activated via the configuration menu.
# Not active on our main site and still under development
# The format is browser.theme..=
# A filename of "<>" means "no file", just the default CSS settings.
#browser.theme.1.Default=<>
#browser.theme.2.Classic=theme-classic.css
#browser.theme.3.Sans_Serif=theme-modern.css
#browser.theme.4.Light_Blue=theme-lightBlue.css
#browser.theme.5.Dark=theme-dark.css
+
+# print the javascript includes to the following external javascript libraries that allow
+# the interactive tutorial to work:
+# https://cdn.jsdelivr.net/npm/shepherd.js@11.0.1/dist/css/shepherd.css
+# https://cdn.jsdelivr.net/npm/shepherd.js@11.0.1/dist/js/shepherd.min.js
+# Having this variable off will cause the files to not be included and so the tutorial link
+# in the help menu won't work
+#showTutorial=on