Skip to content

Commit 772e4ca

Browse files
authored
Add meta no-index tags to 1.3.1 docs (#491)
This hides 1.3.1 docs from google search, among other things. I ran the following command inside the docs/1.3.1 folder: - `find . -name "*.html" -print0 | xargs -0 sed -i '/<head>/a \ \ <meta name="robots" content="noindex">'` This command adds a meta robots noindex tag directly after the `<head>` begin tag. Test Plan: - viewed docs locally - wait for site preview
1 parent 8c8d70a commit 772e4ca

File tree

252 files changed

+252
-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.

252 files changed

+252
-0
lines changed

docs/1.3.1/__config__.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
8+
<meta name="robots" content="noindex">
89
<meta charset="utf-8">
910

1011
<meta name="viewport" content="width=device-width, initial-scale=1.0">

docs/1.3.1/_modules/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
8+
<meta name="robots" content="noindex">
89
<meta name="robots" content="noindex">
910
<meta charset="utf-8">
1011

docs/1.3.1/_modules/torch.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
8+
<meta name="robots" content="noindex">
89
<meta name="robots" content="noindex">
910
<meta charset="utf-8">
1011

docs/1.3.1/_modules/torch/__config__.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
8+
<meta name="robots" content="noindex">
89
<meta name="robots" content="noindex">
910
<meta charset="utf-8">
1011

docs/1.3.1/_modules/torch/_jit_internal.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
8+
<meta name="robots" content="noindex">
89
<meta name="robots" content="noindex">
910
<meta charset="utf-8">
1011

docs/1.3.1/_modules/torch/_tensor_str.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
8+
<meta name="robots" content="noindex">
89
<meta name="robots" content="noindex">
910
<meta charset="utf-8">
1011

docs/1.3.1/_modules/torch/_utils.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
8+
<meta name="robots" content="noindex">
89
<meta name="robots" content="noindex">
910
<meta charset="utf-8">
1011

docs/1.3.1/_modules/torch/autograd.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
8+
<meta name="robots" content="noindex">
89
<meta name="robots" content="noindex">
910
<meta charset="utf-8">
1011

docs/1.3.1/_modules/torch/autograd/anomaly_mode.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
8+
<meta name="robots" content="noindex">
89
<meta name="robots" content="noindex">
910
<meta charset="utf-8">
1011

docs/1.3.1/_modules/torch/autograd/function.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
8+
<meta name="robots" content="noindex">
89
<meta name="robots" content="noindex">
910
<meta charset="utf-8">
1011

0 commit comments

Comments
 (0)