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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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>

0 commit comments

Comments
 (0)