Skip to content

Commit aa7ce47

Browse files
Merge pull request #4348 from NativeScript/vladimirov/docs-1
docs: add missing resources command in index
2 parents deccede + 98d3ecb commit aa7ce47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/man_pages/index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ Command | Description
3333
[platform list](project/configuration/platform.html) | Lists all platforms that the project currently targets.
3434
[platform remove `<Platform>`](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.
3535
[platform update `<Platform>`](project/configuration/platform-update.html) | Updates the NativeScript runtime for the specified platform.
36-
[resources update](project/configuration/resources-update.html) | Updates the App_Resources/<platform>'s internal folder structure to conform to that of an Android Studio project.
36+
[resources update](project/configuration/resources/resources-update.html) | Updates the App_Resources/<platform>'s internal folder structure to conform to that of an Android Studio project.
37+
[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/<platform>` directory.
38+
[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/<platform>` directory.
3739
[prepare `<Platform>`](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.
3840
[build `<Platform>`](project/testing/build.html) | Builds the project for the selected target platform and produces an application package or an emulator package.
3941
[deploy `<Platform>`](project/testing/deploy.html) | Deploys the project to a connected physical or virtual device.

0 commit comments

Comments
 (0)