Skip to content

Commit 790bbad

Browse files
Add reference to Audiences for filtering API endpoints in API Reference docs (#397)
Co-authored-by: Devin Logan <[email protected]>
1 parent 0d80125 commit 790bbad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fern/products/docs/pages/api-references/generate-api-ref.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ navigation:
2020
| ---------------- | ------------------------------------------------------------------------------------------------------- |
2121
| `api` (required) | Title of the API Reference Section |
2222
| `api-name` | Name of the API we are referencing, if there are [multiple APIs](#include-more-than-one-api-reference) |
23-
| `audiences` | List of [audiences](/learn/api-definition/fern/audiences) to filter the API Reference for |
23+
| `audiences` | List of [audiences](/docs/api-references/audiences) that determines which endpoints, schemas, and properties are displayed in your API Reference |
2424
| `display-errors` | Displays error schemas in the API References |
2525
| `snippets` | Enable [generated SDK code snippets](/learn/api-reference/snippets/get) in your API Reference |
2626
| `summary` | Relative path to the Markdown file; the summary is displayed at the top of the API section |
@@ -44,3 +44,5 @@ navigation:
4444
- api: Garden
4545
api-name: garden-api
4646
```
47+
48+

0 commit comments

Comments
 (0)