Skip to content

Commit edc4d55

Browse files
committed
add frames
1 parent f8a8ce5 commit edc4d55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

integrations/sdks/speakeasy.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ description: "Automate your SDK usage snippets in the API playground"
55

66
Autogenerated code snippets from Speakeasy SDKs can be integrated directly into Mintlify API reference documentation. SDK usage snippets are shown in the [interactive playground](/api-playground/overview) of Mintlify-powered documentation sites.
77

8+
<Frame>
89
![A Mintlify API playground with Speakeasy code snippets.](/images/speakeasy/mintlify-with-speakeasy-openapi.png)
10+
</Frame>
911

1012
## Prerequisites
1113

@@ -22,15 +24,19 @@ To integrate Speakeasy with Mintlify, you must get the API's combined spec publi
2224

2325
Navigate to your [Speakeasy Dashboard](https://app.speakeasy.com) and open the **API Registry** tab. Open the `*-with-code-samples` entry for the API.
2426

27+
<Frame>
2528
![Screenshot of the Speakeasy API Registry page. The API Registry tab is emphasized with a red square and the number 1 and the entry for the API is emphasized with a red square and the number 2.](/images/speakeasy/openapi-registry-and-combined-spec.png)
29+
</Frame>
2630

2731
<Note>
2832
If the entry is not labeled **Combined Spec**, ensure that the API has an [automatic code sample URL](https://www.speakeasy.com/docs/code-samples/automated-code-sample-urls) configured.
2933
</Note>
3034

3135
From the registry entry's page, copy the provided public URL.
3236

37+
<Frame>
3338
![Screenshot showing the combined spec registry entry with the copy URL function emphasized with a red square.](/images/speakeasy/copy-combined-spec-url.png)
39+
</Frame>
3440

3541
### Update your `docs.json` configuration file
3642

0 commit comments

Comments
 (0)