diff --git a/docs/man_pages/project/configuration/resources/resources.md b/docs/man_pages/project/configuration/resources/resources.md new file mode 100644 index 0000000000..cf01b0f269 --- /dev/null +++ b/docs/man_pages/project/configuration/resources/resources.md @@ -0,0 +1,14 @@ +<% if (isJekyll) { %>--- +title: ns resources +position: 9 +---<% } %> + +# ns resources + +### Available commands + +Command | Description +------|------- +resources update | Updates the App_Resources/'s internal folder structure to conform to that of an Android Studio project. +resources generate splashes | Generates all splashscreens for Android and iOS platforms and places the generated images in the correct directories under App_Resources/ directory. +resources generate icons | Generates all icons for Android and iOS platforms and places the generated images in the correct directories under App_Resources/ directory.