Releases: nuxt-content/docus
Releases · nuxt-content/docus
v5.7.0
v5.6.1
v5.6.0
🚀 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
- Custom landing page: https://docus.dev/en/concepts/edition#landing-page
/docsprefix: https://docus.dev/en/concepts/edition#documentation-pages
Full Changelog: v5.5.1...v5.6.0
v5.5.1
🚀 Features
🐛 Bug Fixes
- assistant: improves assistant UI/UX and responsiveness (#1268) (e9edf7b)
- docs: do not show separator if github is disabled (#1270) (bd2455c)
- logs: remove extra title (7adad7c)
- theme: don't use @theme static for priority (#1271) (ff8a045)
💚 New Contributors
Full Changelog: v5.5.0...v5.5.1
v5.5.0
🚀 Features
- skills:create folder with first skill
/create-docs(#1257) (0b2d346) - layer: add
sitemap.xmlgeneration (#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/oidcto 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
- @woldtwerk made their first contribution in #1256
Full Changelog: v5.4.4...v5.5.0
v5.4.4
Features
- llms: better agent support by using
/raw/**.mdlinks insidellms.txt(#1247) (0a7f25e) - llms: use Nuxt Content internal feature (#1252)
Bug Fixes
New Contributors
- @robinscholz made their first contribution in #1250
Full Changelog: v5.4.2...v5.4.4
v5.4.2
🚀 Features
- i18n: add Chinese (zh-CN) locale (#1244) (3f7d034)
- i18n: add Indonesian (id) support (#1239) (c95e612)
- i18n: add pt-BR locale (#1231) (0eb5bba)
- i18n: add Sinhala (si) locale (#1237) (610ec82)
- i18n: add Turkish (tr) locale (#1236) (25dc07b)
📚 Documentation
- add mcp and i18n features to lp by @HugoRCD in #1228
- add online quick start and move MCP by @atinux in #1232
💚 New Contributors
- @EduHSilva made their first contribution in #1231
- @Dyrean made their first contribution in #1236
- @wnipun made their first contribution in #1237
- @narr07 made their first contribution in #1239
- @Muska-Ami made their first contribution in #1244
Full Changelog: v5.4.1...v5.4.2
v5.4.1
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