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
asciidoctor -a source-highlighter=codemirror -a linkattrs -a img=./ -a manual="${MANUAL}" -a github="${GITHUB}" -T _templates $file -o $to 2>&1 | grep -v "out of sequence"
sed -e 's/\/developer\//\/developer-resources\//g' $to > /tmp/render.html
mv /tmp/render.html $to
}
if [ "$1" != "" ]; then
render "$1"
else
for file in `find . -mindepth 2 -maxdepth 3 -name "*.adoc"`; do