Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions dev-support/jenkins-scripts/generate-hbase-website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,6 @@ else
exit $status
fi

# Workaround to replace MathJax CDN URI with local one in book.html
# There is no way to influence from where the book.html Asciidoc includes the MathJax.js library.
# https://docs.asciidoctor.org/asciidoctor/latest/stem/mathjax/
# https://docs.asciidoctor.org/asciidoc/latest/attributes/document-attributes-ref/
# https://github.com/asciidoctor/asciidoctor/issues/761
echo "Replace MathJax URI"
sed -i 's,https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/,js/,g' "${component_dir}"/target/site/book.html

# Stage the site
echo "Staging HBase site"
mvn \
Expand Down