Mkdocs Edit URI + Action

pull/24/head
Swissky 2024-04-15 20:34:04 +02:00
parent 9d660001c3
commit 80d2b61767
2 changed files with 6 additions and 3 deletions

View File

@ -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 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)

View File

@ -2,6 +2,9 @@ site_name: Hardware All The Things
site_description: 'Hardware/IOT Pentesting Wiki'
site_url: https://swisskyrepo.github.io/HardwareAllTheThings
repo_url: https://github.com/swisskyrepo/HardwareAllTheThings
edit_uri: blob/main/docs/
theme:
name: material
icon:
@ -23,6 +26,7 @@ theme:
features:
- content.code.copy
- content.action.edit
- navigation.tracking
- navigation.top
@ -46,8 +50,6 @@ markdown_extensions:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
repo_url: https://github.com/swisskyrepo/HardwareAllTheThings/
edit_uri: edit/master/
plugins:
- search
- git-revision-date-localized