Skip to content

v5.11.0

Choose a tag to compare

@larbish larbish released this 07 May 14:47
· 20 commits to main since this release

🚀 Features

  • toc: improve main grid for a wider TOC in #1363
  • css: add support for app/app.css in #1364
  • layer: set ContentToc default variant to circuit in #1360

🐛 Bugs

  • mcp: respect mcp.route in page header dropdown in #1362
  • mcp: incorrect MCP tools when app.baseURL is set in #1361

Warning

Docus now auto-imports app/app.css for theme customization. If you were registering a CSS file in nuxt.config.ts with @import "tailwindcss", switch to app/app.css (without the import) to avoid duplicate Tailwind styles. See the Theme documentation for details.

Full Changelog: v5.10.1...v5.11.0