Releases: nuxt-content/docus
v5.4.0
🚀 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
💚 New Contributors
- @josiasmontag made their first contribution in #1221
Full Changelog: v5.3.1...v5.4.0
v5.3.1
v5.3.0
🚀 Features
- i18n: support locale configuration without i18n (#1209) 237a79f
- i18n: add Bulgarian (bg) locales (#1212) 61f6736
- i18n: add Romanian (ro) locale (#1215) a52c35f
🐛 Bug Fixes
- cli: switch to
@nuxt/cli(#1214) 73616c9 - deploy: Add compatibility date for Vercel observability (#1216) e642fab
- layer: center icons in command menu 43b1ca5
💚 New Contributors
- @andrei-vintila made their first contribution in #1215
- @XenBG made their first contribution in #1212
Full Changelog: v5.2.3...v5.3.0
v5.2.3
v5.2.1
🐛 Bug Fixes
- i18n/it: add missing error translation by @sandros94 in #1197
- deps: pin nuxi to temp resolve cli by @larbish in 00823ae
Full Changelog: v5.2.0...v5.2.1
v5.2.0
🚀 Features
📚 New documentation section
💚 Contributors
Full Changelog: v5.0.1...v5.0.2
v5.1.0
🚀 Features
🐛 Bug Fixes
- typescript: annotate github app config type to allow false (#1188) (7f7a2c7)
- typescript: handle github config set to false (#1189) (9f797a6)
💚 Contributors
Full Changelog: v5.0.0...v5.0.1
v5.0.0
🚀 Features
⚠️ Breaking changes
Docus now runs on Nuxt UI v4 which unifies Nuxt UI and Nuxt UI Pro into a single, powerful, and completely free open-source library.
This means you can use Docus entirely for free from now.
If you haven’t overridden your Nuxt app, you won’t encounter any breaking changes. However, if you’ve created custom components/pages or modified your theme via app.config.ts or CSS file (e.g. assets/css/main.css) be sure to check the Nuxt UI migration guide.
💚 Contributors
Full Changelog: v4.2.0...v5.0.0