From e169311d4b7dc88394fd1ac0296a959b65cb9b8c Mon Sep 17 00:00:00 2001 From: Janos Hrubos <33330538+janoshrubos@users.noreply.github.com> Date: Tue, 26 Jan 2021 16:39:51 +0100 Subject: [PATCH 1/3] docs:resources help --- docs/man_pages/general/resources.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/man_pages/general/resources.md diff --git a/docs/man_pages/general/resources.md b/docs/man_pages/general/resources.md new file mode 100644 index 0000000000..3aabd835d1 --- /dev/null +++ b/docs/man_pages/general/resources.md @@ -0,0 +1,14 @@ +<% if (isJekyll) { %>--- +title: tns info +position: 11 +---<% } %> + +# 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. From 8dd8b30c51c74053fc7fff4ea84dd6224732e639 Mon Sep 17 00:00:00 2001 From: Janos Hrubos <33330538+janoshrubos@users.noreply.github.com> Date: Tue, 26 Jan 2021 17:35:27 +0100 Subject: [PATCH 2/3] chore: title fix Co-authored-by: Igor Randjelovic --- docs/man_pages/general/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/man_pages/general/resources.md b/docs/man_pages/general/resources.md index 3aabd835d1..887575ca8d 100644 --- a/docs/man_pages/general/resources.md +++ b/docs/man_pages/general/resources.md @@ -1,5 +1,5 @@ <% if (isJekyll) { %>--- -title: tns info +title: ns resources position: 11 ---<% } %> From e9bb994fe11d50230867db42decd73194b6af32a Mon Sep 17 00:00:00 2001 From: Janos Hrubos <33330538+janoshrubos@users.noreply.github.com> Date: Tue, 26 Jan 2021 17:39:39 +0100 Subject: [PATCH 3/3] chore: moved resources.md --- .../{general => project/configuration/resources}/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/man_pages/{general => project/configuration/resources}/resources.md (97%) diff --git a/docs/man_pages/general/resources.md b/docs/man_pages/project/configuration/resources/resources.md similarity index 97% rename from docs/man_pages/general/resources.md rename to docs/man_pages/project/configuration/resources/resources.md index 887575ca8d..cf01b0f269 100644 --- a/docs/man_pages/general/resources.md +++ b/docs/man_pages/project/configuration/resources/resources.md @@ -1,6 +1,6 @@ <% if (isJekyll) { %>--- title: ns resources -position: 11 +position: 9 ---<% } %> # ns resources