Skip to content

Commit 64b44bb

Browse files
committed
Rename folder new_docs -> docs
1 parent 411943e commit 64b44bb

File tree

598 files changed

+17596
-4358
lines changed

Some content is hidden

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

598 files changed

+17596
-4358
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
$(function() {
2-
$.each($("pre code"), function() {
3-
$(this).parent().addClass("prettyprint");
4-
$(this).wrap("<code class='language-cs'/>");
5-
6-
});
7-
prettyPrint();
8-
});
1+
$(function() {
2+
$.each($("pre code"), function() {
3+
$(this).parent().addClass("prettyprint");
4+
$(this).wrap("<code class='language-cs'/>");
5+
6+
});
7+
prettyPrint();
8+
});
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
1-
/* Pretty printing styles. Used with prettify.js. */
2-
/* Vim sunburst theme by David Leibovic */
3-
4-
pre .str, code .str { color: #65B042; } /* string - green */
5-
pre .kwd, code .kwd { color: #E28964; } /* keyword - dark pink */
6-
pre .com, code .com { color: #AEAEAE; font-style: italic; } /* comment - gray */
7-
pre .typ, code .typ { color: #89bdff; } /* type - light blue */
8-
pre .lit, code .lit { color: #3387CC; } /* literal - blue */
9-
pre .pun, code .pun { color: #fff; } /* punctuation - white */
10-
pre .pln, code .pln { color: #fff; } /* plaintext - white */
11-
pre .tag, code .tag { color: #89bdff; } /* html/xml tag - light blue */
12-
pre .atn, code .atn { color: #bdb76b; } /* html/xml attribute name - khaki */
13-
pre .atv, code .atv { color: #65B042; } /* html/xml attribute value - green */
14-
pre .dec, code .dec { color: #3387CC; } /* decimal - blue */
15-
16-
pre.prettyprint, code.prettyprint {
17-
background-color: #000;
18-
}
19-
20-
pre.prettyprint {
21-
width: 95%;
22-
margin: 1em auto;
23-
padding: 1em;
24-
white-space: pre-wrap;
25-
}
26-
27-
28-
/* Specify class=linenums on a pre to get line numbering */
29-
ol.linenums { margin-top: 0; margin-bottom: 0; color: #AEAEAE; } /* IE indents via margin-left */
30-
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none }
31-
/* Alternate shading for lines */
32-
li.L1,li.L3,li.L5,li.L7,li.L9 { }
33-
34-
@media print {
35-
pre .str, code .str { color: #060; }
36-
pre .kwd, code .kwd { color: #006; font-weight: bold; }
37-
pre .com, code .com { color: #600; font-style: italic; }
38-
pre .typ, code .typ { color: #404; font-weight: bold; }
39-
pre .lit, code .lit { color: #044; }
40-
pre .pun, code .pun { color: #440; }
41-
pre .pln, code .pln { color: #000; }
42-
pre .tag, code .tag { color: #006; font-weight: bold; }
43-
pre .atn, code .atn { color: #404; }
44-
pre .atv, code .atv { color: #060; }
1+
/* Pretty printing styles. Used with prettify.js. */
2+
/* Vim sunburst theme by David Leibovic */
3+
4+
pre .str, code .str { color: #65B042; } /* string - green */
5+
pre .kwd, code .kwd { color: #E28964; } /* keyword - dark pink */
6+
pre .com, code .com { color: #AEAEAE; font-style: italic; } /* comment - gray */
7+
pre .typ, code .typ { color: #89bdff; } /* type - light blue */
8+
pre .lit, code .lit { color: #3387CC; } /* literal - blue */
9+
pre .pun, code .pun { color: #fff; } /* punctuation - white */
10+
pre .pln, code .pln { color: #fff; } /* plaintext - white */
11+
pre .tag, code .tag { color: #89bdff; } /* html/xml tag - light blue */
12+
pre .atn, code .atn { color: #bdb76b; } /* html/xml attribute name - khaki */
13+
pre .atv, code .atv { color: #65B042; } /* html/xml attribute value - green */
14+
pre .dec, code .dec { color: #3387CC; } /* decimal - blue */
15+
16+
pre.prettyprint, code.prettyprint {
17+
background-color: #000;
18+
}
19+
20+
pre.prettyprint {
21+
width: 95%;
22+
margin: 1em auto;
23+
padding: 1em;
24+
white-space: pre-wrap;
25+
}
26+
27+
28+
/* Specify class=linenums on a pre to get line numbering */
29+
ol.linenums { margin-top: 0; margin-bottom: 0; color: #AEAEAE; } /* IE indents via margin-left */
30+
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none }
31+
/* Alternate shading for lines */
32+
li.L1,li.L3,li.L5,li.L7,li.L9 { }
33+
34+
@media print {
35+
pre .str, code .str { color: #060; }
36+
pre .kwd, code .kwd { color: #006; font-weight: bold; }
37+
pre .com, code .com { color: #600; font-style: italic; }
38+
pre .typ, code .typ { color: #404; font-weight: bold; }
39+
pre .lit, code .lit { color: #044; }
40+
pre .pun, code .pun { color: #440; }
41+
pre .pln, code .pln { color: #000; }
42+
pre .tag, code .tag { color: #006; font-weight: bold; }
43+
pre .atn, code .atn { color: #404; }
44+
pre .atv, code .atv { color: #060; }
4545
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
$(function() {
2-
$.ajax({
3-
url: 'https://api.github.com/repos/elasticsearch/elasticsearch-net/contributors',
4-
dataType: 'jsonp',
5-
success: function(result) {
6-
result.data = result.data.sort(function (a, b) {
7-
if (a.contributions > b.contributions) return -1;
8-
if (a.contributions < b.contributions) return 1;
9-
return 0;
10-
});
11-
result.count = result.data.length;
12-
$("#contributorTemplate").tmpl(result).appendTo("#nest-contributors");
13-
}
14-
});
1+
$(function() {
2+
$.ajax({
3+
url: 'https://api.github.com/repos/elasticsearch/elasticsearch-net/contributors',
4+
dataType: 'jsonp',
5+
success: function(result) {
6+
result.data = result.data.sort(function (a, b) {
7+
if (a.contributions > b.contributions) return -1;
8+
if (a.contributions < b.contributions) return 1;
9+
return 0;
10+
});
11+
result.count = result.data.length;
12+
$("#contributorTemplate").tmpl(result).appendTo("#nest-contributors");
13+
}
14+
});
1515
});
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)