small fixes
This commit is contained in:
@@ -8,7 +8,7 @@ Learn more about how you can use this plugin in the [documentaion](https://docs.
|
||||
|
||||
```js
|
||||
{
|
||||
api_key: STRIPE_API_KEY,
|
||||
webhook_secret: STRIPE_WEBHOOK_SECRET,
|
||||
api_key: "STRIPE_API_KEY",
|
||||
webhook_secret: "STRIPE_WEBHOOK_SECRET",
|
||||
}
|
||||
```
|
||||
|
||||
@@ -8,8 +8,8 @@ Learn more about how you can use this plugin in the [documentaion](https://docs.
|
||||
|
||||
```js
|
||||
{
|
||||
space_id: CONTENTFUL_SPACE_ID,
|
||||
access_token: CONTENTFUL_ACCESS_TOKEN,
|
||||
environment: CONTENTFUL_ENV,
|
||||
space_id: "CONTENTFUL_SPACE_ID",
|
||||
access_token: "CONTENTFUL_ACCESS_TOKEN",
|
||||
environment: "CONTENTFUL_ENV",
|
||||
}
|
||||
```
|
||||
|
||||
@@ -9,10 +9,10 @@ Learn more about how you can use this plugin in the [documentaion](https://docs.
|
||||
```js
|
||||
{
|
||||
config: {
|
||||
host: [your meilisearch host],
|
||||
host: "[your meilisearch host]",
|
||||
},
|
||||
settings: {
|
||||
[indexName]: [meilisearch settings passed to meilisearch's `updateSettings()` method]
|
||||
"[indexName]": "[meilisearch settings passed to meilisearch's `updateSettings()` method]"
|
||||
// example
|
||||
products: {
|
||||
searchableAttributes: ["title", "description", "variant_sku", "type_value"],
|
||||
|
||||
Reference in New Issue
Block a user