Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-07-05 00:15:04 +0300
committerMark Otto <markdotto@gmail.com>2017-07-05 00:15:04 +0300
commit8edfb24a3c094b02c025e827fcda7f5d49fcc9a7 (patch)
tree3e5ddaa3ef742f51abbdc0c3454e11f803909d6e /docs
parent819f42a7d031490d12beaedebd102120f2937f30 (diff)
docsearch api
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index b0f9b786c2..50e6159b01 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -41,12 +41,12 @@
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
<script type="text/javascript">
var docsearch = docsearch({
- apiKey: '48cb48b22351bc71ea5f12f4d1ede198',
+ apiKey: 'c6aa63796ef2f94c7e7e7f0b93b4a223',
indexName: 'bootstrap-v3',
inputSelector: '#search-input',
transformData: function (hits) {
return hits.map(function (hit) {
- hit.url = hit.url.replace('https://getbootstrap.com/docs/3.4/', '');
+ hit.url = hit.url.replace('https://getbootstrap.com/', '');
return hit;
});
},