Skip to content

Commit 8d6cea0

Browse files
FatmeFatme
Fatme
authored and
Fatme
committed
Merge pull request #919 from NativeScript/fatme/remove-library-add-from-index.md
Remove library-add command from index.md
2 parents 7735847 + 28e2058 commit 8d6cea0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/man_pages/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@ Command | Description
2424
[platform list](project/configuration/platform.html) | Lists all platforms that the project currently targets.
2525
[platform&nbsp;remove&nbsp;`<Platform>`](project/configuration/platform-remove.html) | Removes the selected platform from the platforms that the project currently targets. This operation deletes all platform-specific files and subdirectories from your project.
2626
[platform update `<Platform>`](project/configuration/platform-update.html) | Updates the NativeScript runtime for the specified platform.
27-
[library add `<Platform>`](lib-management/library-add.html) | Adds a locally stored native library to the current project.
2827
[prepare `<Platform>`](project/configuration/prepare.html) | Copies relevant content from the app directory to the subdirectory for the selected target platform to let you build the project.
2928
[build `<Platform>`](project/testing/build.html) | Builds the project for the selected target platform and produces an application package or an emulator package.
3029
[deploy `<Platform>`](project/testing/deploy.html) | Deploys the project to a connected physical or virtual device.
3130
[emulate `<Platform>`](project/testing/emulate.html) | Deploys the project in the native emulator for the selected target platform.
3231
[run `<Platform>`](project/testing/run.html) | Runs your project on a connected device or in the native emulator, if configured.
33-
[debug `<Platform>`](project/testing/debug.html) | Debugs your project on a connected device.
32+
[debug `<Platform>`](project/testing/debug.html) | Debugs your project on a connected device.
3433
[install](project/configuration/install.html) | Installs all platforms and dependencies described in the `package.json` file in the current directory.
3534
[plugin](lib-management/plugin.html) | Lets you manage the plugins for your project.
3635
[livesync](project/testing/livesync.html) | Synchronizes the latest changes in your project to devices.
@@ -41,7 +40,7 @@ Command | Description
4140
[device](device/device.html) | Lists all recognized connected physical or virtual devices.
4241
[device log](device/device-log.html) | Opens the log stream for the selected device.
4342
[device run](device/device-run.html) | Runs the selected application on a connected device.
44-
[device list-applications](device/device-list-applications.html) | Lists the installed applications on all connected devices.
43+
[device list-applications](device/device-list-applications.html) | Lists the installed applications on all connected devices.
4544

4645
## Global Options
4746
Option | Description

0 commit comments

Comments
 (0)