Skip to content

Commit 6ecfc31

Browse files
committed
chore: rename Typescript -> TypeScript
1 parent 28a625f commit 6ecfc31

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

fern/products/cli-api-reference/pages/snippets-api-intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Fern maintains official API clients for Node.js and Python. We recommend using t
2020

2121
<Cards>
2222
<Card
23-
title="Node/Typescript"
23+
title="Node/TypeScript"
2424
icon="brands node"
2525
href="https://github.com/fern-api/node-sdk"
2626
/>

fern/products/docs/pages/integrations/analytics/segment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to integrate Fern Docs with Segment to track user behavio
44
---
55

66
<Note>
7-
Currently we only support Segment via a custom writeKey in the docs.yml file, however you can add other providers to your docs page through [Custom Javascript](/learn/docs/building-your-docs/custom-css-global-js).
7+
Currently we only support Segment via a custom writeKey in the docs.yml file, however you can add other providers to your docs page through [Custom JavaScript](/learn/docs/building-your-docs/custom-css-global-js).
88
We are also working on adding support for additional analytics tools via the docs.yml file analytics block!
99
</Note>
1010

fern/products/sdks/overview/typescript/configuration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Typescript Configuration
3-
description: Configuration options for the Fern Typescript SDK.
2+
title: TypeScript Configuration
3+
description: Configuration options for the Fern TypeScript SDK.
44
---
55

66
You can customize the behavior of the TypeScript SDK generator in `generators.yml`:
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Typescript Customer Showcase
3-
description: Customer success stories for the Fern Typescript SDK.
2+
title: TypeScript Customer Showcase
3+
description: Customer success stories for the Fern TypeScript SDK.
44
---
55

6-
See how customers are using the Fern Typescript SDK in their applications.
6+
See how customers are using the Fern TypeScript SDK in their applications.
77

88
<Warning>This page is a WIP, please refer to our [customer showcase](https://www.buildwithfern.com/showcase).</Warning>

fern/products/sdks/overview/typescript/design.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Typescript SDK Design
2+
title: TypeScript SDK Design
33
description: "Key design decisions behind our TypeScript SDK generator"
44
---
55

6-
Learn about the design principles and philosophy behind the Fern Typescript SDK.
6+
Learn about the design principles and philosophy behind the Fern TypeScript SDK.
77

88
<CardGroup cols={3}>
99
<Card title="Dependency Free" icon="fa-duotone fa-leaf" href="#dependency-free">

fern/products/sdks/overview/typescript/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: TypeScript Quickstart
3-
description: Get started quickly with the Fern Typescript SDK.
3+
description: Get started quickly with the Fern TypeScript SDK.
44
---
55

66
<Markdown src="/products/sdks/snippets/demo-warning.mdx"/>

fern/products/sdks/sdks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ navigation:
77
href: https://buildwithfern.com/showcase
88
- section: Generators
99
contents:
10-
- section: Typescript
10+
- section: TypeScript
1111
contents:
1212
- page: Quickstart
1313
path: ./overview/typescript/quickstart.mdx

0 commit comments

Comments
 (0)