<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;
});
},