diff --git a/docs/flashing/tools/ltchiptool.md b/docs/flashing/tools/ltchiptool.md
index d2ff2ba..93d7270 100644
--- a/docs/flashing/tools/ltchiptool.md
+++ b/docs/flashing/tools/ltchiptool.md
@@ -14,6 +14,11 @@
## Installation
+
+
+[:material-download-outline: Download GUI](https://github.com/libretuya/ltchiptool/releases/latest){ .md-button }
+
+
### GUI package (Windows only)
Download the latest release .EXE from the [GitHub Releases page](https://github.com/libretuya/ltchiptool/releases/latest). Open the file, and you're ready to go!
diff --git a/mkdocs.yml b/mkdocs.yml
index 45730c1..50dbdf8 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -33,6 +33,10 @@ plugins:
markdown_extensions:
- md_in_html
- admonition
+ - attr_list
+ - pymdownx.emoji:
+ emoji_index: !!python/name:materialx.emoji.twemoji
+ emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite