Skip to content

Commit 996da5d

Browse files
docs: add green highlighting to x-fern-sdk-variables code blocks
Co-Authored-By: [email protected] <[email protected]>
1 parent 50b1239 commit 996da5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/products/api-def/openapi-pages/extensions/sdk-variables.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SDK variables are defined at the document level using `x-fern-sdk-variables` and
1515

1616
At the document level, define your variables with their types:
1717

18-
```yaml title="openapi.yml"
18+
```yaml {6-9} title="openapi.yml"
1919
openapi: 3.0.0
2020
info:
2121
title: Plant API
@@ -107,7 +107,7 @@ List<Plant> plants = client.listPlants();
107107

108108
You can define multiple SDK variables for complex path hierarchies:
109109

110-
```yaml title="openapi.yml"
110+
```yaml {1-8,18,24} title="openapi.yml"
111111
x-fern-sdk-variables:
112112
gardenId:
113113
type: string

0 commit comments

Comments
 (0)