Skip to content

Commit 203661f

Browse files
committed
adjust
1 parent c023474 commit 203661f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

fern/docs/pages/get-started/overview.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ The API is organized around four main capabilities, each handling a specific asp
5757
If payment fails at step 5, the system takes an alternate path: the payment gateway declines the transaction (step 5), the API cancels the order (step 6), and the customer receives a cancellation notice (step 7).
5858

5959
<llms-ignore>
60+
<Callout intent="success">
61+
Ready to get started? Follow our [Quickstart guide](/quickstart) to make your first API request in under 5 minutes, or explore the [API Reference](/api-reference) to see all available endpoints.
62+
</Callout>
63+
</llms-ignore>
64+
6065
<Accordion title="Architecture diagram">
6166
```mermaid
6267
sequenceDiagram
@@ -80,7 +85,6 @@ sequenceDiagram
8085
end
8186
```
8287
</Accordion>
83-
</llms-ignore>
8488

8589
<llms-only>
8690

0 commit comments

Comments
 (0)