Another Typesense + Docusaurus question. Is this t...
# community-help
i
Another Typesense + Docusaurus question. Is this the recommended config to crawl Docusaurus 2 site https://github.com/algolia/docsearch-configs/blob/master/configs/docusaurus-2.json Any direction to deprioritize documents on certain path (less weight)? For example I want to make documents under /refs/* path to have lesser weight than other documents.
j
Yup that's the recommended docusaurus config
Here's how you can increase the weightage for particular pages: https://docsearch.algolia.com/docs/legacy/config-file#using-page-rank
i
interesting, can I use wildcards url to target many pages at once?
j
start_urls is a prefix, so you by default it will target all URLs that start with the URL that you mention there