Skip to content

Commit

Permalink
(docs): update plans info (#3156)
Browse files Browse the repository at this point in the history
docs: update plans info
  • Loading branch information
minaelee authored Mar 11, 2024
1 parent 11f359c commit 801b920
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ description: Use the Snippets API to automatically populate sample SDK code snip
With Fern's Snippets API, you can automatically populate sample SDK code snippets for your documentation, generated from examples in your API definition. For more information, see [Snippets](/fern-docs/config/snippets).

<Callout intent="tip">
Note: Access to the Snippets API is available with our `Starter` and `Business` plans. Want to get set up? [Email us](mailto:[email protected]).
Note: Access to the Snippets API is available with our `Starter` plan or higher. Want to get set up? [Email us](mailto:[email protected]).
</Callout>

### API stability

Some of the documented endpoints are undergoing active development. Use the <Availability type="beta" /> and <Availability type="GA"/>
Some of the documented endpoints are undergoing active development. Use the <Availability type="beta" /> and <Availability type="GA" />
tags to differentiate between those that are stable and those that are not. GA stands for generally available.

### Official API clients
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ description: Use Fern's Express.js server-side generator to generate types and n

The Express generator generates types and networking logic for your Express server. This saves you time and adds compile-time safety by guaranteeing that you are serving the exact API that you specified in your API Definition.

Available on the open source plan.

## What Fern generates

- TypeScript interfaces for your API types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ description: Use Fern's FastAPI SDK generator to generate types and networking l

The FastAPI generator generates types and networking logic for your FastAPI server. This saves you time and add compile-time safety that you are serving the exact API that you specified in your API Definition.

Available on the open source plan.

## What Fern generates

- Pydantic models for your API types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ description: Use Fern's Java Spring server-side generator to generate types and

The Spring generator generates types and networking logic for your Spring server. This saves you time and add compile-time safety that you are serving the exact API that you specified in your API Definition.

Available on the open source plan.

## What Fern generates

- Java classes for your API types
Expand Down
2 changes: 1 addition & 1 deletion fern/docs/pages/fern-sdks/sdk-generators/go-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Go SDK generator outputs a fully functional Go SDK.

## Local

Dump the generated SDK to the local file system. Available on the open source plan.
Dump the generated SDK to the local file system.

<CodeBlock title="generators.yml">
```yaml
Expand Down
2 changes: 1 addition & 1 deletion fern/docs/pages/fern-sdks/sdk-generators/java-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Java SDK generator outputs a fully functional Java SDK. It can publish the S

## Local

Dump the generated SDK to the local file system. Available on the open source plan.
Dump the generated SDK to the local file system.

<CodeBlock title="generators.yml">
```yaml
Expand Down
2 changes: 1 addition & 1 deletion fern/docs/pages/fern-sdks/sdk-generators/node-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The TypeScript SDK generator supports the following runtimes:

## Local

Dump the generated SDK to the local file system. Available on the open source plan.
Dump the generated SDK to the local file system.

<CodeBlock title='generators.yml'>
```yaml
Expand Down
2 changes: 1 addition & 1 deletion fern/docs/pages/fern-sdks/sdk-generators/python-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Python SDK generator outputs a fully functional Python SDK. It can publish t

## Local

Dump the generated SDK to the local file system. Available on the open source plan.
Dump the generated SDK to the local file system.

<CodeBlock title="generators.yml">
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -604,8 +604,7 @@ paths:
client.users.get("user-1234")
```

If you're on the Fern Starter plan for SDKs you won't
have to worry about manually adding code samples! Our generators will do that for you.
If you're on the Fern Starter plan or higher for SDKs you won't have to worry about manually adding code samples! Our generators do that for you.

### Availability

Expand Down

0 comments on commit 801b920

Please sign in to comment.