Remove the Blynk page - #354
Conversation
Three pages contained only a "Moved, see..." line that readers had to click through manually (advanced/compile-analog, advanced/ compile-wled, basics/compiling-wled). Use the mkdocs-redirects plugin instead: the old URLs now serve an instant meta-refresh redirect with a canonical link to advanced/compiling-wled, so bookmarks and inbound links keep working and search engines get the right signal. The plugin is added to the deploy workflow and the AGENTS.md pip preview instructions. The Docker preview path needs no change: the squidfunk/mkdocs-material image already bundles mkdocs-redirects through the mkdocs-material[recommended] extra.
Blynk (legacy) is gone: the v1 cloud servers shut down on
31 December 2022 and WLED removed Blynk support from the firmware
shortly after ("Removed Blynk support (servers shut down on 31st
Dec 2022)" in the changelog). The page has carried a shutdown
warning since, while still walking readers through a signup flow
that no longer exists.
- delete interfaces/blynk.md and its nav entry
- redirect the old URL to Home Automation, the closest surviving
page about third-party control (builds on the redirects plugin)
- drop the Blynk mentions that describe current behavior: the
landing page interface list, the FAQ sync-interface advice, the
Sync settings Device Auth token row, and a JSON API example list
Deliberately kept: the UDP notifier call-mode table row (protocol
enum values are historical API reference), the install-binary
notes describing what old 0.x binaries disabled, and the Blynk
library credit on the Contributors page.
WalkthroughThe documentation removes Blynk references and its interface page, updates related settings and API descriptions, removes Blynk from navigation, and adds MkDocs redirects for retired documentation pages. ChangesDocumentation retirement and URL preservation
Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
* Move externally hosted images into the repo Ten images embedded from i.ibb.co, image.ibb.co, i.imgur.com and a GitHub user-attachment URL now live in docs/assets/images/content/ with descriptive names, per the repo's own image policy (external hosts can delete content at any time; several of these are from 2020). Pages updated: Compiling WLED (five), Install using ESP GUI, Macros, Blynk, Segments, Getting Started. Also fixes a typo on the ESP GUI page: the esptool settings image was embedded as a stray degree sign plus a text link instead of an image, so it never rendered. Left alone: the WLED-Utils effect/palette GIFs (explicitly allowed by AGENTS.md), shields.io and Home Assistant badges (dynamic), and one imgur album link in prose on Compatible Controllers (an album, not an embeddable image). * Leave the Blynk page untouched; it is being removed in #354
|
@coderabbitai review |
✅ Action performedReview finished.
|
Blynk (legacy) is gone: the v1 cloud shut down on 31 December 2022 and WLED removed Blynk support from the firmware shortly after ("Removed Blynk support (servers shut down on 31st Dec 2022)" in the changelog). The page has carried a shutdown warning since, while still walking readers through a signup flow that no longer exists.
interfaces/blynk.mdand its nav entry.Deliberately kept: the UDP notifier call-mode table row (protocol enum values are historical API reference), the install-binary notes describing what old 0.x binaries disabled, and the Blynk library credit on Contributors.
Summary by CodeRabbit