Skip to content

Commit e69898d

Browse files
authored
Merge pull request #3034 from hey-api/docs/openapi-ts-hero
docs: update README image
2 parents 765ab22 + 65a843a commit e69898d

File tree

7 files changed

+19
-2
lines changed

7 files changed

+19
-2
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@docs/openapi-ts",
33
"version": "0.10.4",
4-
"description": "Documentation for OpenaAPI TypeScript.",
4+
"description": "Documentation for OpenAPI TypeScript.",
55
"private": true,
66
"type": "module",
77
"scripts": {
321 KB
Loading
26.4 KB
Loading
91.5 KB
Loading

docs/public/openapi-ts-hero.png

5.14 MB
Loading

docs/scripts/optimize-images.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,23 @@ const images = [
3131
],
3232
source: 'bricks.png',
3333
},
34+
{
35+
sizes: [
36+
{
37+
formats: ['png'],
38+
width: 300,
39+
},
40+
{
41+
formats: ['png'],
42+
width: 640,
43+
},
44+
{
45+
formats: ['png'],
46+
width: 1280,
47+
},
48+
],
49+
source: 'openapi-ts-hero.png',
50+
},
3451
{
3552
sizes: [
3653
{

packages/openapi-ts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img alt="Two people looking at the blueprint" height="214" src="https://heyapi.dev/images/blueprint-640w.png" width="320">
2+
<img alt="Hey API presents openapi-ts" height="214" src="https://heyapi.dev/images/openapi-ts-hero-640w.png" width="438">
33
<h1><b>OpenAPI TypeScript</b></h1>
44
<p><em>“OpenAPI codegen that just works.”</em><br/><sub>— Guillermo Rauch, CEO of Vercel</sub></p>
55
</div>

0 commit comments

Comments
 (0)