[x] π Documentation (updates to the documentation, readme or JSdoc annotations)
[ ] π Bug fix (a non-breaking change that fixes an issue)
[ ] π Enhancement (improving an existing functionality like performance)
[ ] β¨ New feature (a non-breaking change that adds functionality)
[ ] π§Ή Chore (updates to the build process or auxiliary tools and libraries)
[ ] β οΈ Breaking change (fix or feature that would cause existing functionality to change)
π Description
This updates the documentation to use the nuxi module add command which should simplify docs a bit and also improve user experience as there's no need to add to nuxt.config manually.
I may have missed a few spots in the documentation as I'm doing this across the modules ecosystem assisted by the power of regular expressions β¨, so I'd appreciate a review π
π Linked issue
β Type of change
π Description
This updates the documentation to use the
nuxi module add
command which should simplify docs a bit and also improve user experience as there's no need to add tonuxt.config
manually.It's documented here.
I may have missed a few spots in the documentation as I'm doing this across the modules ecosystem assisted by the power of regular expressions β¨, so I'd appreciate a review π
π Checklist