diff --git a/fern/products/sdks/overview/csharp/publishing-to-nuget.mdx b/fern/products/sdks/overview/csharp/publishing-to-nuget.mdx index 113d6f584..934f0386f 100644 --- a/fern/products/sdks/overview/csharp/publishing-to-nuget.mdx +++ b/fern/products/sdks/overview/csharp/publishing-to-nuget.mdx @@ -14,12 +14,6 @@ you'll have a versioned package published on NuGet. -## 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` diff --git a/fern/products/sdks/overview/go/publishing-to-go-package-manager.mdx b/fern/products/sdks/overview/go/publishing-to-go-package-manager.mdx index b39243896..ed1de8b05 100644 --- a/fern/products/sdks/overview/go/publishing-to-go-package-manager.mdx +++ b/fern/products/sdks/overview/go/publishing-to-go-package-manager.mdx @@ -13,12 +13,12 @@ you'll have a versioned package published on pkg.go.dev. -## Set up your GitHub integration + + 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)) + - 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` diff --git a/fern/products/sdks/overview/java/publishing-to-maven-central.mdx b/fern/products/sdks/overview/java/publishing-to-maven-central.mdx index 94c5009c7..29e2d667c 100644 --- a/fern/products/sdks/overview/java/publishing-to-maven-central.mdx +++ b/fern/products/sdks/overview/java/publishing-to-maven-central.mdx @@ -9,12 +9,6 @@ you'll have a versioned package published on Maven Central. -## 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` diff --git a/fern/products/sdks/overview/php/publishing-to-packagist.mdx b/fern/products/sdks/overview/php/publishing-to-packagist.mdx index cffcdb2fe..33c7b02cd 100644 --- a/fern/products/sdks/overview/php/publishing-to-packagist.mdx +++ b/fern/products/sdks/overview/php/publishing-to-packagist.mdx @@ -13,21 +13,6 @@ you'll have a versioned package published on Packagist. -## 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. - - 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. - - 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` diff --git a/fern/products/sdks/overview/python/publishing-to-pypi.mdx b/fern/products/sdks/overview/python/publishing-to-pypi.mdx index d524cb033..65d261548 100644 --- a/fern/products/sdks/overview/python/publishing-to-pypi.mdx +++ b/fern/products/sdks/overview/python/publishing-to-pypi.mdx @@ -13,12 +13,6 @@ you'll have a versioned package published on PyPI. -## 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` diff --git a/fern/products/sdks/overview/ruby/publishing-to-rubygems.mdx b/fern/products/sdks/overview/ruby/publishing-to-rubygems.mdx index ed00e32e6..e00abd2a7 100644 --- a/fern/products/sdks/overview/ruby/publishing-to-rubygems.mdx +++ b/fern/products/sdks/overview/ruby/publishing-to-rubygems.mdx @@ -9,12 +9,6 @@ you'll have a versioned package published on RubyGems. -## 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`