Open
Description
Hi, I've just tried setting up MultiDocumenter with https://github.com/tecosaur/DataToolkitDocs, however I'm having issues with the search and root path. It's deployed to https://tecosaur.github.io/DataToolkitDocs/, and with the default rootpath
value of /
I get 404 errors with the searching, from the following path being requested: https://tecosaur.github.io/search-data/store.json
et. al, if I change the rootpath
to DataToolkitDocs/
though, I now get 404s from https://tecosaur.github.io/DataToolkitDocs/ref/stable/DataToolkitDocs/search-data/store.json
et. al.
I can't see how to get it to look in the right place (https://tecosaur.github.io/DataToolkitDocs/search-data/store.json
etc.)