github fuma-nama/fumadocs fumadocs@16.15.1

latest releases: fumadocs-python@1.0.0, @fumadocs/satteri@0.4.2, @fumadocs/sanity@0.2.1...
4 hours ago
  • @fumadocs/base-ui@16.15.1
  • fumadocs-core@16.15.1
  • fumadocs-ui@16.15.1

Forward dynamic loader from fumadocs-core/source

Read structured data from page.data.structuredData()

Search indexing no longer falls back to (await page.data.load()).structuredData. Runtime content sources expose structuredData() on page data instead, sharing the compile with load():

const structuredData = await page.data.structuredData();

The renderer returned by load() still carries structuredData, existing code keeps working.

Don't miss a new fumadocs release

NewReleases is sending notifications on new releases.