]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Update sponsors, add Bump.sh (#10227)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 10 Sep 2023 10:18:26 +0000 (12:18 +0200)
committerGitHub <noreply@github.com>
Sun, 10 Sep 2023 10:18:26 +0000 (12:18 +0200)
README.md
docs/en/data/sponsors.yml
docs/en/docs/img/sponsors/bump-sh-banner.png [new file with mode: 0755]
docs/en/docs/img/sponsors/bump-sh.png [new file with mode: 0755]
docs/en/overrides/main.html

index 2662134261ea045c951fe1a4635e593b844eca34..7aa9d4be6e5e4976bb7f9fe106cfc66013238589 100644 (file)
--- a/README.md
+++ b/README.md
@@ -50,6 +50,7 @@ The key features are:
 <a href="https://platform.sh/try-it-now/?utm_source=fastapi-signup&utm_medium=banner&utm_campaign=FastAPI-signup-June-2023" target="_blank" title="Build, run and scale your apps on a modern, reliable, and secure PaaS."><img src="https://fastapi.tiangolo.com/img/sponsors/platform-sh.png"></a>
 <a href="https://www.buildwithfern.com/?utm_source=tiangolo&utm_medium=website&utm_campaign=main-badge" target="_blank" title="Fern | SDKs and API docs"><img src="https://fastapi.tiangolo.com/img/sponsors/fern.svg"></a>
 <a href="https://www.porter.run" target="_blank" title="Deploy FastAPI on AWS with a few clicks"><img src="https://fastapi.tiangolo.com/img/sponsors/porter.png"></a>
+<a href="https://bump.sh/fastapi?utm_source=fastapi&utm_medium=referral&utm_campaign=sponsor" target="_blank" title="Automate FastAPI documentation generation with Bump.sh"><img src="https://fastapi.tiangolo.com/img/sponsors/bump-sh.png"></a>
 <a href="https://www.deta.sh/?ref=fastapi" target="_blank" title="The launchpad for all your (team's) ideas"><img src="https://fastapi.tiangolo.com/img/sponsors/deta.svg"></a>
 <a href="https://training.talkpython.fm/fastapi-courses" target="_blank" title="FastAPI video courses on demand from people you trust"><img src="https://fastapi.tiangolo.com/img/sponsors/talkpython.png"></a>
 <a href="https://testdriven.io/courses/tdd-fastapi/" target="_blank" title="Learn to build high-quality web apps with best practices"><img src="https://fastapi.tiangolo.com/img/sponsors/testdriven.svg"></a>
index 0d9597f077b70be5f4c488e4cec4c48a9cdc5f6c..504c373a2e37bc5b4a1e0e7354b9b9c5f8d81a92 100644 (file)
@@ -11,6 +11,9 @@ gold:
   - url: https://www.porter.run
     title: Deploy FastAPI on AWS with a few clicks
     img: https://fastapi.tiangolo.com/img/sponsors/porter.png
+  - url: https://bump.sh/fastapi?utm_source=fastapi&utm_medium=referral&utm_campaign=sponsor
+    title: Automate FastAPI documentation generation with Bump.sh
+    img: https://fastapi.tiangolo.com/img/sponsors/bump-sh.png
 silver:
   - url: https://www.deta.sh/?ref=fastapi
     title: The launchpad for all your (team's) ideas
diff --git a/docs/en/docs/img/sponsors/bump-sh-banner.png b/docs/en/docs/img/sponsors/bump-sh-banner.png
new file mode 100755 (executable)
index 0000000..e75c0fa
Binary files /dev/null and b/docs/en/docs/img/sponsors/bump-sh-banner.png differ
diff --git a/docs/en/docs/img/sponsors/bump-sh.png b/docs/en/docs/img/sponsors/bump-sh.png
new file mode 100755 (executable)
index 0000000..61817e8
Binary files /dev/null and b/docs/en/docs/img/sponsors/bump-sh.png differ
index 983d7eb3e723c121927751be4a27110a9a508f38..d867d2ee50d031a5eaf34964be8ce943445a34b6 100644 (file)
         <img class="sponsor-image" src="/img/sponsors/porter-banner.png" />
       </a>
     </div>
+    <div class="item">
+      <a title="Automate FastAPI documentation generation with Bump.sh" style="display: block; position: relative;" href="https://bump.sh/fastapi?utm_source=fastapi&utm_medium=referral&utm_campaign=sponsor" target="_blank">
+        <span class="sponsor-badge">sponsor</span>
+        <img class="sponsor-image" src="/img/sponsors/bump-sh-banner.png" />
+      </a>
+    </div>
   </div>
 </div>
 {% endblock %}