Move HTML docs to 'docs' directory for compatibility with GitHub pages

master
AntumDeluge 2017-07-27 20:54:18 -07:00
parent 9adbd59546
commit 8fd7cfbcce
5 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ A Minetest mod for hiding player nametags from view.
- **showname**
- Invocation: ***/showname***
- Shows player's nametag
- [API documentation](doc/html/index.html)
- [API documentation](http://antummt.github.io/mod-hidename)
---

View File

@ -4,7 +4,7 @@ DOCS="$(dirname $(readlink -f $0))"
ROOT="$(dirname ${DOCS})"
CONFIG="${DOCS}/config.ld"
OUT="${DOCS}/html"
OUT="${DOCS}"
cd "${ROOT}"
ldoc -B -c "${CONFIG}" -d "${OUT}" api.lua

View File

@ -180,7 +180,7 @@
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
<i style="float:right;">Last updated 2017-07-27 20:42:02 </i>
<i style="float:right;">Last updated 2017-07-27 21:07:18 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>