Skip to content

Releases: nuxt-content/docus

v5.7.0

27 Feb 20:23

Choose a tag to compare

🚀 Features

  • customization: native support for custom icons (#1288) (77e3677)

🐛 Bug Fixes

Full Changelog: v5.6.1...v5.7.0

v5.6.1

19 Feb 18:13

Choose a tag to compare

🚀 Features

  • layer: improve right-click and logo handling (#1281) (72205f9)

🐛 Bug Fixes

Full Changelog: v5.6.0...v5.6.1

v5.6.0

17 Feb 16:35

Choose a tag to compare

🚀 Features

🐛 Bug Fixes

  • assistant: stop floating input overlay from intercepting clicks (#1277) (53628af)
  • layer: ensure i18n activation for nav transform (7a48865)
  • layer: reduce noisy dev warnings for optional AI assistant (#1276) (2747a09)
  • layer: use native sqlite connector (33334ce)

📚 Documentation

Full Changelog: v5.5.1...v5.6.0

v5.5.1

13 Feb 16:41

Choose a tag to compare

🚀 Features

🐛 Bug Fixes

💚 New Contributors

Full Changelog: v5.5.0...v5.5.1

v5.5.0

04 Feb 18:38

Choose a tag to compare

🚀 Features

  • skills:create folder with first skill /create-docs (#1257) (0b2d346)
  • layer: add sitemap.xml generation (#1259) (45bffbc)
  • layer: add ai assistant module (#1241) (1ff2829)
  • llms: add docs page redirection to raw markdown for agents (#1264) (9ceafe6)
  • llms: redirect homepage to /llms.txt (#1263) (6fd8686)

🐛 Bug Fixes

  • .starters: prerendering issues (edab8bf)
  • .starters: prerendering issues in i18n template (251b962)
  • assitant: do not trigger panel when opening Studio (6199d95)
  • build: remove warnings (845e4c8)
  • layer: add @vercel/oidc to optimizeDeps (#1262) (88885ae)
  • layer: enhance sitemap generation, exclude navigation files (#1261) (cd2c62e)
  • llms: default domain (d7ff04a)
  • llms: infer vercel urls (6d437cc)
  • locale: lazy import (#1266) (dd4a526)
  • logs: use nuxt logger (e6be163)

📚 Documentation

Blog post about AI assistant: https://content.nuxt.com/blog/ai-assistant

New Contributors

Full Changelog: v5.4.4...v5.5.0

v5.4.4

19 Jan 16:40

Choose a tag to compare

Features

  • llms: better agent support by using /raw/**.md links inside llms.txt (#1247) (0a7f25e)
  • llms: use Nuxt Content internal feature (#1252)

Bug Fixes

New Contributors

Full Changelog: v5.4.2...v5.4.4

v5.4.2

07 Jan 17:58

Choose a tag to compare

🚀 Features

📚 Documentation

💚 New Contributors

Full Changelog: v5.4.1...v5.4.2

v5.4.1

19 Dec 10:03

Choose a tag to compare

🐛 Bug Fixes

  • search: trigger files fetch when locale changes (#1226) (d99a35c)

New Contributors

Full Changelog: v5.4.0...v5.4.1

v5.4.0

09 Dec 11:19

Choose a tag to compare

🚀 Features

Every Docus instance now includes a built-in MCP server, making your documentation accessible to AI tools like Claude, Cursor, VS Code, and others through the Model Context Protocol.

The server is enabled by default and available at the /mcp path of your documentation URL.

📖 More info on https://docus.dev/ai/mcp

You can disable the MCP server in your nuxt.config.ts:

export default defineNuxtConfig({
  mcp: {
    enabled: false,
  },
})

🐛 Bug Fixes

  • links: handle app.baseURL in Markdown generated link (#1221) 16f5e35

💚 New Contributors

Full Changelog: v5.3.1...v5.4.0

v5.3.1

26 Nov 12:56

Choose a tag to compare

🐛 Bug Fixes

  • i18n: do not redirect to locale if 18n not enabled 9b31392

Full Changelog: v5.3.0...v5.3.1