farnabaz.dev
@farnabaz.dev
There are a couple of free(with free tier) databases available in Vercel, try installing Neon storage in Vercel for your project.
vercel.com/marketplace/...

Content module detects Vercel environment and will use connected database.

If issue persists, gather/share logs and we debug together.
January 30, 2025 at 6:25 PM
We are working on linters, formatters and soon we will publish more details about standard MDC structure

For nesting you don't need to indent or add extra colons. I agree that IDEs default markdown highlighter does not do great with MDC files. We are thinking of a plugin for JetBrains editors
January 20, 2025 at 8:37 PM
There isn't any plan to replace the validation library or make it configurable, unless we see some necessity in it.

The module uses Zod to define schema, tables definitions, type generation and validations. These are outside of built bundle.
December 11, 2024 at 7:28 PM
Indeed, it is possible to support different markdown parsers (like markdown-it, which is used by VitePress) in order to import content from VitePress or MDX.

There is also a good chance of finding some remark/rehype plugins that make it easier to support others.
December 10, 2024 at 9:45 AM
Here is the source in the main repo: github.com/nuxt/content...
content/examples/i18n at v3 · nuxt/content
The file-based CMS for your Nuxt application, powered by Markdown and Vue components. - nuxt/content
github.com
November 21, 2024 at 8:23 PM
It is here: github.com/nuxt/content...

It is a separate document for each language, even a separate collection for each language
content/examples/i18n at v3 · nuxt/content
The file-based CMS for your Nuxt application, powered by Markdown and Vue components. - nuxt/content
github.com
November 21, 2024 at 8:22 PM
Most issues with Nuxt Content and Nuxt i18n are related to handling content routes and querying specific locales.
With Content v3 and its new Collections feature, both modules now work smoothly together.
November 18, 2024 at 12:19 AM
The release date is yet to be decided, the date and other information about the new version will be announced in the repo. You can try the public alpha. checkout content3.nuxt.dev
All templates will receive an update
Nuxt Content made easy for Vue Developers
Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv and .json files to create a powerful data layer for your application. Use Vue components in Markdown with the MDC synt...
content3.nuxt.dev
November 18, 2024 at 12:09 AM