From 28e205886ff33c8208111a2c76f214e4a784b8df Mon Sep 17 00:00:00 2001 From: Fatme Havaluova Date: Tue, 15 Sep 2015 14:30:30 +0300 Subject: [PATCH] Remove library-add command from index.md --- docs/man_pages/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/man_pages/index.md b/docs/man_pages/index.md index 7425516015..c5901f2282 100644 --- a/docs/man_pages/index.md +++ b/docs/man_pages/index.md @@ -24,13 +24,12 @@ Command | Description [platform list](project/configuration/platform.html) | Lists all platforms that the project currently targets. [platform remove ``](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. [platform update ``](project/configuration/platform-update.html) | Updates the NativeScript runtime for the specified platform. -[library add ``](lib-management/library-add.html) | Adds a locally stored native library to the current project. [prepare ``](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. [build ``](project/testing/build.html) | Builds the project for the selected target platform and produces an application package or an emulator package. [deploy ``](project/testing/deploy.html) | Deploys the project to a connected physical or virtual device. [emulate ``](project/testing/emulate.html) | Deploys the project in the native emulator for the selected target platform. [run ``](project/testing/run.html) | Runs your project on a connected device or in the native emulator, if configured. -[debug ``](project/testing/debug.html) | Debugs your project on a connected device. +[debug ``](project/testing/debug.html) | Debugs your project on a connected device. [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. [livesync](project/testing/livesync.html) | Synchronizes the latest changes in your project to devices. @@ -41,7 +40,7 @@ Command | Description [device](device/device.html) | Lists all recognized connected physical or virtual devices. [device log](device/device-log.html) | Opens the log stream for the selected device. [device run](device/device-run.html) | Runs the selected application on a connected device. -[device list-applications](device/device-list-applications.html) | Lists the installed applications on all connected devices. +[device list-applications](device/device-list-applications.html) | Lists the installed applications on all connected devices. ## Global Options Option | Description