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/api-def/openrpc-pages/extensions/overview.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,17 @@ The table below shows all available extensions and links to detailed documentati
11
11
12
12
| Extension | Description |
13
13
| --- | --- |
14
-
|[`x-fern-ignore`](./ignore)| Skip reading specific methods or schemas |
15
-
|[`x-fern-examples`](./examples)| Provide additional examples for better SDK documentation |
14
+
|[`x-fern-ignore`](./ignoring-elements)| Skip reading specific methods or schemas |
15
+
|[`x-fern-examples`](./request-response-examples)| Provide additional examples for better SDK documentation |
16
16
|[`x-fern-pagination`](./pagination)| Configure pagination for methods that return multiple results |
17
-
|[`x-fern-retry`](./retry)| Configure retry behavior for methods |
18
-
|[`x-fern-timeout`](./timeout)| Configure timeout settings for methods |
17
+
|[`x-fern-retry`](./retry-behavior)| Configure retry behavior for methods |
18
+
|[`x-fern-timeout`](./timeout-settings)| Configure timeout settings for methods |
19
19
|[`x-fern-error-handling`](./error-handling)| Configure error handling for methods |
20
20
|[`x-fern-availability`](./availability)| Mark features as available in specific SDK versions |
21
-
|[`x-fern-streaming`](./streaming)| Mark methods as streaming for appropriate SDK generation |
22
-
|[`x-fern-server-name`](./server-name)| Specify custom names for servers |
21
+
|[`x-fern-streaming`](./streaming-operations)| Mark methods as streaming for appropriate SDK generation |
22
+
|[`x-fern-server-name`](./server-names)| Specify custom names for servers |
23
23
|[`x-fern-base-path`](./base-path)| Configure base paths for generated SDK clients |
24
-
|[`x-fern-sdk-group-name`](./sdk-group-name)| Group related methods in the SDK |
24
+
|[`x-fern-sdk-group-name`](./sdk-group-names)| Group related methods in the SDK |
25
25
26
26
<Notetitle="Request a new extension">
27
27
If there's an extension you want that doesn't already exist, file an [issue](https://github.com/fern-api/fern/issues/new) to start a discussion about it.
Copy file name to clipboardExpand all lines: fern/products/docs/pages/api-references/audiences.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
@@ -4,7 +4,7 @@ subtitle: Use audiences to filter the endpoints, schemas, and properties that ar
4
4
---
5
5
6
6
Audiences are a useful tool for segmenting your API for different consumers. Common examples of audiences include `public`
7
-
and `beta`. You can configure audiences in both [the OpenAPI Specification](/learn/api-definition/openapi/audiences) as well as [the Fern Definition](/learn/api-definition/fern/audiences).
7
+
and `beta`. You can configure audiences in both [the OpenAPI Specification](/learn/api-definitions/openapi/extensions/audiences) as well as [the Fern Definition](/learn/api-definition/fern/audiences).
8
8
9
9
Once you've added audiences to your API Specification, you can filter to that audience by adding the `audience` property to the `api` object in your `docs.yml` navigation.
Copy file name to clipboardExpand all lines: fern/products/docs/pages/component-library/default-components/endpoint-schema-snippet.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
@@ -123,5 +123,5 @@ to specify the path to the schema you want to reference. The available selectors
123
123
<Warning>
124
124
The EndpointSchemaSnippet component does not yet support rendering markdown-rich field descriptions.
125
125
126
-
See [request.endpoint.path](/docs/content/components/schema-snippet#request.endpoint.path) above for an example of a markdown-rich description that does not yet render as markdown.
126
+
See [request.endpoint.path](/learn/docs/writing-content/components/schema-snippet#request.endpoint.path) above for an example of a markdown-rich description that does not yet render as markdown.
Copy file name to clipboardExpand all lines: fern/products/docs/pages/developer-tools/gitlab.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
@@ -2,7 +2,7 @@
2
2
title: Hosting with GitLab
3
3
---
4
4
5
-
To host your Fern docs using GitLab, you will need to [add a Fern token to your repository variables](/learn/docs/developer-tools/gitlab#add-a-token-to-gitlab).
5
+
To host your Fern docs using GitLab, you will need to [add a Fern token to your repository variables](/learn/docs/developer-tools/git-lab#add-a-token-to-gitlab).
6
6
7
7
<Accordiontitle="GitLab CI/CD configuration">
8
8
The following GitLab CI/CD workflow will generate a preview link of your docs on merge request and publish your docs when updates are made to `main`.
Copy file name to clipboardExpand all lines: fern/products/sdks/guides/self-hosted.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 @@ Fern SDK generation runs on Fern's infrastructure by default. Self-hosting allow
12
12
13
13
Self-hosting is typically required for organizations that operate without internet access, have strict compliance requirements, or need full control over their SDK generation process.
14
14
15
-
When you self-host, you're responsible for server setup, security, maintenance, and deciding how to distribute your generated SDKs. Self-hosted SDK generation includes [all Fern SDK features](/sdks/capabilities.mdx).
15
+
When you self-host, you're responsible for server setup, security, maintenance, and deciding how to distribute your generated SDKs. Self-hosted SDK generation includes [all Fern SDK features](/learn/sdks/overview/capabilities).
16
16
17
17
<Warning>
18
18
Unless you have specific requirements that prevent using Fern's default hosting, we recommend **using our managed cloud generation solution** for easier setup and maintenance.
0 commit comments