Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions fern/products/sdks/overview/csharp/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Generate a C#/.NET SDK by following the instructions on this page.

### Add the SDK generator

Add the C#/.NET SDK generator:
Run the following command to add the C#/.NET SDK generator to `generators.yml`:

```bash
fern add fern-csharp-sdk --group csharp-sdk
Expand All @@ -26,17 +26,24 @@ fern add fern-csharp-sdk --group csharp-sdk
`ruby-sdk`, etc) in your organization.
</Note>

This command adds the following to `generators.yml`:
This command adds the following `group` to `generators.yml`:

```yaml
csharp-sdk:
```yaml title="generators.yml"
csharp-sdk: # group name
generators:
- name: fernapi/fern-csharp-sdk
version: <Markdown src="/snippets/version-number-csharp.mdx"/>
output:
location: local-file-system
path: ../sdks/csharp
```
### Generate the SDK

Run the following command to generate your SDK:

```bash
fern generate --group csharp-sdk
```

<Markdown src="/products/sdks/snippets/generate-sdk.mdx"/>

Expand Down
10 changes: 5 additions & 5 deletions fern/products/sdks/overview/go/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Generate a Go SDK by following the instructions on this page.

### Add the SDK generator

Add the Go SDK generator:
Run the following command to add the Go SDK generator to `generators.yml`:

```bash
fern add fern-go-sdk --group go-sdk
Expand All @@ -25,10 +25,10 @@ fern add fern-go-sdk --group go-sdk
`ruby-sdk`, etc) in your organization.
</Note>

This command adds the following to `generators.yml`:
This command adds the following `group` to `generators.yml`:

```yaml
go-sdk:
```yaml title="generators.yml"
go-sdk: # group name
generators:
- name: fernapi/fern-go-sdk
version: <Markdown src="/snippets/version-number-go.mdx"/>
Expand All @@ -39,7 +39,7 @@ This command adds the following to `generators.yml`:

### Generate the SDK

Generate the SDK:
Run the following command to generate your SDK:

```bash
fern generate --group go-sdk
Expand Down
10 changes: 5 additions & 5 deletions fern/products/sdks/overview/java/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Generate a Java SDK by following the instructions on this page.

### Add the SDK generator

Add the Java SDK generator:
Run the following command to add the Java SDK generator to `generators.yml`:

```bash
fern add fern-java-sdk --group java-sdk
Expand All @@ -25,10 +25,10 @@ fern add fern-java-sdk --group java-sdk
`ruby-sdk`, etc) in your organization.
</Note>

This command adds the following to `generators.yml`:
This command adds the following `group` to `generators.yml`:

```yaml
java-sdk:
```yaml title="generators.yml"
java-sdk: # group name
generators:
- name: fernapi/fern-java-sdk
version: <Markdown src="/snippets/version-number-java.mdx"/>
Expand All @@ -39,7 +39,7 @@ This command adds the following to `generators.yml`:

### Generate the SDK

Generate the SDK:
Run the following command to generate your SDK:

```bash
fern generate --group java-sdk
Expand Down
10 changes: 5 additions & 5 deletions fern/products/sdks/overview/php/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Generate a PHP SDK by following the instructions on this page.

### Add the SDK generator

Add the PHP SDK generator:
Run the following command to add the PHP SDK generator to `generators.yml`:

```bash
fern add fern-php-sdk --group php-sdk
Expand All @@ -26,10 +26,10 @@ fern add fern-php-sdk --group php-sdk
`ruby-sdk`, etc) in your organization.
</Note>

This command adds the following to `generators.yml`:
This command adds the following `group` to `generators.yml`:

```yaml
php-sdk:
```yaml title="generators.yml"
php-sdk: # group name
generators:
- name: fernapi/fern-php-sdk
version: <Markdown src="/snippets/version-number-php.mdx"/>
Expand All @@ -40,7 +40,7 @@ This command adds the following to `generators.yml`:

### Generate the SDK

Generate the SDK:
Run the following command to generate your SDK:

```bash
fern generate --group php-sdk
Expand Down
10 changes: 5 additions & 5 deletions fern/products/sdks/overview/python/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Generate a Python SDK by following the instructions on this page.

### Add the SDK generator

Add the Python SDK generator:
Run the following command to add the Python SDK generator to `generators.yml`:

```bash
fern add fern-python-sdk --group python-sdk
Expand All @@ -25,10 +25,10 @@ fern add fern-python-sdk --group python-sdk
`ruby-sdk`, etc) in your organization.
</Note>

This command adds the following to `generators.yml`:
This command adds the following `group` to `generators.yml`:

```yaml
python-sdk:
```yaml title="generators.yml"
python-sdk: # group name
generators:
- name: fernapi/fern-python-sdk
version: <Markdown src="/snippets/version-number-python.mdx"/>
Expand All @@ -39,7 +39,7 @@ This command adds the following to `generators.yml`:

### Generate the SDK

Generate the SDK:
Run the following command to generate your SDK:

```bash
fern generate --group python-sdk
Expand Down
10 changes: 5 additions & 5 deletions fern/products/sdks/overview/ruby/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Generate a Ruby SDK by following the instructions on this page.

### Add the SDK generator

Add the Ruby SDK generator:
Run the following command to add the Ruby SDK generator to `generators.yml`:

```bash
fern add fern-ruby-sdk --group ruby-sdk
Expand All @@ -26,10 +26,10 @@ fern add fern-ruby-sdk --group ruby-sdk
`python-sdk`, etc) in your organization.
</Note>

This command adds the following to `generators.yml`:
This command adds the following `group` to `generators.yml`:

```yaml
ruby-sdk:
```yaml title="generators.yml"
ruby-sdk: # group name
generators:
- name: fernapi/fern-ruby-sdk
version: <Markdown src="/snippets/version-number-ruby.mdx"/>
Expand All @@ -40,7 +40,7 @@ This command adds the following to `generators.yml`:

### Generate the SDK

Generate the SDK:
Run the following command to generate your SDK:

```bash
fern generate --group ruby-sdk
Expand Down
10 changes: 5 additions & 5 deletions fern/products/sdks/overview/typescript/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Generate a TypeScript SDK by following the instructions on this page.

### Add the SDK generator

Add the TypeScript SDK generator:
Run the following command to add the TypeScript SDK generator to `generators.yml`:

```bash
fern add fern-typescript-sdk --group ts-sdk
Expand All @@ -26,10 +26,10 @@ fern add fern-typescript-sdk --group ts-sdk
`ruby-sdk`, etc) in your organization.
</Note>

This command adds the following to `generators.yml`:
This command adds the following `group` to `generators.yml`:

```yaml
ts-sdk:
```yaml title="generators.yml"
ts-sdk: # group name
generators:
- name: fernapi/fern-typescript-sdk
version: <Markdown src="/snippets/version-number-ts.mdx"/>
Expand All @@ -39,7 +39,7 @@ This command adds the following to `generators.yml`:
```
### Generate the SDK

Generate the SDK:
Run the following command to generate your SDK:

```bash
fern generate --group ts-sdk
Expand Down