From 591e8b9c7051344ed178739892f5c62f0a67a741 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 26 Aug 2026 19:13:16 +0000 Subject: [PATCH] Remove Riza sponsor image from README and docs Drops the Riza sponsorship banner from the README, the "Sponsored By" sidebar block in the docs layout template, and the now-unused #sponsorship CSS rule. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01M9TV1fKN88r2bifi78mMXy --- README.md | 4 ---- docs/_static/customize.css | 5 ----- docs/_templates/layout.html | 10 ---------- 3 files changed, 19 deletions(-) diff --git a/README.md b/README.md index 43fed122b9..ba06efa55c 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,6 @@ Additional languages can be added via [plugins](https://docs.sqlc.dev/en/latest/ Development is possible thanks to our sponsors. If you would like to support sqlc, please consider [sponsoring on GitHub](https://github.com/sponsors/kyleconroy). -

- Riza.io -

-

Coder.com Mint.fun diff --git a/docs/_static/customize.css b/docs/_static/customize.css index 62b715840c..a2dac557be 100644 --- a/docs/_static/customize.css +++ b/docs/_static/customize.css @@ -15,8 +15,3 @@ color: #F0F0F4; text-decoration: underline; } - -#sponsorship > img { - width: 100%; - max-width: 200px; -} diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 4b748dd160..fa58fc5a73 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -4,13 +4,3 @@ {{ super() }} {% endblock %} - -{% block menu %} -{{ super() }} -

Sponsored By

-
- -Riza logo - -
-{% endblock %}