Skip to content

Commit 3a189bf

Browse files
committed
take out internal prefix
1 parent 4f21edc commit 3a189bf

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fern add fern-csharp-sdk --group csharp-sdk
2323
`csharp-sdk` is the name of the `generators.yml` group that configures your C#/.NET
2424
SDK's output location and other metadata. You can customize this group name to
2525
differentiate between multiple SDKs across different languages (e.g.,
26-
`internal-csharp-sdk`, `ruby-sdk`, etc) in your organization.
26+
`ruby-sdk`, etc) in your organization.
2727
</Note>
2828

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fern add fern-go-sdk --group go-sdk
2222
`go-sdk` is the name of the `generators.yml` group that configures your Go
2323
SDK's output location and other metadata. You can customize this group name to
2424
differentiate between multiple SDKs across different languages (e.g.,
25-
`internal-go-sdk`, `ruby-sdk`, etc) in your organization.
25+
`ruby-sdk`, etc) in your organization.
2626
</Note>
2727

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fern add fern-java-sdk --group java-sdk
2222
`java-sdk` is the name of the `generators.yml` group that configures your Java
2323
SDK's output location and other metadata. You can customize this group name to
2424
differentiate between multiple SDKs across different languages (e.g.,
25-
`internal-java-sdk`, `ruby-sdk`, etc) in your organization.
25+
`ruby-sdk`, etc) in your organization.
2626
</Note>
2727

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fern add fern-php-sdk --group php-sdk
2323
`php-sdk` is the name of the `generators.yml` group that configures your PHP
2424
SDK's output location and other metadata. You can customize this group name to
2525
differentiate between multiple SDKs across different languages (e.g.,
26-
`internal-php-sdk`, `ruby-sdk`, etc) in your organization.
26+
`ruby-sdk`, etc) in your organization.
2727
</Note>
2828

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fern add fern-python-sdk --group python-sdk
2222
`python-sdk` is the name of the `generators.yml` group that configures your Python
2323
SDK's output location and other metadata. You can customize this group name to
2424
differentiate between multiple SDKs across different languages (e.g.,
25-
`internal-python-sdk`, `ruby-sdk`, etc) in your organization.
25+
`ruby-sdk`, etc) in your organization.
2626
</Note>
2727

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fern add fern-ruby-sdk --group ruby-sdk
2323
`ruby-sdk` is the name of the `generators.yml` group that configures your Ruby
2424
SDK's output location and other metadata. You can customize this group name to
2525
differentiate between multiple SDKs across different languages (e.g.,
26-
`internal-ruby-sdk`, `python-sdk`, etc) in your organization.
26+
`python-sdk`, etc) in your organization.
2727
</Note>
2828

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fern add fern-typescript-sdk --group ts-sdk
2323
`ts-sdk` is the name of the `generators.yml` group that configures your TypeScript
2424
SDK's output location and other metadata. You can customize this group name to
2525
differentiate between multiple SDKs across different languages (e.g.,
26-
`internal-ts-sdk`, `ruby-sdk`, etc) in your organization.
26+
`ruby-sdk`, etc) in your organization.
2727
</Note>
2828

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

0 commit comments

Comments
 (0)