Using DocSearch within a Docusaurus site and although the crawler seems to index all of my pages within the Docusaurus project, the records for each page are the same ones and are all only from /docs
, and nothing past that, such as /docs/getting-started
, etc. Here’s an example response from the terminal:
> DocSearch: https://my-url.com/docs/getting-started/ 13 records)
> DocSearch: https://my-url.com/docs/creating-a-project/ 13 records)
> DocSearch: https://my-url.com/docs/preparing-your-data/ 13 records)
> DocSearch: https://my-url.com/docs 13 records)
I have used ./docsearch playground
to test that the 13 results are only from /docs
and not from any of the proceeding pages. Have tried many tweaks to the config.json
and docusaurus.config.json
but to no avail. Can someone please shed some light on this? Thank you