Skip to content

Commit 88f382a

Browse files
committed
chore: disable indexing
1 parent c4848f7 commit 88f382a

File tree

231 files changed

+231
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+231
-0
lines changed

.vitepress/config.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = {
1515
description: 'NativeScript docs',
1616

1717
head: [
18+
['meta', { name: 'robots', content: 'noindex' }],
1819
['link', { rel: 'stylesheet', href: 'https://rsms.me/inter/inter.css' }],
1920
['link', { rel: 'preconnect', href: 'https://fonts.gstatic.com' }],
2021

public/api-reference/classes/absolutelayout.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>AbsoluteLayout | NativeScript</title>

public/api-reference/classes/actionbar.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>ActionBar | NativeScript</title>

public/api-reference/classes/actionitem.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>ActionItem | NativeScript</title>

public/api-reference/classes/actionitems.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>ActionItems | NativeScript</title>

public/api-reference/classes/activityindicator.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>ActivityIndicator | NativeScript</title>

public/api-reference/classes/androidapplication.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>AndroidApplication | NativeScript</title>

public/api-reference/classes/animation.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>Animation | NativeScript</title>

public/api-reference/classes/background.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>Background | NativeScript</title>

public/api-reference/classes/binding.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>Binding | NativeScript</title>

public/api-reference/classes/builder.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>Builder | NativeScript</title>

public/api-reference/classes/button.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>Button | NativeScript</title>

public/api-reference/classes/changetype.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>ChangeType | NativeScript</title>

public/api-reference/classes/coercibleproperty.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>CoercibleProperty | NativeScript</title>

public/api-reference/classes/color.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>Color | NativeScript</title>

public/api-reference/classes/containerview.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>ContainerView | NativeScript</title>

public/api-reference/classes/contentview.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>ContentView | NativeScript</title>

public/api-reference/classes/controlstatechangelistener.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>ControlStateChangeListener | NativeScript</title>

public/api-reference/classes/cssanimationparser.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>CssAnimationParser | NativeScript</title>

public/api-reference/classes/cssanimationproperty.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>CssAnimationProperty | NativeScript</title>

public/api-reference/classes/cssproperty.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>CssProperty | NativeScript</title>

public/api-reference/classes/customlayoutview.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>CustomLayoutView | NativeScript</title>

public/api-reference/classes/datepicker.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>DatePicker | NativeScript</title>

public/api-reference/classes/docklayout.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>DockLayout | NativeScript</title>

public/api-reference/classes/editabletextbase.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>EditableTextBase | NativeScript</title>

public/api-reference/classes/file.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>File | NativeScript</title>

public/api-reference/classes/filesystementity.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>FileSystemEntity | NativeScript</title>

public/api-reference/classes/flexboxlayout.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>FlexboxLayout | NativeScript</title>

public/api-reference/classes/folder.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>Folder | NativeScript</title>

public/api-reference/classes/font.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>Font | NativeScript</title>

public/api-reference/classes/formattedstring.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>FormattedString | NativeScript</title>

public/api-reference/classes/frame.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>Frame | NativeScript</title>

public/api-reference/classes/gesturesobserver.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>GesturesObserver | NativeScript</title>

public/api-reference/classes/gridlayout.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>GridLayout | NativeScript</title>

public/api-reference/classes/htmlview.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>HtmlView | NativeScript</title>

public/api-reference/classes/image.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>Image | NativeScript</title>

public/api-reference/classes/imageasset.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>ImageAsset | NativeScript</title>

public/api-reference/classes/imagecache.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>ImageCache | NativeScript</title>

public/api-reference/classes/imagesource.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>ImageSource | NativeScript</title>

public/api-reference/classes/inheritedcssproperty.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>InheritedCssProperty | NativeScript</title>

public/api-reference/classes/inheritedproperty.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>InheritedProperty | NativeScript</title>

public/api-reference/classes/iosapplication.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>iOSApplication | NativeScript</title>

public/api-reference/classes/ioshelper.uiadaptivepresentationcontrollerdelegateimp.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>UIAdaptivePresentationControllerDelegateImp | NativeScript</title>

public/api-reference/classes/ioshelper.uilayoutviewcontroller.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>UILayoutViewController | NativeScript</title>

public/api-reference/classes/ioshelper.uipopoverpresentationcontrollerdelegateimp.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>UIPopoverPresentationControllerDelegateImp | NativeScript</title>

public/api-reference/classes/itemspec.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>ItemSpec | NativeScript</title>

public/api-reference/classes/keyframeanimation.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>KeyframeAnimation | NativeScript</title>

public/api-reference/classes/keyframeanimationinfo.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>KeyframeAnimationInfo | NativeScript</title>

public/api-reference/classes/keyframedeclaration.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>KeyframeDeclaration | NativeScript</title>

public/api-reference/classes/keyframeinfo.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html class="default no-js">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="robots" content="noindex">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
78
<title>KeyframeInfo | NativeScript</title>

0 commit comments

Comments
 (0)