diff --git a/docs/examples/donation-button.md b/docs/examples/donation-button.md
new file mode 100644
index 0000000..8af6f09
--- /dev/null
+++ b/docs/examples/donation-button.md
@@ -0,0 +1,56 @@
+---
+id: donation-button
+title: Donation Button
+slug: /examples/donation-button
+---
+
+Use the Blink Donation Button widget to accept Bitcoin Lightning donations directly on your website.
+
+It is a frontend-only integration that you can embed with a few lines of HTML and JavaScript.
+
+## Screenshot
+
+
+
+## Live Generator
+Create and customize your widget at:
+
+* [donation-button.blink.sv](https://donation-button.blink.sv/)
+
+## Quick Embed Example
+
+```html
+
+
+
+
+
+
+```
+
+## Typical Setup Flow
+* Open the widget generator and enter your Blink username.
+* Select theme and supported currencies.
+* Copy the generated snippet into your website.
+* Publish and start receiving Lightning donations.
+
+## Links
+### Source Code
+* [github.com/blinkbitcoin/donation-button.blink.sv](https://github.com/blinkbitcoin/donation-button.blink.sv)
+
+### More Reading
+* [github.com/blinkbitcoin/donation-button.blink.sv/blob/main/README.md](https://github.com/blinkbitcoin/donation-button.blink.sv/blob/main/README.md)
diff --git a/sidebars.js b/sidebars.js
index 24450bf..1650cb1 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -113,7 +113,8 @@ const sidebars = {
'examples/atm-integrations',
'examples/btcpayserver-plugin',
'examples/alby-connector',
- 'examples/lnbits-funding-source'
+ 'examples/lnbits-funding-source',
+ 'examples/donation-button'
]
},
],