0.45.0-rc20

(feat): The Fern CLI now supports audiences in your docs configuration:

docs.yml
1# all audiences must be declared at the top level
2audiences:
3 - internal
4
5navigation:
6 - section: Internal Section
7 audience: internal # audience is optional
8 contents:
9 - page: Internal Page
10 path: ./internal/page.mdx

0.45.0-rc19

(fix): - Respect x-fern-ignore extension in OpenAPI parameters.

0.45.0-rc18

(fix): - Add additional debug logging to the CLI when downloading docs preview bundle