Change name of output doc index file

master
Jordan Irwin 2021-07-07 20:29:49 -07:00
parent ade0a65de4
commit cde3fcb720
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ listitems.enable_singleword
### Links:
- [API Documentation](https://antummt.github.io/mod-listitems/docs/api.html)
- [API Documentation](https://antummt.github.io/mod-listitems/docs/)
- [Changelog](changelog.txt)
- [TODO](TODO.txt)

View File

@ -7,6 +7,6 @@ CONFIG="${DOCS}/config.ld"
cd "${ROOT}"
# Clean old files
rm -rf "${DOCS}/api.html" "${DOCS}/scripts" "${DOCS}/modules" "${DOCS}/topics"
rm -rf "${DOCS}/index.html" "${DOCS}/scripts" "${DOCS}/modules" "${DOCS}/topics"
# Create new files
ldoc -c "${CONFIG}" -d "${DOCS}" -o "api" "${ROOT}"
ldoc -c "${CONFIG}" -d "${DOCS}" "${ROOT}"