fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #2089 from hey-api/docs/sponsors-2025-05-29

docs: update sponsors

authored by

Lubos and committed by
GitHub
365ec005 5c0e525d

+117 -5
+66 -5
README.md
··· 48 48 49 49 Love Hey API? Become our [sponsor](https://github.com/sponsors/hey-api). 50 50 51 - <p> 52 - <a href="https://kutt.it/pkEZyc" target="_blank"> 53 - <img alt="Stainless logo" height="50" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg" /> 54 - </a> 55 - </p> 51 + <h3 align="center">Gold</h3> 52 + 53 + <table align="center" style="justify-content: center;align-items: center;display: flex;"> 54 + <tr> 55 + <td align="center"> 56 + <p></p> 57 + <p> 58 + <a href="https://kutt.it/pkEZyc" target="_blank"> 59 + <picture height="50px"> 60 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 61 + <img alt="Stainless logo" height="50px" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg"> 62 + </picture> 63 + </a> 64 + <br/> 65 + Generate best-in-class SDKs. 66 + <br/> 67 + <a href="https://kutt.it/pkEZyc" style="text-decoration:none;" target="_blank"> 68 + stainless.com 69 + </a> 70 + </p> 71 + <p></p> 72 + </td> 73 + </tr> 74 + </table> 75 + 76 + <h3 align="center">Silver</h3> 77 + 78 + <table align="center" style="justify-content: center;align-items: center;display: flex;"> 79 + <tr> 80 + <td align="center"> 81 + <p></p> 82 + <p> 83 + <a href="https://kutt.it/skQUVd" target="_blank"> 84 + <picture height="50px"> 85 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 86 + <img alt="Scalar logo" height="50px" src="https://heyapi.dev/images/scalar-logo-wordmark-480w.jpeg"> 87 + </picture> 88 + </a> 89 + <br/> 90 + <a href="https://kutt.it/skQUVd" style="text-decoration:none;" target="_blank"> 91 + Scalar 92 + </a> 93 + </p> 94 + <p></p> 95 + </td> 96 + </tr> 97 + </table> 98 + 99 + <h3 align="center">Bronze</h3> 100 + 101 + <table align="center" style="justify-content: center;align-items: center;display: flex;"> 102 + <tr> 103 + <td align="center"> 104 + <p></p> 105 + <p> 106 + <a href="https://kutt.it/YpaKsX" target="_blank"> 107 + <picture height="50px"> 108 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/kinde-logo-wordmark-dark-480w.webp"> 109 + <img alt="Kinde logo" height="50px" src="https://heyapi.dev/images/kinde-logo-wordmark-480w.jpeg"> 110 + </picture> 111 + </a> 112 + </p> 113 + <p></p> 114 + </td> 115 + </tr> 116 + </table> 56 117 57 118 ## Quick Start 58 119
docs/public/images/kinde-logo-wordmark-1200w.png

This is a binary file and will not be displayed.

docs/public/images/kinde-logo-wordmark-1200w.webp

This is a binary file and will not be displayed.

docs/public/images/kinde-logo-wordmark-480w.jpeg

This is a binary file and will not be displayed.

docs/public/images/kinde-logo-wordmark-480w.webp

This is a binary file and will not be displayed.

docs/public/images/kinde-logo-wordmark-768w.webp

This is a binary file and will not be displayed.

docs/public/images/kinde-logo-wordmark-dark-1200w.png

This is a binary file and will not be displayed.

docs/public/images/kinde-logo-wordmark-dark-1200w.webp

This is a binary file and will not be displayed.

docs/public/images/kinde-logo-wordmark-dark-480w.jpeg

This is a binary file and will not be displayed.

docs/public/images/kinde-logo-wordmark-dark-480w.webp

This is a binary file and will not be displayed.

docs/public/images/kinde-logo-wordmark-dark-768w.webp

This is a binary file and will not be displayed.

docs/public/images/scalar-logo-wordmark-1200w.png

This is a binary file and will not be displayed.

docs/public/images/scalar-logo-wordmark-1200w.webp

This is a binary file and will not be displayed.

docs/public/images/scalar-logo-wordmark-480w.jpeg

This is a binary file and will not be displayed.

docs/public/images/scalar-logo-wordmark-480w.webp

This is a binary file and will not be displayed.

docs/public/images/scalar-logo-wordmark-768w.webp

This is a binary file and will not be displayed.

docs/public/kinde-logo-wordmark-dark.png

This is a binary file and will not be displayed.

docs/public/kinde-logo-wordmark.png

This is a binary file and will not be displayed.

docs/public/scalar-logo-wordmark.png

This is a binary file and will not be displayed.

+51
docs/scripts/optimize-images.js
··· 45 45 width: 1200, 46 46 }, 47 47 ], 48 + source: 'kinde-logo-wordmark.png', 49 + }, 50 + { 51 + sizes: [ 52 + { 53 + formats: ['jpeg', 'webp'], 54 + width: 480, 55 + }, 56 + { 57 + formats: ['webp'], 58 + width: 768, 59 + }, 60 + { 61 + formats: ['png', 'webp'], 62 + width: 1200, 63 + }, 64 + ], 65 + source: 'kinde-logo-wordmark-dark.png', 66 + }, 67 + { 68 + sizes: [ 69 + { 70 + formats: ['jpeg', 'webp'], 71 + width: 480, 72 + }, 73 + { 74 + formats: ['webp'], 75 + width: 768, 76 + }, 77 + { 78 + formats: ['png', 'webp'], 79 + width: 1200, 80 + }, 81 + ], 82 + source: 'scalar-logo-wordmark.png', 83 + }, 84 + { 85 + sizes: [ 86 + { 87 + formats: ['jpeg', 'webp'], 88 + width: 480, 89 + }, 90 + { 91 + formats: ['webp'], 92 + width: 768, 93 + }, 94 + { 95 + formats: ['png', 'webp'], 96 + width: 1200, 97 + }, 98 + ], 48 99 source: 'stainless-logo-wordmark.png', 49 100 }, 50 101 ];