Skip to content

Commit 2031a8c

Browse files
committed
docs(resourdces|update): update resources update command doc
1 parent 87c4541 commit 2031a8c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/man_pages/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Command | Description
3232
[platform list](project/configuration/platform.html) | Lists all platforms that the project currently targets.
3333
[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.
3434
[platform update `<Platform>`](project/configuration/platform-update.html) | Updates the NativeScript runtime for the specified platform.
35-
[resources-update](project/configuration/resources-update.html) | Updates the App_Resources/<platform>'s internal folder structure to conform to that of an Android project.
35+
[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.
3636
[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.
3737
[build `<Platform>`](project/testing/build.html) | Builds the project for the selected target platform and produces an application package or an emulator package.
3838
[deploy `<Platform>`](project/testing/deploy.html) | Deploys the project to a connected physical or virtual device.

docs/man_pages/project/configuration/resources-update.md renamed to docs/man_pages/project/configuration/resources/resources-update.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<% if (isJekyll) { %>---
2-
title: tns resources-update
2+
title: tns resources update
33
position: 9
44
---<% } %>
5-
#tns resources-update
5+
#tns resources update
66
==========
77

88
Usage | Synopsis
99
------|-------
10-
`$ tns resources-update` | Defaults to executing `$ tns resources-update android`. Updates the App_Resources/Android's folder structure.
11-
`$ tns resources-update android` | Updates the App_Resources/Android's folder structure.
10+
`$ tns resources update` | Defaults to executing `$ tns resources update android`. Updates the App_Resources/Android's folder structure.
11+
`$ tns resources update android` | Updates the App_Resources/Android's folder structure.
1212

13-
Updates the App_Resources/<platform>'s internal folder structure to conform to that of an Android project. Android resource files and directories will be located at the following paths:
13+
Updates the App_Resources/<platform>'s internal folder structure to conform to that of an Android Studio project. Android resource files and directories will be located at the following paths:
1414
- `drawable-*`, `values`, `raw`, etc. can be found at `App_Resources/Android/src/main/res`
1515
- `AndroidManifest.xml` can be found at `App_Resources/Android/src/main/AndroidManifest.xml`
1616
- Java source files can be dropped in at `App_Resources/Android/src/main/java` after creating the proper package subdirectory structure

docs/man_pages/project/configuration/update.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Command | Description
2222
[platform](platform.html) | Lists all platforms that the project currently targets.
2323
[prepare](prepare.html) | Copies common and relevant platform-specific content from the app directory to the subdirectory for the selected target platform in the platforms directory.
2424
[platform update](platform-update.html) | Updates the NativeScript runtime for the specified platform.
25-
[resources-update android](resources-update.html) | Updates the App_Resources/Android directory to the new v4.0 directory structure
25+
[resources update android](resources-update.html) | Updates the App_Resources/Android directory to the new v4.0 directory structure

0 commit comments

Comments
 (0)