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.
0 commit comments