Skip to content

Commit 0305b4d

Browse files
authored
Add snippet for fern.config.json version and apply to relevant docs (#150)
1 parent d9168a0 commit 0305b4d

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

fern/products/api-definition/pages/introduction/what-is-the-fern-folder.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ the version of the Fern CLI that you are using.
3434
```json
3535
{
3636
"organization": "imdb",
37-
"version": "0.31.2"
37+
"version": "<Markdown src="/products/sdks/snippets/fern-config-json-version.mdx"/>"
3838
}
3939
```
4040

fern/products/docs/pages/customization/project-structure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The `fern.config.json` file specifies your organization name and the version of
160160
```json
161161
{
162162
"organization": "my-organization",
163-
"version": "0.55.1"
163+
"version": "<Markdown src="/products/sdks/snippets/fern-config-json-version.mdx"/>"
164164
}
165165
```
166166
</CodeBlock>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The `fern.config.json` file specifies your organization name and the version of
160160
```json
161161
{
162162
"organization": "my-organization",
163-
"version": "0.55.1"
163+
"version": "<Markdown src="/products/sdks/snippets/fern-config-json-version.mdx"/>"
164164
}
165165
```
166166
</CodeBlock>

fern/products/sdks/fern-folder.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ using.
4646
```json
4747
{
4848
"organization": "imdb",
49-
"version": "0.31.2"
49+
"version": "<Markdown src="/products/sdks/snippets/fern-config-json-version.mdx"/>"
5050
}
5151
```
5252

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.65.27

0 commit comments

Comments
 (0)