aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-07-04 14:15:04 -0700
committerMark Otto <[email protected]>2017-07-04 14:15:04 -0700
commit8edfb24a3c094b02c025e827fcda7f5d49fcc9a7 (patch)
tree3e5ddaa3ef742f51abbdc0c3454e11f803909d6e /docs/_includes
parent819f42a7d031490d12beaedebd102120f2937f30 (diff)
downloadbootstrap-8edfb24a3c094b02c025e827fcda7f5d49fcc9a7.tar.xz
bootstrap-8edfb24a3c094b02c025e827fcda7f5d49fcc9a7.zip
docsearch api
Diffstat (limited to 'docs/_includes')
-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 b0f9b786c..50e6159b0 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;
});
},