@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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.0.0-canary.41
4
+
5
+ ## 6.0.0-canary.40
6
+
3
7
  ## 6.0.0-canary.39
4
8
 
5
9
  ## 6.0.0-canary.38
@@ -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 enable only for a specific locale, override the value in the i18n config.
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.39",
5
+ "version": "6.0.0-canary.41",
6
6
  "sideEffects": true,
7
7
  "devDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "6.0.0-canary.39"
8
+ "@graphcommerce/prettier-config-pwa": "6.0.0-canary.41"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }