October 25, 2024

0.45.0-rc21

(feat): The Fern CLI now supports orphaned pages in your docs configuration.

(fix): The RBAC config model is now renamed to roles and viewers:

docs.yml
1roles:
2 - internal
3
4navigation:
5 - section: Internal Section
6 viewers:
7 - internal
8 contents:
9 - page: Internal Page
10 path: ./internal/page.mdx