Skip to content

Commit

Permalink
Add stop url for sections
Browse files Browse the repository at this point in the history
zerismo committed Dec 17, 2024
1 parent ead2748 commit 4b2f4a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/algolia.config.json
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@
"start_urls": [
"https://fennel.ai/docs"
],
"stop_urls": [
"https://fennel.ai/docs/api-reference/(?!\\d+\\.\\d+\\.\\d+/?).*"
],
"stop_urls": [
"^https://fennel\\.ai/docs/api-reference/(\\d+\\.\\d+\\.\\d+/[^/]+/.*|[^/]+/.*)$"
],
"sitemap_urls": [
"https://fennel.ai/docs/sitemap.xml"
],

0 comments on commit 4b2f4a0

Please sign in to comment.