Skip to content

Commit b7492af

Browse files
Merge pull request #651 from NativeScript/vladimirov/fix-help
Fix livesync help
2 parents 61704cc + 697e8ac commit b7492af

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

docs/man_pages/project/testing/livesync-android.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Synchronizes the latest changes in your project to Android devices.
1414
### Attributes
1515
* `<Device ID>` is the device index or identifier as listed by `$ tns device`
1616

17+
<% if(isHtml) { %>
1718
### Related Commands
1819

1920
Command | Description

docs/man_pages/project/testing/livesync-ios.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Synchronizes the latest changes in your project to iOS devices.
1414
### Attributes
1515
* `<Device ID>` is the device index or identifier as listed by `$ tns device`
1616

17+
<% if(isHtml) { %>
1718
### Related Commands
1819

1920
Command | Description

docs/man_pages/project/testing/livesync.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Synchronizes the latest changes in your project to devices. If no target platfor
1212
* `android` - Synchronizes the latest changes in your project to connected Android devices.
1313
* `ios` - Synchronizes the latest changes in your project to connected iOS devices.
1414

15+
<% if(isHtml) { %>
1516
### Related Commands
1617

1718
Command | Description

lib/common

0 commit comments

Comments
 (0)