We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cf2fba + c2f08b3 commit 7a46f23Copy full SHA for 7a46f23
_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