-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
135 lines (128 loc) · 5.69 KB
/
index.html
File metadata and controls
135 lines (128 loc) · 5.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html lang="en">
<head>
<script type="text/javascript">
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?0fa35dc5d688622619f179a06a118681";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<meta charset="UTF-8">
<title>Bboss</title>
<link rel="icon" href="images/logo1.png">
<meta name="google-site-verification" content="6t0LoIeFksrjF4c9sqUEsVXiQNxLp2hgoqo0KryT-sE" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="keywords" content="bboss,Elasticsearch,esdoc,document,lucene,全文检索,highlevel,最佳实践,java rest client api,restclient,rest client">
<meta name="description" content="The best elasticsearch highlevel java rest client API.">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<!--<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="vue">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/dark.css" title="dark" disabled>
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css" title="buble" disabled>
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/pure.css" title="pure" disabled>-->
<link rel="stylesheet" href="themes/vue.css" title="vue">
<link rel="stylesheet" href="themes/dark.css" title="dark" disabled>
<link rel="stylesheet" href="themes/buble.css" title="buble" disabled>
<link rel="stylesheet" href="themes/pure.css" title="pure" disabled>
<script src="_media/index.js"></script>
<style>
nav.app-nav li ul {
min-width: 100px;
}
.markdown-section{margin:0 auto;max-width:1350px;padding:30px 15px 40px;position:relative}
</style>
</head>
<body>
<div id="app">Loading ...</div>
<script>
window.$docsify = {
alias: {
'.*?/awesome': 'https://raw.githubusercontent.com/docsifyjs/awesome-docsify/master/README.md',
// '.*?/changelog': 'https://github.com/bbossgroups/bboss-elasticsearch/commits/master',
'/.*/_navbar.md': '/_navbar.md',
'/.*/_sidebar.md': '/_sidebar.md',
'/zh-cn/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-zh/master/$1',
'/de-de/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1',
'/ru/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1',
'/es/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1'
},
auto2top: true,
coverpage: true,
executeScript: true,
loadSidebar: true,
loadNavbar: true,
mergeNavbar: false,
maxLevel: 5,
subMaxLevel: 5,
ga: 'UA-106147152-1',
name: 'Bboss',
search: {
noData: {
'/de-de/': 'Keine Ergebnisse!',
'/zh-cn/': '没有结果!',
'/': 'No results!'
},
paths: 'auto',
placeholder: {
'/de-de/': 'Suche',
'/zh-cn/': '搜索',
'/': 'Search'
}
},
formatUpdated: '{MM}/{DD} {HH}:{mm}',
plugins: [
function (hook, vm) {
hook.beforeEach(function (html) {
if (/githubusercontent\.com/.test(vm.route.file)) {
url = vm.route.file
.replace('raw.githubusercontent.com', 'github.com')
.replace(/\/master/, '/blob/master')
} else {
url = 'https://github.com/bbossgroups/bboss-docs/tree/master/' + vm.route.file
}
//var editHtml = '[:memo: Edit Document](' + url + ')\n';
var editHtml = '\n';
return editHtml
+ html
//return html +
+ '\n\n----\n\n'
// + '<script type="text/javascript">'
// + 'var cnzz_protocol = (("https:" == document.location.protocol) ? " https://"'
// + ': " http://");'
// + 'document'
// + '.write(unescape("%3Cspan id=\'cnzz_stat_icon_1254131450\'%3E%3C/span%3E%3Cscript src=\'"'
// + ' + cnzz_protocol'
// + ' + "s11.cnzz.com/z_stat.php%3Fid%3D1254131450%26show%3Dpic2\' type=\'text/javascript\'%3E%3C/script%3E"));'
// + '<\/script><a href="http://www.miitbeian.gov.cn" target="_blank">湘ICP备16000994号</a>'
+ '<a href="http://www.miitbeian.gov.cn" target="_blank">湘ICP备16000994号</a> <a href="https://www.bbossgroups.com" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by bbossgroups</a>';
})
},
DocsifyCodefund.create('fae1f9a4-870c-4c25-b8e0-c80464f7a95c')
]
}
</script>
<!--<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-markdown.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-nginx.min.js"></script>-->
<script src="_media/docsify.min.js"></script>
<script src="_media/search.min.js"></script>
<script src="_media/ga.min.js"></script>
<script src="_media/prism-bash.min.js"></script>
<script src="_media/prism-markdown.min.js"></script>
<script src="_media/prism-nginx.min.js"></script>
<script src="_media/prism-java.min.js"></script>
<script src="_media/prism-json.min.js"></script>
<script src="_media/prism-properties.min.js"></script>
<script>
((window.gitter = {}).chat = {}).options = {
room: 'bbossgroups/bboss-elasticsearch'
};
</script>
<!--<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>-->
</body>
</html>