From 6d4e2d818dc73280d25f78a17be49c6189148fb3 Mon Sep 17 00:00:00 2001 From: Jason Cassidy <47318351+jcassidyav@users.noreply.github.com> Date: Sun, 23 Feb 2025 16:27:31 +0000 Subject: [PATCH] chore(docs): add widget to docs --- .../project/configuration/widget-ios.md | 24 +++++++++++++++++++ .../man_pages/project/configuration/widget.md | 24 +++++++++++++++++++ docs/man_pages/start.md | 2 +- 3 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 docs/man_pages/project/configuration/widget-ios.md create mode 100644 docs/man_pages/project/configuration/widget.md diff --git a/docs/man_pages/project/configuration/widget-ios.md b/docs/man_pages/project/configuration/widget-ios.md new file mode 100644 index 0000000000..fdef20a2e4 --- /dev/null +++ b/docs/man_pages/project/configuration/widget-ios.md @@ -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. + +<% } %> \ No newline at end of file diff --git a/docs/man_pages/project/configuration/widget.md b/docs/man_pages/project/configuration/widget.md new file mode 100644 index 0000000000..fdef20a2e4 --- /dev/null +++ b/docs/man_pages/project/configuration/widget.md @@ -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. + +<% } %> \ No newline at end of file diff --git a/docs/man_pages/start.md b/docs/man_pages/start.md index 73277b326c..83b9da83e8 100644 --- a/docs/man_pages/start.md +++ b/docs/man_pages/start.md @@ -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 ---|---