We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be09818 commit c01409bCopy full SHA for c01409b
_tools/serve
@@ -42,7 +42,8 @@ start_process() {
42
# as the output of it must already be presented to be able to serve a valid content
43
#
44
if [ "${JEKYLL_BUILD_LINKS}" == "yes" ]; then
45
- ./_tools/navgen ./doc ./_data/navigation.yml
+ # tooltips will be built at jekyll serve startup automatically if enabled, do not do it twice
46
+ JEKYLL_BUILD_TOOLTIPS='no' ./_tools/navgen ./doc ./_data/navigation.yml
47
fi
48
49
echo -e "\nStarting to serve...\n"
0 commit comments