Skip to content

Commit

Permalink
Update frontmatter.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
chdeskur authored Jan 13, 2025
1 parent d81b1b4 commit f6098d1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions fern/pages/fern-docs/content/frontmatter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,15 @@ You can override the site-wide logo for a page by setting a field named `logo` i
```mdx
---
logo:
light: /path/to/page-logo.png
dark: /path/to/page-logo.png
light: https://link-to-image.com/image-light-mode.png
dark: https://link-to-image.com/image-dark-mode.png
---
```

<Info>
Currently, relative paths are _not_ supported for this field.
</Info>

</CodeBlock>

This field specifies the logo for this page. If no logo is set, the site-wide [logo configuration](/learn/docs/getting-started/global-configuration#logo-configuration) is used.
Expand Down

0 comments on commit f6098d1

Please sign in to comment.