move files around
This commit is contained in:
parent
4594215a23
commit
a7540a9504
45 changed files with 21 additions and 3337 deletions
9
ESPFirewall/lib/Firewall/docs/bib/book.bib
Normal file
9
ESPFirewall/lib/Firewall/docs/bib/book.bib
Normal file
|
@ -0,0 +1,9 @@
|
|||
@book{example-book,
|
||||
title = {{Example Book}},
|
||||
author = {Lastname, Surname},
|
||||
isbn = {123456789},
|
||||
address = {Germany},
|
||||
publisher = {Goverment},
|
||||
year = {2019},
|
||||
edition = {Second}
|
||||
}
|
23
ESPFirewall/lib/Firewall/docs/bib/online.bib
Normal file
23
ESPFirewall/lib/Firewall/docs/bib/online.bib
Normal file
|
@ -0,0 +1,23 @@
|
|||
@online{pio-install,
|
||||
author = {PlatformIO},
|
||||
title = {Installation},
|
||||
urldate = {2022-03-24},
|
||||
year = {2022},
|
||||
url = {https://docs.platformio.org/en/latest//core/installation.html}
|
||||
}
|
||||
|
||||
@online{pio-about,
|
||||
author = {PlatformIO},
|
||||
title = {What is PlatformIO},
|
||||
urldate = {2022-03-24},
|
||||
year = {2022},
|
||||
url = {https://docs.platformio.org/en/latest//what-is-platformio.html}
|
||||
}
|
||||
|
||||
@online{vscode-about,
|
||||
author = {Visual Studio Code},
|
||||
title = {Getting Started},
|
||||
urldate = {2022-03-24},
|
||||
year = {2022},
|
||||
url = {https://docs.platformio.org/en/latest//what-is-platformio.html}
|
||||
}
|
Reference in a new issue