For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Slack communityLog inBook a demo
  • Getting Started
    • Overview
    • Quickstart
    • Customer Showcase
  • Writing Content
    • Markdown
    • Visual Editor
    • Reusable Markdown
    • Custom React Components
      • Overview
      • Versions
      • Products
      • Announcement Banner
      • Changelogs
      • Hiding Content
    • Changelog
LogoLogo
Slack communityLog inBook a demo
Navigation

Add an announcement banner to your docs

Prominently highlight new features, updates, or important information
Was this page helpful?
Previous

Keep a Changelog

Record the notable changes to your project
Next
Built with

An announcement banner is a great way to draw attention to new features and product launches. When configured, the announcement bar appears at the top of your docs site. After the user dismisses the bar, it will reappear the next time you update the announcement.

docs.yml
1announcement:
2 message: "🚀 New feature: Announcements are available! (<a href=\"https://buildwithfern.com/learn/docs/building-your-docs/announcements\" target=\"_blank\">Learn more</a>) 🚀"

Markdown and HTML is supported in the announcement message. You can include links, images, and other formatting. Custom CSS can be used to customize the style of the announcement.