Link to new API documentation

This commit is contained in:
Manuel Bleichenbacher
2021-07-31 12:51:41 +02:00
parent 72b878f1d9
commit e34dbcb467
3 changed files with 5 additions and 2 deletions

1
doc/.gitignore vendored
View File

@ -2,3 +2,4 @@ xml/
html/
api.md
node_modules/
ttn-esp32.zip

View File

@ -1,3 +1,5 @@
#!/bin/sh
rm -rf html
rm -rf html ttn-esp32.zip
doxygen Doxyfile
cd html
zip -r ../ttn-esp32.zip .