Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion fern/products/docs/pages/api-references/generate-api-ref.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ navigation:
| ---------------- | ------------------------------------------------------------------------------------------------------- |
| `api` (required) | Title of the API Reference Section |
| `api-name` | Name of the API we are referencing, if there are [multiple APIs](#include-more-than-one-api-reference) |
| `audiences` | List of [audiences](/learn/api-definition/fern/audiences) to filter the API Reference for |
| `audiences` | List of [audiences](/docs/api-references/audiences) that determines which endpoints, schemas, and properties are displayed in your API Reference |
| `display-errors` | Displays error schemas in the API References |
| `snippets` | Enable [generated SDK code snippets](/learn/api-reference/snippets/get) in your API Reference |
| `summary` | Relative path to the Markdown file; the summary is displayed at the top of the API section |
Expand All @@ -44,3 +44,5 @@ navigation:
- api: Garden
api-name: garden-api
```