We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fdf4c8 commit c2f08b3Copy full SHA for c2f08b3
_static/js/algolia.js
@@ -3,6 +3,11 @@
3
4
var doc_version = document.querySelector('meta[name="doc_version"]').getAttribute('content');
5
6
+ // If the current page uses tabs, we will need this small patch
7
+ if (typeof(docsearch) == 'undefined') {
8
+ docsearch = exports['docsearch'];
9
+ }
10
+
11
// Initialize the Algolia search widget
12
docsearch({
13
apiKey: 'c39cb614363a2a156811478bc2d0573b',
0 commit comments