Closed
Description
Hello,
I am currently working on a documentation website generated with Jekyll, and Meilisearch has been pretty easy to add, with the docs-scraper and the docs-searchbar.
In fact, I have many instances of my documentation website hosted in different places
That means that I have to run the docs-scraper for each site (update of repository).
I wish I could run only one scraper for all my sites, and be independent of where each documentation site is hosted. so my question is:
- Is it possible to replace absolute with relative URLs in docs-scraper?.
I guess, I can do that somehow overriding some of the logic from the source code of the scraper. But is there another way? (maybe someone else has already thought/discussed about that).
Thanks in advance!!