diff --git a/docs/man_pages/index.md b/docs/man_pages/index.md index 76fc7c0684..542395e2ea 100644 --- a/docs/man_pages/index.md +++ b/docs/man_pages/index.md @@ -33,7 +33,9 @@ Command | Description [platform list](project/configuration/platform.html) | Lists all platforms that the project currently targets. [platform remove ``](project/configuration/platform-remove.html) | Removes the selected platform from the platforms that the project currently targets. This operation deletes all platform-specific files and subdirectories from your project. [platform update ``](project/configuration/platform-update.html) | Updates the NativeScript runtime for the specified platform. -[resources update](project/configuration/resources-update.html) | Updates the App_Resources/'s internal folder structure to conform to that of an Android Studio project. +[resources update](project/configuration/resources/resources-update.html) | Updates the App_Resources/'s internal folder structure to conform to that of an Android Studio project. +[resources generate splashes](project/configuration/resources/resources-generate-splashes.html) | Generates all splashscreens for Android and iOS platforms and places the generated images in the correct directories under `App_Resources/` directory. +[resources generate icons](project/configuration/resources/resources-generate-icons.html) | Generates all icons for Android and iOS platforms and places the generated images in the correct directories under `App_Resources/` directory. [prepare ``](project/configuration/prepare.html) | Copies relevant content from the app directory to the subdirectory for the selected target platform to let you build the project. [build ``](project/testing/build.html) | Builds the project for the selected target platform and produces an application package or an emulator package. [deploy ``](project/testing/deploy.html) | Deploys the project to a connected physical or virtual device.