You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/source/documentation/2-docsearch-scraper/2-config-options.html.md.erb
+3-3
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Name of the Algolia index where all the data will be pushed.
63
63
64
64
**On our own infrastructure, this name must be equal to the configuration file name**
65
65
66
-
We mostly attribute it on our own regarding plenty of underlying factors. The `apiKey` that we provide is generated with a restriction on the `index_name`. Changing the `index_name` would require to ask for a new key. Thus if you want to **change the name**, please **submit a new configration**, we will generate a new key accordingly.
66
+
We mostly attribute it on our own regarding plenty of underlying factors. The `apiKey` that we provide is generated with a restriction on the `index_name`. Changing the `index_name` would require to ask for a new key. Thus if you want to **change the name**, please **submit a new configuration**, we will generate a new key accordingly.
67
67
68
68
### `start_urls` _Mandatory_
69
69
You can pass either a string or an array of urls. The crawler will go to each
@@ -115,7 +115,7 @@ You can also define some `tags` that will also behave as [`attributesForFaceting
115
115
116
116
In order to promote some pages, you can set the `page_rank` attribute (default: `0`, can be a positive or negative integer).
117
117
118
-
Finally, If your website contains differents parts and layouts, you can define specific `selectors` for each part and apply them using `selectors_key`:
118
+
Finally, If your website contains different parts and layouts, you can define specific `selectors` for each part and apply them using `selectors_key`:
119
119
120
120
Example:
121
121
```json
@@ -343,7 +343,7 @@ settings. You will [look under the hood of algolia](https://www.algolia.com/doc/
343
343
344
344
The number of maximum records allowed for the whole indexing. If the scrapping is bigger, it will fail.
345
345
346
-
This value is not meant to be set from anyone except DocSearch maintaner.
346
+
This value is not meant to be set from anyone except DocSearch maintainer.
0 commit comments