December 14, 2024
0.46.2
(feat):
The Fern CLI now supports parsing a logo
option from your frontmatter. If
you would like to override logo on a specific page you can do so by adding
the following:
intro.mdx
or
intro.mdx
(feat):
The Fern CLI now supports parsing a logo
option from your frontmatter. If
you would like to override logo on a specific page you can do so by adding
the following:
1 --- 2 logo: /path/to/my/logo 3 ---
or
1 --- 2 logo: 3 light: /path/to/my/light/logo 4 dark: /path/to/my/dark/logo 5 ---