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 #2256 from hey-api/docs/stats-bump

docs: bump stats

authored by

Lubos and committed by
GitHub
78841903 3a39e0da

+9 -5
+4
.gitignore
··· 22 22 test/generated 23 23 test/e2e/generated 24 24 25 + # debug files 26 + debug 27 + openapi-ts-debug-* 25 28 # error files 29 + logs 26 30 openapi-ts-error-* 27 31 28 32 # But DO NOT ignore generated snapshots!
+1 -1
docs/index.md
··· 3 3 4 4 hero: 5 5 name: High-quality tools for interacting with APIs 6 - tagline: Codegen for your TypeScript projects. Trusted over 1,750,000 times each month to generate reliable API clients and SDKs. 6 + tagline: Codegen for your TypeScript projects. Trusted over 2,000,000 times each month to generate reliable API clients and SDKs. 7 7 actions: 8 8 - link: /openapi-ts/get-started 9 9 text: Get Started
+1 -1
docs/openapi-ts/get-started.md
··· 13 13 This package is in initial development. The interface might change before it becomes stable. We encourage you to leave feedback on [GitHub](https://github.com/hey-api/openapi-ts/issues). 14 14 ::: 15 15 16 - [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) is an OpenAPI to TypeScript codegen trusted over 1,750,000 times each month to generate reliable API clients and SDKs. The code is [MIT-licensed](/license) and free to use. Discover available features below or view our [roadmap](https://github.com/orgs/hey-api/discussions/1495) to learn what's coming next. 16 + [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) is an OpenAPI to TypeScript codegen trusted over 2,000,000 times each month to generate reliable API clients and SDKs. The code is [MIT-licensed](/license) and free to use. Discover available features below or view our [roadmap](https://github.com/orgs/hey-api/discussions/1495) to learn what's coming next. 17 17 18 18 ### Demo 19 19
+1 -1
packages/nuxt/README.md
··· 96 96 <td align="center"> 97 97 <a href="https://kutt.it/KkqSaw" target="_blank"> 98 98 <picture height="34px"> 99 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/cella-logo-wordmark-dark-480w.webp"> 99 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/cella-logo-wordmark-480w.webp"> 100 100 <img alt="Cella logo" height="34px" src="https://heyapi.dev/images/cella-logo-wordmark-480w.jpeg"> 101 101 </picture> 102 102 </a>
+1 -1
packages/openapi-ts/README.md
··· 112 112 <td align="center"> 113 113 <a href="https://kutt.it/KkqSaw" target="_blank"> 114 114 <picture height="34px"> 115 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/cella-logo-wordmark-dark-480w.webp"> 115 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/cella-logo-wordmark-480w.webp"> 116 116 <img alt="Cella logo" height="34px" src="https://heyapi.dev/images/cella-logo-wordmark-480w.jpeg"> 117 117 </picture> 118 118 </a>
+1 -1
packages/vite-plugin/README.md
··· 82 82 <td align="center"> 83 83 <a href="https://kutt.it/KkqSaw" target="_blank"> 84 84 <picture height="34px"> 85 - <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/cella-logo-wordmark-dark-480w.webp"> 85 + <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/images/cella-logo-wordmark-480w.webp"> 86 86 <img alt="Cella logo" height="34px" src="https://heyapi.dev/images/cella-logo-wordmark-480w.jpeg"> 87 87 </picture> 88 88 </a>