Skip to content

Latest commit

History

History
17 lines (14 loc) 路 638 Bytes

audiences.mdx

File metadata and controls

17 lines (14 loc) 路 638 Bytes
title description
Configure audiences
Segment your API documentation for different consumers, called 'Audiences'. For example, you can publish a subset of your docs to the 'public' Audience.

Audiences are a useful tool for segmenting your API for different consumers. You can configure your Fern Docs to publish documentation specific to an Audience.

The following example shows how to configure your docs.yml to publish documentation for the public audience.

```diff navigation: - api: API Reference + audiences: + - public ```