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.
1 parent c6b421f commit 69d5727Copy full SHA for 69d5727
docs/js/custom.js
@@ -75,6 +75,12 @@ $(document).ready(function() {
75
}
76
});
77
78
+ $('.md-content a:not(.md-icon):not(.md-source):not(.instantsearch__entry)')
79
+ .filter(function() {
80
+ return this.hostname && this.hostname !== location.hostname;
81
+ })
82
+ .addClass('external');
83
+
84
docsearch({
85
container: '#docsearch',
86
appId: 'WLX2XJZTRM',
0 commit comments