Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
<div align="center">
<a href="https://www.speakeasy.com/" target="_blank">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/21dd5d3a-aefc-4cd3-abee-5e17ef1d4dad">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/0a747f98-d228-462d-9964-fd87bf93adc5">
<img width="100px" src="https://github.com/user-attachments/assets/21dd5d3a-aefc-4cd3-abee-5e17ef1d4dad#gh-light-mode-only" alt="Speakeasy">
</picture>
<img width="1500" height="500" alt="Speakeasy" src="https://github.com/user-attachments/assets/0e56055b-02a3-4476-9130-4be299e5a39c" />
</a>
<h1>Speakeasy</h1>
<p>Build APIs your users love ❤️ with Speakeasy</p>
<br />
<br />
<div>
<a href="https://speakeasy.com/docs/create-client-sdks/" target="_blank"><b>Docs Quickstart</b></a>&nbsp;&nbsp;//&nbsp;&nbsp;<a href="https://join.slack.com/t/speakeasy-dev/shared_invite/zt-1cwb3flxz-lS5SyZxAsF_3NOq5xc8Cjw" target="_blank"><b>Join us on Slack</b></a>
<a href="https://speakeasy.com/docs/create-client-sdks/" target="_blank"><b>Docs Quickstart</b></a>&nbsp;&nbsp;//&nbsp;&nbsp;<a href="https://go.speakeasy.com/slack" target="_blank"><b>Join us on Slack</b></a>
</div>
<br />

Expand Down Expand Up @@ -225,4 +221,4 @@ This application is included in the [speakeasy](https://github.com/speakeasy-api

## Contributing

We welcome contributions to this repository! Please open a Github issue or a Pull Request if you have an implementation for a bug fix or feature. This repository is compliant with the [jsonpath standard compliance test suite](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite/tree/9277705cda4489c3d0d984831e7656e48145399b)
We welcome contributions to this repository! Please open a Github issue or a Pull Request if you have an implementation for a bug fix or feature. This repository is compliant with the [jsonpath standard compliance test suite](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite/tree/9277705cda4489c3d0d984831e7656e48145399b)
27 changes: 13 additions & 14 deletions web/index.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
<!doctype html>
<html lang="en" class="dark">
<head>
<%- injectScriptHead %>

<head>
<%- injectScriptHead %>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="OpenAPI Overlay Playground | Speakeasy">
<meta property="og:description" content="A tool to visualize and generate OpenAPI Overlays">
<meta property="og:url" content="https://overlay.speakeasy.com">
<meta content="/og-image-600x900.png" property="og:image" />
<meta content="/opengraph-image.png" property="og:image" />
<meta content="Speakeasy" property="og:image:alt" />
<meta content="600" property="og:image:height" />
<meta content="900" property="og:image:width" />
<meta content="/og-image-2000x1333.png" property="og:image" />
<meta content="Speakeasy" property="og:image:alt" />
<meta content="1333" property="og:image:height" />
<meta content="2000" property="og:image:width" />
<meta content="1200" property="og:image:height" />
<meta content="642" property="og:image:width" />
<title>OpenAPI Overlay Playground</title>
<style>
body {
Expand All @@ -24,9 +21,11 @@
padding: 0;
}
</style>
</head>
<body>
<%- injectScriptBody %>
</head>

<body>
<%- injectScriptBody %>
<div id="root"></div>
</body>
</html>
</body>

</html>
Binary file modified web/public/favicon.ico
Binary file not shown.
Binary file removed web/public/og-image-2000x1333.png
Binary file not shown.
Binary file removed web/public/og-image-600x900.png
Binary file not shown.
Binary file added web/public/opengraph-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions web/src/Playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,8 @@ function Playground() {
.
</p>
<p className="text-sm text-muted-foreground pt-2">
(Upload an OpenAPI spec and track edits as an overlay or write an overlay directly)
(Upload an OpenAPI spec and track edits as an overlay or write
an overlay directly)
</p>
</div>
</div>
Expand All @@ -411,7 +412,7 @@ function Playground() {
Made by the team at
<div className="sr-only ml-2">Speakeasy</div>
<img
className="inline-block h-3 w-auto align-baseline ml-2"
className="inline-block h-5 w-auto ml-2"
src={speakeasyWhiteLogo}
alt=""
/>
Expand Down
26 changes: 14 additions & 12 deletions web/src/assets/speakeasy-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading