+

PSDK Documentation Landing Page

+ EOF + + for path in build/*/; do + root_index=$(find "$path" -name index.html | sort -u | tail -1) + if [ -n "$root_index" ]; then + text=$(basename "$path") + relative_path=$(realpath "$root_index" --relative-to=build) + printf ' %s\n' \ + "$relative_path" "$text" >> build/index.html + fi + done + + cat << EOF >> build/index.html +