mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-25 11:04:09 +03:00
parent
a53b63b9e9
commit
5bdeb77cb1
|
@ -1303,8 +1303,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1314,7 +1314,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1229,8 +1229,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1240,7 +1240,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1259,8 +1259,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1270,7 +1270,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1311,8 +1311,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1322,7 +1322,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1237,8 +1237,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1248,7 +1248,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1908,8 +1908,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1919,7 +1919,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1480,8 +1480,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1491,7 +1491,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1360,8 +1360,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1371,7 +1371,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1270,8 +1270,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1281,7 +1281,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1485,8 +1485,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1496,7 +1496,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1490,8 +1490,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1501,7 +1501,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -2644,8 +2644,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -2655,7 +2655,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1616,8 +1616,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1627,7 +1627,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1633,8 +1633,8 @@ Multiple <code class="highlighter-rouge"><button></code> or <code class="h
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1644,7 +1644,8 @@ Multiple <code class="highlighter-rouge"><button></code> or <code class="h
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -2015,8 +2015,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -2026,7 +2026,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -2982,8 +2982,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -2993,7 +2993,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1643,8 +1643,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1654,7 +1654,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1264,8 +1264,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1275,7 +1275,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1723,8 +1723,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1734,7 +1734,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1929,8 +1929,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1940,7 +1940,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -2055,8 +2055,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -2066,7 +2066,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -2091,8 +2091,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -2102,7 +2102,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1510,8 +1510,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1521,7 +1521,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1635,8 +1635,8 @@ sagittis lacus vel augue laoreet rutrum faucibus."</span><span class="nt">></
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1646,7 +1646,8 @@ sagittis lacus vel augue laoreet rutrum faucibus."</span><span class="nt">></
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1429,8 +1429,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1440,7 +1440,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1593,8 +1593,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1604,7 +1604,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1604,8 +1604,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1615,7 +1615,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1285,8 +1285,8 @@ To edit settings, press <span class="nt"><kbd><kbd></span>ctrl<span
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1296,7 +1296,8 @@ To edit settings, press <span class="nt"><kbd><kbd></span>ctrl<span
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1252,8 +1252,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1263,7 +1263,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1292,8 +1292,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1303,7 +1303,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1620,8 +1620,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1631,7 +1631,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -2346,8 +2346,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -2357,7 +2357,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1647,8 +1647,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1658,7 +1658,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1225,8 +1225,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1236,7 +1236,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1258,8 +1258,8 @@ all our starter templates include by default this icon set.</p>
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1269,7 +1269,8 @@ all our starter templates include by default this icon set.</p>
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1225,8 +1225,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1236,7 +1236,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1281,8 +1281,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1292,7 +1292,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1238,8 +1238,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1249,7 +1249,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1415,8 +1415,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1426,7 +1426,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1312,8 +1312,8 @@ as <code class="highlighter-rouge">importer</code> option of Sass.</p>
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1323,7 +1323,8 @@ as <code class="highlighter-rouge">importer</code> option of Sass.</p>
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1263,8 +1263,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1274,7 +1274,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1331,8 +1331,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1342,7 +1342,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1342,8 +1342,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1353,7 +1353,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1347,8 +1347,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1358,7 +1358,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1490,8 +1490,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1501,7 +1501,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1317,8 +1317,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1328,7 +1328,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -2236,8 +2236,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -2247,7 +2247,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1487,8 +1487,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1498,7 +1498,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1377,8 +1377,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1388,7 +1388,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1250,8 +1250,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1261,7 +1261,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1604,8 +1604,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1615,7 +1615,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1312,8 +1312,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1323,7 +1323,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1748,8 +1748,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1759,7 +1759,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1229,8 +1229,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1240,7 +1240,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1555,8 +1555,8 @@ you may need to wrap your markup in an <code class="highlighter-rouge">.bmd-form
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1566,7 +1566,8 @@ you may need to wrap your markup in an <code class="highlighter-rouge">.bmd-form
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1325,8 +1325,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1336,7 +1336,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1674,8 +1674,8 @@ the varieties specified. (<a href="https://www.google.com/design/spec/components
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1685,7 +1685,8 @@ the varieties specified. (<a href="https://www.google.com/design/spec/components
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1481,8 +1481,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1492,7 +1492,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1330,8 +1330,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1341,7 +1341,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1404,8 +1404,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1415,7 +1415,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1287,8 +1287,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1298,7 +1298,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1624,8 +1624,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1635,7 +1635,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1304,8 +1304,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1315,7 +1315,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1260,8 +1260,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1271,7 +1271,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1240,8 +1240,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1251,7 +1251,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1307,8 +1307,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1318,7 +1318,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1342,8 +1342,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1353,7 +1353,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1275,8 +1275,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1286,7 +1286,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1964,8 +1964,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1975,7 +1975,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1298,8 +1298,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1309,7 +1309,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1246,8 +1246,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1257,7 +1257,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1263,8 +1263,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1274,7 +1274,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1239,8 +1239,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1250,7 +1250,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1273,8 +1273,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1284,7 +1284,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1312,8 +1312,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1323,7 +1323,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1341,8 +1341,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1352,7 +1352,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1274,8 +1274,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1285,7 +1285,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
|
@ -1247,8 +1247,8 @@
|
|||
<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',
|
||||
indexName: 'bootstrap-v4',
|
||||
apiKey: 'b5c13bef25101d81f781cc15f4485a52',
|
||||
indexName: 'fezvrasta_bootstrap_material_design',
|
||||
inputSelector: '#search-input',
|
||||
handleSelected: function (input, event, suggestion) {
|
||||
var url = suggestion.url;
|
||||
|
@ -1258,7 +1258,8 @@
|
|||
},
|
||||
transformData: function (hits) {
|
||||
return hits.map(function (hit) {
|
||||
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
|
||||
console.log(hit.url);
|
||||
hit.url = hit.url.replace('https://fezvrasta.github.io/', '/');
|
||||
return hit;
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user