@graphcommerce/docs 6.0.0-canary.39 → 6.0.0-canary.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/framework/config.md +8 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/framework/config.md
CHANGED
|
@@ -33,6 +33,13 @@ function MyComponent() {
|
|
|
33
33
|
}
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
+
You can also use the configuration in your `.meshrc.yml` by accessing
|
|
37
|
+
`{graphCommerce.myField}`
|
|
38
|
+
|
|
39
|
+
```yml
|
|
40
|
+
endpoint: '{graphCommerce.magentoEndpoint}'
|
|
41
|
+
```
|
|
42
|
+
|
|
36
43
|
## Environment variables to override configuration
|
|
37
44
|
|
|
38
45
|
Configuration values can be overwriten by environment variables, with the following rules:
|
|
@@ -135,7 +142,7 @@ See https://support.google.com/analytics/answer/9539598?hl=en
|
|
|
135
142
|
|
|
136
143
|
Provide a value to enable Google Analytics for your store.
|
|
137
144
|
|
|
138
|
-
To
|
|
145
|
+
To override the value for a specific locale, configure in i18n config.
|
|
139
146
|
|
|
140
147
|
#### `googleRecaptchaKey: String`
|
|
141
148
|
|
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "@graphcommerce/docs",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/docs",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce/docs",
|
|
5
|
-
"version": "6.0.0-canary.
|
|
5
|
+
"version": "6.0.0-canary.41",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "6.0.0-canary.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "6.0.0-canary.41"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|