Skip to content

Commit b5f8083

Browse files
committed
add snippet for fern.config.json version and apply to relevant docs
1 parent 215940f commit b5f8083

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

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)