Skip to content

Releases: nuxt-content/docus

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

v5.3.0

26 Nov 12:37

Choose a tag to compare

🚀 Features

🐛 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

Full Changelog: v5.2.3...v5.3.0

v5.2.3

17 Nov 11:58

Choose a tag to compare

🚀 Features

Full Changelog: v5.2.1...v5.2.3

v5.2.1

14 Oct 11:00

Choose a tag to compare

🐛 Bug Fixes

Full Changelog: v5.2.0...v5.2.1

v5.2.0

08 Oct 11:06

Choose a tag to compare

🚀 Features

  • layouts: separate layouts for performance and expose page metas (#1194) (bac9aa0)

⚠️ You might face breaking changes if you're overriding layouts or creating custom pages.

📚 New documentation section

💚 Contributors

Full Changelog: v5.0.1...v5.0.2

v5.1.0

29 Sep 13:48

Choose a tag to compare

🚀 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

24 Sep 09:33

Choose a tag to compare

🚀 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

@sandros94
@atinux
@larbish

Full Changelog: v4.2.0...v5.0.0

v4.2.0

19 Sep 08:24

Choose a tag to compare

🚀 Features

📚 New documentation section

🐛 Bug Fixes

  • css: unshift custom css to give a priority (681d88e)

💚 Contributors

Full Changelog: v4.1.4...v4.2.0

v4.1.4

11 Sep 16:15
v4.1.4
dbd3b31

Choose a tag to compare

🐛 Bug Fixes

Full Changelog: v4.1.3...v4.1.4