#!/bin/bash # # Basic template configuration; command-line options will override get-menu-docs() { paths=$( find "$path_root/docs" -maxdepth 1 -name '*.pg' -exec basename {} \; \ | sort ) for p in $paths; do # we shall consider the name of the link to be the path with the extension # and sorting prefix stripped name="$( basename "${p%%.pg}" )" echo "${name#??-}" done } html_external_css=/style.css # menu just below the header, above the index html_pre_index="$( echo '