1
0
Fork 0

docs(config): Fix typo in start_urls

This commit is contained in:
Pixelastic 2018-08-22 20:11:14 +02:00
parent 9c4d0cbb30
commit 11fe0b8bc5
2 changed files with 4 additions and 4 deletions

View file

@ -104,7 +104,7 @@ You can pass options to the Algolia API by using the `algoliaOptions`
key. You will find all Algolia API options in their [own documentation][3].
For example, you might want to increase the number of results displayed in the dropdown.
[`hitsPerPage `set the number of shown hits][4].
[`hitsPerPage` set the number of shown hits][4].
```javascript
docsearch({
@ -115,10 +115,10 @@ docsearch({
});
```
[1]: https://github.com/algolia/autocomplete.js
[2]: https://github.com/algolia/autocomplete.js#options
[3]: https://www.algolia.com/doc/api-reference/api-parameters/
[4]: https://www.algolia.com/doc/api-reference/api-parameters/hitsPerPage/

View file

@ -400,8 +400,8 @@ If used, `min_indexed_level` is ignored.
### `scrape_start_urls` _Optional_
By default, the crawler will extract content from the pages defined in
`starts_urls`. If you do not have any valuable content on your `starts_urls` or that some pages are duplicates from another one, you should set
this to `false`.
`start_urls`. If you do not have any valuable content on your `starts_urls` or
if it's a duplicate of another page, you should set this to `false`.
```json
{