Skip to content

Commit 6079645

Browse files
committed
docs: bump stats
1 parent 3a39e0d commit 6079645

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ coverage
2222
test/generated
2323
test/e2e/generated
2424

25+
# debug files
26+
debug
27+
openapi-ts-debug-*
2528
# error files
29+
logs
2630
openapi-ts-error-*
2731

2832
# But DO NOT ignore generated snapshots!

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: home
33

44
hero:
55
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.
77
actions:
88
- link: /openapi-ts/get-started
99
text: Get Started

docs/openapi-ts/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { embedProject } from '../embed'
1313
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).
1414
:::
1515

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.
1717

1818
### Demo
1919

packages/nuxt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Love Hey API? Become our [sponsor](https://github.com/sponsors/hey-api).
9696
<td align="center">
9797
<a href="https://kutt.it/KkqSaw" target="_blank">
9898
<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">
100100
<img alt="Cella logo" height="34px" src="https://heyapi.dev/images/cella-logo-wordmark-480w.jpeg">
101101
</picture>
102102
</a>

packages/openapi-ts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Love Hey API? Become our [sponsor](https://github.com/sponsors/hey-api).
112112
<td align="center">
113113
<a href="https://kutt.it/KkqSaw" target="_blank">
114114
<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">
116116
<img alt="Cella logo" height="34px" src="https://heyapi.dev/images/cella-logo-wordmark-480w.jpeg">
117117
</picture>
118118
</a>

packages/vite-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Love Hey API? Become our [sponsor](https://github.com/sponsors/hey-api).
8282
<td align="center">
8383
<a href="https://kutt.it/KkqSaw" target="_blank">
8484
<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">
8686
<img alt="Cella logo" height="34px" src="https://heyapi.dev/images/cella-logo-wordmark-480w.jpeg">
8787
</picture>
8888
</a>

0 commit comments

Comments
 (0)