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 ad1fd20 commit 1730419Copy full SHA for 1730419
_tools/serve
@@ -41,6 +41,10 @@ start_process() {
41
# Either use navgen or build once with JEKYLL_BUILD_LINKS manually in a separate run
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
+ echo -e "Generating navigation data..."
46
+ ./_tools/navgen ./doc ./_data/navigation.yml
47
+ fi
48
JEKYLL_BUILD_LINKS='no' bundle exec jekyll serve ${ALL_PARAMS} &
49
PROC_PID=$!
50
0 commit comments