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 68cafe4 commit 76b8888Copy full SHA for 76b8888
docs/js/custom.js
@@ -148,7 +148,7 @@ $(document).ready(function() {
148
$('.algolia-docsearch-suggestion--wrapper').each((index, element) => {
149
const title = $(element).find('.algolia-docsearch-suggestion--title');
150
const category = $(element).find('.algolia-docsearch-suggestion--subcategory-column-text');
151
- category.append('<span class="aa-suggestion-title-separator" aria-hidden="true">></span>');
+ category.append('<span class="aa-suggestion-title-separator" aria-hidden="true"> › </span>');
152
if (title.find('.aa-suggestion-title-separator').length) {
153
$.each(title.contents(), (i, e) => {
154
if (title.contents().length > 1) {
0 commit comments