File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ yarn add @twilio-labs/docusaurus-plugin-segment
18
18
19
19
Accepted fields:
20
20
21
- | Name | Type | Default | Description |
22
- | -------------- | --------- | ------------ | ------------------------------------------------------------------------ |
23
- | ` writeKey ` | ` string ` | ** Required** | The Write Key for your Segment JavaScript source. |
24
- | ` allowedInDev ` | ` boolean ` | ` false ` | Whether to allow tracking in development mode in addition to production. |
21
+ | Name | Type | Default | Description |
22
+ | ------------------ | --------- | ------------ | ------------------------------------------------------------------------ |
23
+ | ` writeKey ` | ` string ` | ** Required** | The Write Key for your Segment JavaScript source. |
24
+ | ` trackLocalSearch ` | ` boolean ` | ` false ` | Whether to track searches made with docusaurus-search-local |
25
+ | ` allowedInDev ` | ` boolean ` | ` false ` | Whether to allow tracking in development mode in addition to production. |
25
26
26
27
To find your write key:
27
28
You can’t perform that action at this time.
0 commit comments