Skip to content

Commit

Permalink
chore: updated alogilia behavior (#2626) (#2628)
Browse files Browse the repository at this point in the history
(cherry picked from commit b7e30e4)

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
  • Loading branch information
1 parent f234c06 commit 13ff47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsearch.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"start_urls": ["https://docs.spectrocloud.com/"],
"sitemap_urls": ["https://docs.spectrocloud.com/sitemap.xml"],
"sitemap_alternate_links": true,
"stop_urls": ["^/api/(?!.*\\d+\\.\\d+\\.x.*\\/v1\\/).*$"],
"stop_urls": ["^/api/(?![^/]*\\d+\\.\\d+\\.x[^/]*/v1/)"],
"selectors": {
"lvl0": {
"selector": "(//ul[contains(@class,'menu__list')]//a[contains(@class, 'menu__link menu__link--sublist menu__link--active')]/text() | //nav[contains(@class, 'navbar')]//a[contains(@class, 'navbar__link--active')]/text())[last()]",
Expand Down

0 comments on commit 13ff47b

Please sign in to comment.