mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-07-13 22:42:52 +02:00
Link to new API documentation
This commit is contained in:
1
doc/.gitignore
vendored
1
doc/.gitignore
vendored
@ -2,3 +2,4 @@ xml/
|
||||
html/
|
||||
api.md
|
||||
node_modules/
|
||||
ttn-esp32.zip
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
rm -rf html
|
||||
rm -rf html ttn-esp32.zip
|
||||
doxygen Doxyfile
|
||||
cd html
|
||||
zip -r ../ttn-esp32.zip .
|
Reference in New Issue
Block a user