]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Update sponsors: add Coherence (#11066)
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 31 Jan 2024 22:13:52 +0000 (23:13 +0100)
committerGitHub <noreply@github.com>
Wed, 31 Jan 2024 22:13:52 +0000 (23:13 +0100)
README.md
docs/en/data/sponsors.yml
docs/en/data/sponsors_badge.yml
docs/en/docs/deployment/cloud.md
docs/en/docs/img/sponsors/coherence-banner.png [new file with mode: 0644]
docs/en/docs/img/sponsors/coherence.png [new file with mode: 0644]
docs/en/overrides/main.html

index 968ccf7a7472f612ce72920624f8c466e2105e18..874abf8c65e29de944cea8556dc4b9e5525f39bb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -53,6 +53,7 @@ The key features are:
 <a href="https://reflex.dev" target="_blank" title="Reflex"><img src="https://fastapi.tiangolo.com/img/sponsors/reflex.png"></a>
 <a href="https://github.com/scalar/scalar/?utm_source=fastapi&utm_medium=website&utm_campaign=main-badge" target="_blank" title="Scalar: Beautiful Open-Source API References from Swagger/OpenAPI files"><img src="https://fastapi.tiangolo.com/img/sponsors/scalar.svg"></a>
 <a href="https://www.propelauth.com/?utm_source=fastapi&utm_campaign=1223&utm_medium=mainbadge" target="_blank" title="Auth, user management and more for your B2B product"><img src="https://fastapi.tiangolo.com/img/sponsors/propelauth.png"></a>
+<a href="https://www.withcoherence.com/?utm_medium=advertising&utm_source=fastapi&utm_campaign=banner%20january%2024" target="_blank" title="Coherence"><img src="https://fastapi.tiangolo.com/img/sponsors/coherence.png"></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-v2.jpg"></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>
 <a href="https://github.com/deepset-ai/haystack/" target="_blank" title="Build powerful search from composable, open source building blocks"><img src="https://fastapi.tiangolo.com/img/sponsors/haystack-fastapi.svg"></a>
index 0ce434b5e28c734ade3041cf4e079deb649ab188..fd8518ce33b076027bdcbadc274660cde04877fd 100644 (file)
@@ -20,6 +20,9 @@ gold:
   - url: https://www.propelauth.com/?utm_source=fastapi&utm_campaign=1223&utm_medium=mainbadge
     title: Auth, user management and more for your B2B product
     img: https://fastapi.tiangolo.com/img/sponsors/propelauth.png
+  - url: https://www.withcoherence.com/?utm_medium=advertising&utm_source=fastapi&utm_campaign=banner%20january%2024
+    title: Coherence
+    img: https://fastapi.tiangolo.com/img/sponsors/coherence.png
 silver:
   - url: https://training.talkpython.fm/fastapi-courses
     title: FastAPI video courses on demand from people you trust
index 4078454a8ca409e85123b0ad9f564c69e7eec137..00cbec7d283555effb6b5fd6c57aff3be88b2776 100644 (file)
@@ -23,3 +23,8 @@ logins:
   - svixhq
   - Alek99
   - codacy
+  - zanfaruqui
+  - scalar
+  - bump-sh
+  - andrew-propelauth
+  - svix
index 29f0ad1f6f7f5c1f87bc395761d46996b52ef264..d34fbe2f719b5df791a0d5bfd6d0a848d79e645c 100644 (file)
@@ -14,3 +14,4 @@ You might want to try their services and follow their guides:
 
 * <a href="https://docs.platform.sh/languages/python.html?utm_source=fastapi-signup&utm_medium=banner&utm_campaign=FastAPI-signup-June-2023" class="external-link" target="_blank">Platform.sh</a>
 * <a href="https://docs.porter.run/language-specific-guides/fastapi" class="external-link" target="_blank">Porter</a>
+* <a href="https://docs.withcoherence.com/docs/configuration/frameworks?utm_medium=advertising&utm_source=fastapi&utm_campaign=banner%20january%2024#fast-api-example" class="external-link" target="_blank">Coherence</a>
diff --git a/docs/en/docs/img/sponsors/coherence-banner.png b/docs/en/docs/img/sponsors/coherence-banner.png
new file mode 100644 (file)
index 0000000..1d49596
Binary files /dev/null and b/docs/en/docs/img/sponsors/coherence-banner.png differ
diff --git a/docs/en/docs/img/sponsors/coherence.png b/docs/en/docs/img/sponsors/coherence.png
new file mode 100644 (file)
index 0000000..d48c4ed
Binary files /dev/null and b/docs/en/docs/img/sponsors/coherence.png differ
index 476b436767448f06ee2b7b6a15fb205a0a602c97..eaab6b630792bd514b1ac42decafe14580d6f852 100644 (file)
         <img class="sponsor-image" src="/img/sponsors/propelauth-banner.png" />
       </a>
     </div>
+    <div class="item">
+      <a title="Coherence" style="display: block; position: relative;" href="https://www.withcoherence.com/?utm_medium=advertising&utm_source=fastapi&utm_campaign=banner%20january%2024" target="_blank">
+        <span class="sponsor-badge">sponsor</span>
+        <img class="sponsor-image" src="/img/sponsors/coherence-banner.png" />
+      </a>
+    </div>
   </div>
 </div>
 {% endblock %}