@graphcommerce/docs 4.6.0 → 4.6.3

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,23 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.6.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1417](https://github.com/graphcommerce-org/graphcommerce/pull/1417) [`d57e4b782`](https://github.com/graphcommerce-org/graphcommerce/commit/d57e4b7828e9fed2cf6ac8164203b26a4427ef80) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Update installation instructions
8
+
9
+ ## 4.6.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [#1404](https://github.com/graphcommerce-org/graphcommerce/pull/1404) [`58e2251f5`](https://github.com/graphcommerce-org/graphcommerce/commit/58e2251f586a276cdb5971c8511ada50fa00994c) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - order
14
+
15
+ ## 4.6.1
16
+
17
+ ### Patch Changes
18
+
19
+ - [#1402](https://github.com/graphcommerce-org/graphcommerce/pull/1402) [`79032e8cd`](https://github.com/graphcommerce-org/graphcommerce/commit/79032e8cd6580a505df108a56052dd71a79e254c) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - metaUrls
20
+
3
21
  ## 4.6.0
4
22
 
5
23
  ### Minor Changes
package/feature-list.md CHANGED
@@ -4,6 +4,7 @@ metaTitle: Magento Open Source + GraphCommerce® full feature list
4
4
  metaDescription:
5
5
  'Magento Open Source full feature list, extended with GraphCommerce unique
6
6
  features and features replaced or enhanced by GraphCommerce.'
7
+ metaUrl: magento-open-source-full-feature-list-with-graphcommerce
7
8
  ---
8
9
 
9
10
  <div data-nosnippet>
@@ -4,6 +4,7 @@ metaTitle: Static Site Generation with Nextjs ecommerce framework GraphCommerce
4
4
  metaDescription:
5
5
  'GraphCommerce is a nextjs Magento framework. GraphCommerce offers Static Site
6
6
  Generation for Magento nextjs PWA out-of-the-box.'
7
+ metaUrl: framework/static-generation-nextjs-ecommerce
7
8
  ---
8
9
 
9
10
  <div data-nosnippet>
@@ -67,11 +67,11 @@ https://user-images.githubusercontent.com/1251986/158647122-dc57002f-a9c2-4661-a
67
67
 
68
68
  1. `git clone git@github.com:graphcommerce-org/graphcommerce.git`
69
69
  2. `mkdir my-project`
70
- 3. `cp -R graphcommerce/examples/magento-graphcms/. my-project`
70
+ 3. `cp -R graphcommerce/examples/magento-graphcms/. my-project && rm -rf graphcommerce`
71
71
  4. `cd my-project`
72
72
  5. `cp -R .env.example .env`
73
73
  6. `rm CHANGELOG.md`
74
- 7. `rm -r node_modules && rm -r .next`
74
+ 7. `rm -rf node_modules && rm -rf .next`
75
75
 
76
76
  Edit /package.json. Delete `"scripts": {...}` and rename `scripts_local` to
77
77
  `scripts`:
@@ -7,6 +7,7 @@ metaTitle:
7
7
  metaDescription:
8
8
  'Overview of the magento-graphcms example, the GraphCommerce reactjs ecommerce
9
9
  template for Magento storefronts'
10
+ metaUrl: getting-started/getting-started-with-magento-react-ecommerce
10
11
  ---
11
12
 
12
13
  <div data-nosnippet>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/docs",
3
3
  "homepage": "https://www.graphcommerce.org/docs",
4
4
  "repository": "github:graphcommerce-org/graphcommerce/docs",
5
- "version": "4.6.0",
5
+ "version": "4.6.3",
6
6
  "sideEffects": true,
7
7
  "devDependencies": {
8
8
  "@graphcommerce/prettier-config-pwa": "^4.0.5"
package/readme.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  menu: Overview
3
- order: getting-started,framework, upgrading, contributing, roadmap
3
+ order: getting-started,framework, upgrading, feature-list, contributing, roadmap
4
4
  metaTitle: Start React, Next.js Magento PWA development here - GraphCommerce
5
5
  metaDescription:
6
6
  'GraphCommerce is the open-source PWA Studio Magento 2 alternative.