Skip to content

Commit bca6757

Browse files
docs: add help page for ns resources (#5484)
* docs:resources help * chore: title fix Co-authored-by: Igor Randjelovic <[email protected]> * chore: moved resources.md Co-authored-by: Igor Randjelovic <[email protected]>
1 parent 8859c6d commit bca6757

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<% if (isJekyll) { %>---
2+
title: ns resources
3+
position: 9
4+
---<% } %>
5+
6+
# ns resources
7+
8+
### Available commands
9+
10+
Command | Description
11+
------|-------
12+
resources update | Updates the App_Resources/<platform>'s internal folder structure to conform to that of an Android Studio project.
13+
resources generate splashes | Generates all splashscreens for Android and iOS platforms and places the generated images in the correct directories under App_Resources/<platform> directory.
14+
resources generate icons | Generates all icons for Android and iOS platforms and places the generated images in the correct directories under App_Resources/<platform> directory.

0 commit comments

Comments
 (0)