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

Commit cefb451

Browse files
committed
merging toc with local branch
2 parents 6d808f1 + b29dcf6 commit cefb451

File tree

809 files changed

+6517
-9796
lines changed

Some content is hidden

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

809 files changed

+6517
-9796
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: 37 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ pages:
4747

4848
- label: Queries
4949
children:
50+
- label: category query
51+
url: /graphql/queries/category.html
5052

5153
- label: checkoutAgreements query
5254
url: /graphql/queries/checkout-agreements.html
@@ -75,6 +77,9 @@ pages:
7577
- label: customerOrders query
7678
url: /graphql/queries/customer-orders.html
7779

80+
- label: customerDownloadableProducts query
81+
url: /graphql/queries/customer-downloadable-products.html
82+
7883
- label: customerPaymentTokens query
7984
url: /graphql/queries/customer-payment-tokens.html
8085

@@ -86,6 +91,9 @@ pages:
8691

8792
- label: isEmailAvailable query
8893
url: /graphql/queries/is-email-available.html
94+
95+
- label: products query
96+
url: /graphql/queries/products.html
8997

9098
- label: storeConfig query
9199
url: /graphql/queries/store-config.html
@@ -98,6 +106,9 @@ pages:
98106

99107
- label: Mutations
100108
children:
109+
- label: addConfigurableProductsToCart mutation
110+
url: /graphql/mutations/add-configurable-products.html
111+
101112
- label: applyStoreCreditToCart mutation
102113
url: /graphql/mutations/apply-store-credit.html
103114

@@ -167,27 +178,33 @@ pages:
167178
children:
168179
- label: Product interface implementations
169180
url: /graphql/reference/product-interface-implementations.html
181+
- label: Product data types and interfaces
182+
children:
183+
- label: Product interface implementations
184+
url: /graphql/product/product-interface-implementations.html
170185

171-
- label: CustomizableOptionInterface
172-
url: /graphql/reference/customizable-option-interface.html
186+
- label: CustomizableOptionInterface
187+
url: /graphql/product/customizable-option-interface.html
173188

174-
- label: BundleProduct endpoint
175-
url: /graphql/reference/bundle-product.html
189+
- label: Bundle product data types
190+
url: /graphql/product/bundle-product.html
176191

177-
- label: Category endpoint
178-
url: /graphql/reference/categories.html
192+
- label: Configurable product data types
193+
url: /graphql/product/configurable-product.html
179194

180-
- label: ConfigurableProduct endpoint
181-
url: /graphql/reference/configurable-product.html
195+
- label: Downloadable product data types
196+
url: /graphql/product/downloadable-product.html
182197

183-
- label: DownloadableProduct endpoint
184-
url: /graphql/reference/downloadable-product.html
198+
- label: GiftCardProduct data types
199+
url: /graphql/product/gift-card-product.html
185200

186-
- label: GiftCardProduct endpoint
187-
url: /graphql/reference/gift-card-product.html
201+
- label: GroupedProduct data types
202+
url: /graphql/product/grouped-product.html
188203

189-
- label: GroupedProduct endpoint
190-
url: /graphql/reference/grouped-product.html
204+
- label: Reference
205+
children:
206+
- label: Customer endpoint
207+
url: /graphql/reference/customer.html
191208

192209
- label: Quote endpoint (cart query)
193210
url: /graphql/reference/quote.html
@@ -247,6 +264,12 @@ pages:
247264
- label: Authorize.Net
248265
url: /graphql/payment-methods/authorize-net.html
249266

267+
- label: Braintree
268+
url: /graphql/payment-methods/braintree.html
269+
270+
- label: Braintree Vault
271+
url: /graphql/payment-methods/braintree-vault.html
272+
250273
- label: PayPal Express Checkout
251274
url: /graphql/payment-methods/paypal-express-checkout.html
252275

_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)