Mkdocs Edit URI + Action
parent
9d660001c3
commit
80d2b61767
|
@ -54,4 +54,5 @@ The ESP32 microprocessor uses the Xtensa instruction set, use `Tensilica Xtensa
|
||||||
|
|
||||||
* [ESP32-reversing - BlackVS](https://github.com/BlackVS/ESP32-reversing)
|
* [ESP32-reversing - BlackVS](https://github.com/BlackVS/ESP32-reversing)
|
||||||
* [ESP32 Wi-Fi Penetration Tool - GitHub - Exploring possibilities of ESP32 platform to attack on nearby Wi-Fi networks](https://github.com/risinek/esp32-wifi-penetration-tool)
|
* [ESP32 Wi-Fi Penetration Tool - GitHub - Exploring possibilities of ESP32 platform to attack on nearby Wi-Fi networks](https://github.com/risinek/esp32-wifi-penetration-tool)
|
||||||
* [ESP32 Wi-Fi Penetration Tool - Documentation - Exploring possibilities of ESP32 platform to attack on nearby Wi-Fi networks](https://risinek.github.io/esp32-wifi-penetration-tool/)
|
* [ESP32 Wi-Fi Penetration Tool - Documentation - Exploring possibilities of ESP32 platform to attack on nearby Wi-Fi networks](https://risinek.github.io/esp32-wifi-penetration-tool/)
|
||||||
|
* [Hacking a Smart Home Device - @jmswrnr - 03 Feb 2024](https://jmswrnr.com/blog/hacking-a-smart-home-device)
|
|
@ -2,6 +2,9 @@ site_name: Hardware All The Things
|
||||||
site_description: 'Hardware/IOT Pentesting Wiki'
|
site_description: 'Hardware/IOT Pentesting Wiki'
|
||||||
site_url: https://swisskyrepo.github.io/HardwareAllTheThings
|
site_url: https://swisskyrepo.github.io/HardwareAllTheThings
|
||||||
|
|
||||||
|
repo_url: https://github.com/swisskyrepo/HardwareAllTheThings
|
||||||
|
edit_uri: blob/main/docs/
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
icon:
|
icon:
|
||||||
|
@ -23,6 +26,7 @@ theme:
|
||||||
|
|
||||||
features:
|
features:
|
||||||
- content.code.copy
|
- content.code.copy
|
||||||
|
- content.action.edit
|
||||||
- navigation.tracking
|
- navigation.tracking
|
||||||
- navigation.top
|
- navigation.top
|
||||||
|
|
||||||
|
@ -46,8 +50,6 @@ markdown_extensions:
|
||||||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||||
|
|
||||||
repo_url: https://github.com/swisskyrepo/HardwareAllTheThings/
|
|
||||||
edit_uri: edit/master/
|
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
- git-revision-date-localized
|
- git-revision-date-localized
|
||||||
|
|
Loading…
Reference in New Issue