Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 048fcdb

Browse files
Merge branch 'develop' into MAGEDOC-4042-preRelease-install
2 parents aa69367 + 925066f commit 048fcdb

File tree

864 files changed

+9313
-10952
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

864 files changed

+9313
-10952
lines changed

.github/ISSUE_TEMPLATE/COMMUNITY_ISSUE_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ Notifications of Changes:
3737

3838
<!-- (OPTIONAL) What other information can you provide? -->
3939

40-
4140
<!--
4241
Thank you for taking the time to request updates for your Community Engineering contribution!
4342
GitHub Issues should only be created for problems/topics related to this project's codebase.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This pull request (PR) ...
2222

2323
- ...
2424

25-
<!--
25+
<!--
2626
If you are fixing a GitHub issue, note it using GitHub keyword format (https://help.github.com/en/articles/closing-issues-using-keywords#closing-an-issue-in-a-different-repository) to close the issue when this pull request is merged. Example: `Fixes #1234`
2727
2828
`master` is the default branch. Merged pull requests to `master` go live on the site automatically. Any requested changes to content on the `master` branch must be related to the released codebase. Any content related to future releases goes in the `develop` branch.

404.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ permalink: /404.html
1212

1313
The page you are looking for could not be found or the documentation does not exist.
1414

15-
1615
To report a missing page, please submit an issue in our public [GitHub](https://github.com/magento/devdocs) repo.
1716

18-
1917
[Return to main page]({{ site.baseurl }}/)

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Our goal is to provide the Magento community with comprehensive and quality tech
88

99
![](https://raw.githubusercontent.com/wiki/magento/magento2/images/dev_docs_contributors.png)
1010

11-
# Building this site
11+
## Building this site
1212

1313
You can build this site locally in the following ways:
1414

@@ -225,7 +225,7 @@ If you have questions, open an issue and ask us. We're looking forward to hearin
225225

226226
## Build DevDocs in Windows
227227

228-
Some of the technologies we use to develop DevDocs is not compatible with Windows, such as [Jekyll](https://jekyllrb.com/docs/windows/). For this reason, we do not support DevDocs management in Windows; however, we have documented the following procedures to build the DevDocs in a Windows environment. Any further use of this setup or troubleshooting is up to you.
228+
Some of the technologies we use to develop DevDocs is not compatible with Windows, such as [Jekyll](https://jekyllrb.com/docs/windows/). For this reason, we do not support DevDocs management in Windows; however, we have documented the following procedures to build the DevDocs in a Windows environment. Any further use of this setup or troubleshooting is up to you.
229229

230230
Download software:
231231

@@ -248,7 +248,7 @@ Only Administrators can use Chocolatey features. You can use the Administrator a
248248

249249
- In the Windows UI, open search and type `path`.
250250
- In the Windows CMD console, type `echo %path%`.
251-
251+
252252
You should see `C:\ProgramData\chocolatey\bin` in the path.
253253

254254
1. Close and reopen the command prompt before using `choco` commands.
@@ -272,7 +272,7 @@ If you have Ruby installed on the workstation, then you can skip this installati
272272
- In the Windows UI, open search and type `path`.
273273
- In the Windows CMD console, type `echo %path%`.
274274

275-
> **NOTE**
275+
> **NOTE**
276276
> If you encounter problems with Ruby, or the `gem` command is not recognized, you can install the `rubyinstaller-devkit.exe` development kit located in the `c:\ProgramData\chocolatey\bin` folder.
277277

278278
### Install Git for Windows
@@ -300,7 +300,6 @@ Although you can install Git using Chocolatey, we chose to install _Git for Wind
300300

301301
1. Follow the [Generating a new SSH](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/) instructions.
302302

303-
304303
### Clone and build the DevDocs repository
305304

306305
You may have to close and reopen the Git Bash application after the Choco installations.
@@ -345,5 +344,5 @@ You may have to close and reopen the Git Bash application after the Choco instal
345344
Server running... press ctrl-c to stop.
346345
```
347346

348-
> **NOTE**
347+
> **NOTE**
349348
> The `.bash_profile` file CAN be created and managed using Git Bash, which is useful for aliases and other customizations, This file is in the `users/Administrator` folder.

_checks/styles/style-rules-prod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
exclude_rule 'MD001'
22
exclude_rule 'MD002'
3-
exclude_rule 'MD003'
3+
rule 'MD003', :style => :atx
44
exclude_rule 'MD004'
55
exclude_rule 'MD005'
66
exclude_rule 'MD006'
77
exclude_rule 'MD007'
8-
exclude_rule 'MD009'
8+
rule 'MD009'
99
exclude_rule 'MD010'
1010
exclude_rule 'MD011'
11-
exclude_rule 'MD012'
11+
rule 'MD012'
1212
exclude_rule 'MD013'
1313
exclude_rule 'MD014'
1414
exclude_rule 'MD018'
15-
exclude_rule 'MD019'
15+
rule 'MD019'
1616
exclude_rule 'MD020'
1717
exclude_rule 'MD021'
1818
exclude_rule 'MD022'
1919
exclude_rule 'MD023'
2020
exclude_rule 'MD024'
21-
exclude_rule 'MD025'
21+
rule 'MD025'
2222
exclude_rule 'MD026'
2323
exclude_rule 'MD027'
2424
exclude_rule 'MD028'
@@ -28,10 +28,10 @@ exclude_rule 'MD031'
2828
exclude_rule 'MD032'
2929
exclude_rule 'MD033'
3030
exclude_rule 'MD034'
31-
exclude_rule 'MD035'
31+
rule 'MD035'
3232
exclude_rule 'MD036'
33-
exclude_rule 'MD037'
34-
exclude_rule 'MD038'
33+
rule 'MD037'
34+
rule 'MD038'
3535
exclude_rule 'MD039'
3636
exclude_rule 'MD040'
3737
exclude_rule 'MD041'

_config.checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ html-proofer:
2828

2929
# Ignore entirely the files which pathname matches a specified pattern
3030
:file_ignore:
31-
- !ruby/regexp /page-builder/
3231
- !ruby/regexp /guides\/v2\.3\/mrg/
3332

3433
:internal_domains:

_data/toc/cloud-guide.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ pages:
2323
- label: Pro develop and deploy workflow
2424
url: /cloud/architecture/pro-develop-deploy-workflow.html
2525

26-
- label: Pro architecture (legacy)
27-
url: /cloud/architecture/pro-architecture-legacy.html
28-
29-
- label: Add Staging and Production to Pro projects UI
30-
url: /cloud/trouble/pro-env-management.html
31-
3226
- label: Technologies and requirements
3327
url: /cloud/requirements/cloud-requirements.html
3428
children:

_data/toc/graphql.yml

Lines changed: 84 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ pages:
4747

4848
- label: Queries
4949
children:
50+
- label: category query
51+
url: /graphql/queries/category.html
52+
53+
- label: checkoutAgreements query
54+
url: /graphql/queries/checkout-agreements.html
55+
5056
- label: cmsBlock query
5157
url: /graphql/queries/cms-block.html
5258

@@ -62,15 +68,33 @@ pages:
6268
- label: currency query
6369
url: /graphql/queries/directory-currency.html
6470

71+
- label: customAttributeMetadata query
72+
url: /graphql/queries/custom-attribute-metadata.html
73+
74+
- label: customer query
75+
url: /graphql/queries/customer.html
76+
6577
- label: customerOrders query
6678
url: /graphql/queries/customer-orders.html
6779

80+
- label: customerDownloadableProducts query
81+
url: /graphql/queries/customer-downloadable-products.html
82+
6883
- label: customerPaymentTokens query
6984
url: /graphql/queries/customer-payment-tokens.html
7085

7186
- label: getHostedProUrl query
7287
url: /graphql/queries/get-hosted-pro-url.html
7388

89+
- label: getPayflowLinkToken query
90+
url: /graphql/queries/get-payflow-link-token.html
91+
92+
- label: isEmailAvailable query
93+
url: /graphql/queries/is-email-available.html
94+
95+
- label: products query
96+
url: /graphql/queries/products.html
97+
7498
- label: storeConfig query
7599
url: /graphql/queries/store-config.html
76100

@@ -82,59 +106,79 @@ pages:
82106

83107
- label: Mutations
84108
children:
109+
- label: addConfigurableProductsToCart mutation
110+
url: /graphql/mutations/add-configurable-products.html
111+
85112
- label: applyStoreCreditToCart mutation
86113
url: /graphql/mutations/apply-store-credit.html
87114

115+
- label: changeCustomerPassword mutation
116+
url: /graphql/mutations/change-customer-password.html
117+
118+
- label: createCustomerAddress mutation
119+
url: /graphql/mutations/create-customer-address.html
120+
121+
- label: createCustomer mutation
122+
url: /graphql/mutations/create-customer.html
123+
124+
- label: createPayflowProToken mutation
125+
url: /graphql/mutations/create-payflow-pro-token.html
126+
127+
- label: deleteCustomerAddress mutation
128+
url: /graphql/mutations/delete-customer-address.html
129+
88130
- label: deletePaymentToken mutation
89131
url: /graphql/mutations/delete-payment-token.html
90132

91-
- label: removeStoreCreditFromCart mutation
92-
url: /graphql/mutations/remove-store-credit.html
93-
94-
- label: Reference
95-
children:
96-
- label: CustomAttributeMetadata endpoint
97-
url: /graphql/reference/custom-attribute-metadata.html
133+
- label: generateCustomerToken mutation
134+
url: /graphql/mutations/generate-customer-token.html
135+
136+
- label: handlePayflowProResponse mutation
137+
url: /graphql/mutations/handle-payflow-pro-response.html
98138

99-
- label: Customer endpoint
100-
url: /graphql/reference/customer.html
139+
- label: redeemGiftCardBalanceAsStoreCredit mutation
140+
url: /graphql/mutations/redeem-giftcard-balance.html
101141

102-
- label: Payflow Link getPayflowLinkToken query
103-
url: /graphql/reference/paypal-get-payflow-link-token.html
142+
- label: removeGiftCardFromCart mutation
143+
url: /graphql/mutations/remove-giftcard.html
104144

105-
- label: Payflow Pro createPayflowProToken mutation
106-
url: /graphql/reference/paypal-create-payflow-pro-token.html
145+
- label: removeStoreCreditFromCart mutation
146+
url: /graphql/mutations/remove-store-credit.html
107147

108-
- label: Payflow Pro handlePayflowProResponse mutation
109-
url: /graphql/reference/paypal-handle-payflow-pro-response.html
148+
- label: revokeCustomerToken mutation
149+
url: /graphql/mutations/revoke-customer-token.html
110150

111-
- label: Products endpoint
112-
url: /graphql/reference/products.html
113-
children:
114-
- label: Product interface implementations
115-
url: /graphql/reference/product-interface-implementations.html
151+
- label: updateCustomerAddress mutation
152+
url: /graphql/mutations/update-customer-address.html
116153

117-
- label: CustomizableOptionInterface
118-
url: /graphql/reference/customizable-option-interface.html
154+
- label: updateCustomer mutation
155+
url: /graphql/mutations/update-customer.html
119156

120-
- label: BundleProduct endpoint
121-
url: /graphql/reference/bundle-product.html
157+
- label: Product data types and interfaces
158+
children:
159+
- label: Product interface implementations
160+
url: /graphql/product/product-interface-implementations.html
122161

123-
- label: Category endpoint
124-
url: /graphql/reference/categories.html
162+
- label: CustomizableOptionInterface
163+
url: /graphql/product/customizable-option-interface.html
125164

126-
- label: ConfigurableProduct endpoint
127-
url: /graphql/reference/configurable-product.html
165+
- label: Bundle product data types
166+
url: /graphql/product/bundle-product.html
128167

129-
- label: DownloadableProduct endpoint
130-
url: /graphql/reference/downloadable-product.html
168+
- label: Configurable product data types
169+
url: /graphql/product/configurable-product.html
131170

132-
- label: GiftCardProduct endpoint
133-
url: /graphql/reference/gift-card-product.html
171+
- label: Downloadable product data types
172+
url: /graphql/product/downloadable-product.html
134173

135-
- label: GroupedProduct endpoint
136-
url: /graphql/reference/grouped-product.html
174+
- label: GiftCardProduct data types
175+
url: /graphql/product/gift-card-product.html
137176

177+
- label: GroupedProduct data types
178+
url: /graphql/product/grouped-product.html
179+
180+
- label: Reference
181+
children:
138182
- label: Quote endpoint (cart query)
139183
url: /graphql/reference/quote.html
140184
children:
@@ -163,9 +207,6 @@ pages:
163207
- label: removeCouponFromCart mutation
164208
url: /graphql/reference/quote-remove-coupon.html
165209

166-
- label: removeGiftCardFromCart mutation
167-
url: /graphql/reference/quote-remove-giftcard.html
168-
169210
- label: removeItemFromCart mutation
170211
url: /graphql/reference/quote-remove-item.html
171212

@@ -190,15 +231,18 @@ pages:
190231
- label: updateCartItems mutation
191232
url: /graphql/reference/quote-update-cart-items.html
192233

193-
- label: redeemGiftCardBalanceAsStoreCredit mutation
194-
url: /graphql/reference/redeem-giftcard-balance.html
195-
196234
- label: Payment methods
197235
children:
198236

199237
- label: Authorize.Net
200238
url: /graphql/payment-methods/authorize-net.html
201239

240+
- label: Braintree
241+
url: /graphql/payment-methods/braintree.html
242+
243+
- label: Braintree Vault
244+
url: /graphql/payment-methods/braintree-vault.html
245+
202246
- label: PayPal Express Checkout
203247
url: /graphql/payment-methods/paypal-express-checkout.html
204248

_data/toc/javascript-developer-guide.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ pages:
4646
- label: Alert widget
4747
url: /javascript-dev-guide/widgets/widget_alert.html
4848

49+
- label: Breadcrumbs widget
50+
url: /javascript-dev-guide/widgets/widget-breadcrumbs.html
51+
4952
- label: Calendar widget
5053
url: /javascript-dev-guide/widgets/widget_calendar.html
5154

@@ -79,6 +82,9 @@ pages:
7982
- label: Modal widget
8083
url: /javascript-dev-guide/widgets/widget_modal.html
8184

85+
- label: Multiselect widget
86+
url: /javascript-dev-guide/widgets/widget-multiselect.html
87+
8288
- label: Navigation widget
8389
url: /javascript-dev-guide/widgets/widget_navigation.html
8490

@@ -97,6 +103,9 @@ pages:
97103
- label: RedirectUrl widget
98104
url: /javascript-dev-guide/widgets/widget_redirectUrl.html
99105

106+
- label: RowBuilder widget
107+
url: /javascript-dev-guide/widgets/widget-row-builder.html
108+
100109
- label: Tabs widget
101110
url: /javascript-dev-guide/widgets/widget_tabs.html
102111

_data/toc/php-developer-guide.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,10 @@ pages:
256256
- label: Adapters
257257
url: /extension-dev-guide/adapters.html
258258

259+
- label: View models
260+
include_versions: ["2.2", "2.3"]
261+
url: /extension-dev-guide/view-models.html
262+
259263
- label: Variable Pool
260264
include_versions: ["2.3"]
261265
url: /extension-dev-guide/variable-pool/

_data/toc/rest-api.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ pages:
111111
url: /rest/tutorials/bulk-configurable-product/config-product-intro.html
112112
include_versions: ["2.3"]
113113

114+
- label: Create and manage grouped products
115+
class: tutorial
116+
url: /rest/tutorials/grouped-product/create-and-manage-grouped-products.html
117+
114118
- label: Modules
115119
children:
116120

0 commit comments

Comments
 (0)