You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/sdks/overview/csharp/publishing-to-nuget.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ you'll have a versioned package published on NuGet.
12
12
<imgsrc="assets/dotnet-package.png"alt="Versioned package published on NuGet" />
13
13
</Frame>
14
14
15
-
<Info>This guide assumes that you already have an initialized `fern`folder on your local machine. If you don’t, run `fern init`. See [.NET Quickstart](quickstart.mdx) for more details.</Info>
Copy file name to clipboardExpand all lines: fern/products/sdks/overview/go/publishing-to-go-package-manager.mdx
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ a versioned package published on pkg.go.dev.
17
17
18
18
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:
19
19
***Public** visibility
20
-
*A required license (e.g. [MIT](https://opensource.org/license/mit), [Apache](https://www.apache.org/licenses/LICENSE-2.0)) to the repository.
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**.
22
22
23
23
@@ -97,13 +97,16 @@ a versioned package published on pkg.go.dev.
97
97
98
98
Navigate to `https://pkg.go.dev/github.com/<github-org>/<github-repo-name>/` and send a request to index your package. In a few minutes, your new release should be published to [https://pkg.go.dev/](https://pkg.go.dev/)!
99
99
100
-
<Tip>After releasing a new version, it may take a few minutes for pkg.go.dev
101
-
to index and display the update. You can also try checking to see if the Go
Copy file name to clipboardExpand all lines: fern/products/sdks/overview/java/publishing-to-maven-central.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Publish your public-facing Fern Java SDK to the [Maven Central
7
7
registry](https://pypi.org/). After following the steps on this page,
8
8
you'll have a versioned package published on Maven Central.
9
9
10
-
<Info>This guide assumes that you already have an initialized `fern`folder on your local machine. If you don’t, run `fern init`. See [Java Quickstart](quickstart.mdx) for more details.</Info>
Copy file name to clipboardExpand all lines: fern/products/sdks/overview/php/publishing-to-packagist.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ you'll have a versioned package published on Packagist.
11
11
<imgsrc="assets/packagist-package.png"alt="Versioned package published on Packagist" />
12
12
</Frame>
13
13
14
-
<Info>This guide assumes that you already have an initialized `fern`folder on your local machine. If you don’t, run `fern init`. See [PHP Quickstart](quickstart.mdx) for more details.</Info>
Copy file name to clipboardExpand all lines: fern/products/sdks/overview/python/publishing-to-pypi.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ you'll have a versioned package published on PyPI.
11
11
<imgsrc="assets/pypi-package.png"alt="Versioned package published on PyPI" />
12
12
</Frame>
13
13
14
-
<Info>This guide assumes that you already have an initialized `fern`folder on your local machine. If you don’t, run `fern init`. See [Python Quickstart](quickstart.mdx) for more details.</Info>
0 commit comments