Skip to content

Commit 2f1f40a

Browse files
authored
docs: widget command (#5831)
1 parent daa567c commit 2f1f40a

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<% if (isJekyll) { %>---
2+
title: ns widget ios
3+
position: 11
4+
---<% } %>
5+
6+
# ns widget ios
7+
8+
### Description
9+
10+
Interactively adds a new iOS widget based on a predefined template.
11+
12+
### Commands
13+
14+
Usage | Synopsis
15+
------|-------
16+
General | `$ ns widget ios`
17+
18+
<% if(isHtml) { %>
19+
20+
### Command Limitations
21+
22+
* You can run `$ ns widget ios` only on macOS systems.
23+
24+
<% } %>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<% if (isJekyll) { %>---
2+
title: ns widget ios
3+
position: 11
4+
---<% } %>
5+
6+
# ns widget ios
7+
8+
### Description
9+
10+
Interactively adds a new iOS widget based on a predefined template.
11+
12+
### Commands
13+
14+
Usage | Synopsis
15+
------|-------
16+
General | `$ ns widget ios`
17+
18+
<% if(isHtml) { %>
19+
20+
### Command Limitations
21+
22+
* You can run `$ ns widget ios` only on macOS systems.
23+
24+
<% } %>

docs/man_pages/start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Command | Description
5050
[install](project/configuration/install.html) | Installs all platforms and dependencies described in the `package.json` file in the current directory.
5151
[plugin](lib-management/plugin.html) | Lets you manage the plugins for your project.
5252
[open](project/configuration/open.md) | Opens the native project in Xcode/Android Studio.
53-
53+
[widget ios](project/configuration/widget.md) | Adds a new iOS widget to the project.
5454
## Publishing Commands
5555
Command | Description
5656
---|---

0 commit comments

Comments
 (0)