fix and closes algolia/docsearch-configs-private#82
This commit is contained in:
parent
9a15bb2a7e
commit
714abba58d
1 changed files with 4 additions and 4 deletions
|
|
@ -398,13 +398,13 @@ If used, `min_indexed_level` is ignored.
|
|||
|
||||
### `scrape_start_urls` _Optional_
|
||||
|
||||
By default, the crawler will not extract content from the pages defined in
|
||||
`starts_urls`. If you have valuable content on your homepage, you should set
|
||||
this to `true`.
|
||||
By default, the crawler will extract content from the pages defined in
|
||||
`starts_urls`. If you do have valuable content on your `starts_urls` or these pages are duplicates from another one, you should set
|
||||
this to `false`.
|
||||
|
||||
```json
|
||||
{
|
||||
"scrape_start_urls": true
|
||||
"scrape_start_urls": false
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue