0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

account for new nav structure

This commit is contained in:
Mark Otto 2017-05-29 14:20:03 -07:00 committed by Mark Otto
parent 0bfa2eea2a
commit 86177ac3af

View File

@ -31,7 +31,7 @@
inputSelector: '#search-input', inputSelector: '#search-input',
transformData: function (hits) { transformData: function (hits) {
return hits.map(function (hit) { return hits.map(function (hit) {
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', ''); hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', 'http://localhost:9001/docs/4.0');
return hit; return hit;
}); });
}, },