Skip to content

Commit bc19113

Browse files
Replace Cartesia references with OpenRouter
- Updated project-structure.mdx to reference OpenRouter's API documentation instead of Cartesia's Fern configuration - Updated http-snippets.mdx to reference OpenRouter's API documentation as an example - Updated websockets.mdx to use generic caption instead of Cartesia-specific reference Co-Authored-By: Kapil Gowru <[email protected]>
1 parent e55f8e2 commit bc19113

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

fern/products/api-def/ferndef-pages/websockets.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ A `channel` is defined by the following fields:
8181
8282
Fern renders a unique reference page for WebSockets. The **Handshake** section outlines the protocol for connecting with the server, while the **Send** and **Receive** sections outline the message schemas that can be sent between the client and server.
8383
84-
<Frame caption="Cartesia's WebSocket Reference page">
84+
<Frame caption="WebSocket Reference page example">
8585
<img src="./wss-reference.png" alt="The WebSocket Reference" />
8686
</Frame>
8787
@@ -93,4 +93,4 @@ Users can connect to and use WebSockets from right within the API Reference (che
9393
9494
<Frame caption="Click 'Play' to open the WebSocket Playground">
9595
<img src="./websocket.png" alt="WebSocket Playground"/>
96-
</Frame>
96+
</Frame>

fern/products/docs/pages/api-references/http-snippets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ HTTP snippets automatically include:
8181
- If no SDK snippets exist, HTTP snippets will display automatically
8282
- User language preferences are saved client-side
8383

84-
To see HTTP snippets in action, check out [Cartesia's API documentation](https://docs.cartesia.ai/api-reference/tts/bytes) for a live example of how they appear in production documentation.
84+
To see HTTP snippets in action, check out [OpenRouter's API documentation](https://openrouter.ai/docs/quickstart) for a live example of how they appear in production documentation.

fern/products/docs/pages/getting-started/project-structure.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ title: Fern's Documentation
141141
```
142142
</CodeBlock>
143143

144-
To see this in practice, check out [Cartesia's Fern configuration](https://github.com/cartesia-ai/docs/tree/main/fern/apis/version-2025-04-16/definition).
144+
To see this in practice, check out [OpenRouter's API documentation](https://openrouter.ai/docs/quickstart).
145145

146146
</Accordion>
147147
<Accordion title="Multiple APIs">
@@ -180,6 +180,6 @@ title: Fern's Documentation
180180

181181
## `fern.config.json`
182182

183-
<Markdown src="/snippets/fern-config-json-reference.mdx" />
183+
<Markdown src="/snippets/fern-config-json-reference.mdx" />
184184

185185

0 commit comments

Comments
 (0)