Closed mitjans closed 9 months ago
Agree! I'm working on it 🙏
I'll let you know when it is finished.
Hi @Atinux!
I've been able to set up some documentation for this module with Nuxt UI docs template to follow other modules' aesthetics. But then I saw that a Nuxt UI pro license is needed to deploy in production. I was wondering if it's possible to get a Nuxt UI pro license for the documentation of a community module.
If that's not the case (totally understandable), is there another docs template to use for community modules?
Thanks!
Can you add to your nuxt.config.ts:
uiPro: { license: 'oss' }
I whitelisted your repo as it is open source and a Nuxt docs!
It would be nice to add a link back to Nuxt UI Pro as credit in the footer to help people discover it 😊
Thanks @Atinux! I confirm that the deployment now works. I've also updated the documentation to include a footer link to Nuxt UI Pro.
Would be nice to have a real documentation before we can merge @mitjans