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
6 changes: 0 additions & 6 deletions fern/products/sdks/overview/csharp/publishing-to-nuget.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ you'll have a versioned package published on NuGet.

<Markdown src="/products/sdks/snippets/setup-fern-folder-callout.mdx"/>

## Set up your GitHub integration

1. Create a new GitHub repository called `company-csharp` (or something similar) for your SDK, if you haven't done so already.
1. Install the [Fern GitHub App](https://github.com/apps/fern-api): Select **Configure**, then scroll down to **Repository Access**. Select **Only select repositories** and in the dropdown select the repository for your SDK. Click **Save**.


## Configure `generators.yml`

<Steps>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ you'll have a versioned package published on pkg.go.dev.

<Markdown src="/products/sdks/snippets/setup-fern-folder-callout.mdx"/>

## Set up your GitHub integration
<Note>
To successfully publish your SDK as a Go module, your repository must have:
* **Public** visibility
* An [approved license](https://pkg.go.dev/license-policy) (e.g. [MIT](https://opensource.org/license/mit), [Apache](https://www.apache.org/licenses/LICENSE-2.0))
</Note>

1. Create a new GitHub repository called `company-go` (or something similar) for your SDK, if you haven't done so already. Make sure your repository has:
* **Public** visibility
* An [approved license](https://pkg.go.dev/license-policy) (e.g. [MIT](https://opensource.org/license/mit), [Apache](https://www.apache.org/licenses/LICENSE-2.0))
1. Install the [Fern GitHub App](https://github.com/apps/fern-api): Select **Configure**, then scroll down to **Repository Access**. Select **Only select repositories** and in the dropdown select the repository for your SDK. Click **Save**.


## Configure `generators.yml`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ you'll have a versioned package published on Maven Central.

<Markdown src="/products/sdks/snippets/setup-fern-folder-callout.mdx"/>

## Set up your GitHub integration

1. Create a new GitHub repository called `company-java` (or something similar) for your SDK, if you haven't done so already.
1. Install the [Fern GitHub App](https://github.com/apps/fern-api): Select **Configure**, then scroll down to **Repository Access**. Select **Only select repositories** and in the dropdown select the repository for your SDK. Click **Save**.


## Configure `generators.yml`

<Steps>
Expand Down
15 changes: 0 additions & 15 deletions fern/products/sdks/overview/php/publishing-to-packagist.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,6 @@ you'll have a versioned package published on Packagist.

<Markdown src="/products/sdks/snippets/setup-fern-folder-callout.mdx"/>

## Set up your GitHub integration

1. Create a new GitHub repository called `company-php` (or something similar) for your SDK, if you haven't done so already.
<Warning>
Your repository must:
* Have **public** visibility. You can configure this in your repository's
**Settings**.
* Have a `composer.json` file in your main branch that adheres to Packagist's
requirements. See Packagist's [Getting
Started](https://packagist.org/) and [Naming
Conventions](https://packagist.org/about#naming-your-package) documentation.
</Warning>
1. Install the [Fern GitHub App](https://github.com/apps/fern-api): Select **Configure**, then scroll down to **Repository Access**. Select **Only select repositories** and in the dropdown select the repository for your SDK. Click **Save**.


## Configure `generators.yml`

<Steps>
Expand Down
6 changes: 0 additions & 6 deletions fern/products/sdks/overview/python/publishing-to-pypi.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ you'll have a versioned package published on PyPI.

<Markdown src="/products/sdks/snippets/setup-fern-folder-callout.mdx"/>

## Set up your GitHub integration

1. Create a new GitHub repository called `company-python` (or something similar) for your SDK, if you haven't done so already.
1. Install the [Fern GitHub App](https://github.com/apps/fern-api): Select **Configure**, then scroll down to **Repository Access**. Select **Only select repositories** and in the dropdown select the repository for your SDK. Click **Save**.


## Configure `generators.yml`

<Steps>
Expand Down
6 changes: 0 additions & 6 deletions fern/products/sdks/overview/ruby/publishing-to-rubygems.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ you'll have a versioned package published on RubyGems.

<Markdown src="/products/sdks/snippets/setup-fern-folder-callout.mdx"/>

## Set up your GitHub integration

1. Create a new GitHub repository called `company-ruby` (or something similar) for your SDK, if you haven't done so already.
1. Install the [Fern GitHub App](https://github.com/apps/fern-api): Select **Configure**, then scroll down to **Repository Access**. Select **Only select repositories** and in the dropdown select the repository for your SDK. Click **Save**.


## Configure `generators.yml`

<Steps>
Expand Down