Skip to content

Enhance showcase docs page

Created by: ihsraham

Summary

  • Adds a Built With WDK section to the Showcase page featuring Rumble Wallet and Tether Wallet with official local assets.
  • Adds a reusable <FeaturedShowcaseProducts /> MDX component and registers it for docs pages.
  • Moves the third-party disclaimer under Community Projects while keeping the existing community project entries and CommunityCards flow intact.

Sources

Screenshots

Desktop Mobile
Desktop showcase smoke Mobile showcase smoke

Validation

  • git diff --check
  • npm run check:meta
  • LINK_CHECK_EXTERNAL=false npm run check:links
  • SKIP_OG_BUILD=1 NEXT_PUBLIC_DOCS_ORIGIN=https://docs.wdk.tether.io npm run build
  • Browser smoke test on /overview/showcase at desktop and mobile widths.

Notes

  • Build passed with existing docs-seo warnings for unrelated pages missing docType frontmatter.
  • Screenshot images are hosted from the fork for PR review only; they are not part of this feature branch diff.

Merge request reports