Skip to content

chore(docs): add widget to docs #5831

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/man_pages/project/configuration/widget-ios.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<% if (isJekyll) { %>---
title: ns widget ios
position: 11
---<% } %>

# ns widget ios

### Description

Interactively adds a new iOS widget based on a predefined template.

### Commands

Usage | Synopsis
------|-------
General | `$ ns widget ios`

<% if(isHtml) { %>

### Command Limitations

* You can run `$ ns widget ios` only on macOS systems.

<% } %>
24 changes: 24 additions & 0 deletions docs/man_pages/project/configuration/widget.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<% if (isJekyll) { %>---
title: ns widget ios
position: 11
---<% } %>

# ns widget ios

### Description

Interactively adds a new iOS widget based on a predefined template.

### Commands

Usage | Synopsis
------|-------
General | `$ ns widget ios`

<% if(isHtml) { %>

### Command Limitations

* You can run `$ ns widget ios` only on macOS systems.

<% } %>
2 changes: 1 addition & 1 deletion docs/man_pages/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Command | Description
[install](project/configuration/install.html) | Installs all platforms and dependencies described in the `package.json` file in the current directory.
[plugin](lib-management/plugin.html) | Lets you manage the plugins for your project.
[open](project/configuration/open.md) | Opens the native project in Xcode/Android Studio.

[widget ios](project/configuration/widget.md) | Adds a new iOS widget to the project.
## Publishing Commands
Command | Description
---|---
Expand Down