Upgrade to v1
Changes and upgrade guide for v1.0.
Learn more about the changes in v1.0 in the blog post.
Upgrade to the latest version of shadcn-docs-nuxt
Add i18n to Nuxt Config
nuxt.config.ts
Set defaultLocale and locales in the i18n property to your preferred locale. This is used for the UI language.
Currently supported UI locales are:
en(English)fr(Français)it(Italiano)zh-CN(简体中文)zh-TW(繁體中文)ja(日本語)km(ភាសាខ្មែរ)ru(Русский)ko(한국어)hi(हिन्दी)bn(বাংলা)
If you want to add more UI locales, feel free to contribute to the project.
Update Tailwind CSS
assets/css/tailwind.css
If you want help upgrading, you can join the Discord Server and post in the 🔼・upgrade channel or DM me on Bluesky with a link to your project. I will do my best to answer questions / send PRs to help with the process.