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

Commit 2b1679b

Browse files
authored
Merge pull request #4 from magento/master
Merge magento/devdocs to master
2 parents 10faa7b + 14c88d0 commit 2b1679b

File tree

183 files changed

+2900
-2160
lines changed

Some content is hidden

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

183 files changed

+2900
-2160
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you write and contribute a full topic, we will add your name (or your company
1616

1717
## Get started
1818

19-
* Make sure you have a [GitHub account](https://github.com/signup/free).
19+
* Make sure you have a [GitHub account](https://github.com/signup/free). We recommend adding [Two-Factor Authentication](https://devdocs.magento.com/guides/v2.2/contributor-guide/contributing.html#two-factor)(2FA) to your account. Partners are required to add 2FA protection when contributing to Magento respositories.
2020
* Make sure you sign the [Magento Contributor Agreement](http://www.magento.com/legaldocuments/mca).
2121
* Check the [guidelines](#contribution-guidelines).
2222
* [Fork and clone](https://help.github.com/articles/fork-a-repo/) the [DevDocs repository](GitHub.com/magento/devdocs). [Sync](https://help.github.com/articles/syncing-a-fork/) as needed.
@@ -25,7 +25,7 @@ If you write and contribute a full topic, we will add your name (or your company
2525

2626
**Note:** If you have not signed the [Magento Contributor Agreement](http://www.magento.com/legaldocuments/mca), the PR will provide a link to complete. All contributors are required to submit the form and agree to the terms to complete it.
2727

28-
**TIP:** If you are not sure where to start contributing, check out our GitHub issues labeled [help wanted](https://github.com/magento/devdocs/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [good first issue](https://github.com/magento/devdocs/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
28+
**Tip![:]()** If you are not sure where to start contributing, check out our GitHub issues labeled [help wanted](https://github.com/magento/devdocs/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [good first issue](https://github.com/magento/devdocs/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
2929

3030
## Contribution guidelines
3131
We use [Markdown](http://daringfireball.net/projects/markdown/) to write our documentation, which is a simple markup language that we convert to HTML using [Kramdown](http://kramdown.gettalong.org/syntax.html).

404.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
layout: full-width
33
group:
4-
subgroup:
4+
subgroup:
55
title: Page Not Found
6-
menu_title: Page Not Found
6+
menu_title: Page Not Found
77
menu_order: 1
88
permalink: /404.html
99
---
@@ -16,4 +16,4 @@ The page you are looking for could not be found or the documentation does not ex
1616
To report a missing page, please submit an issue in our public [GitHub](https://github.com/magento/devdocs) repo.
1717

1818

19-
[Return to main page]({{ site.baseurl }})
19+
[Return to main page]({{ site.baseurl }}/)
Lines changed: 49 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -1,133 +1,81 @@
11
label: Magento Functional Testing Framework Guide
2+
versions: ["2.2", "2.3"]
23
pages:
34

4-
- label: MFTF release 2
5+
- label: Introduction
56
url: /magento-functional-testing-framework/release-2/introduction.html
6-
versions: ["2.2", "2.3"]
7-
children:
8-
9-
- label: Getting started
10-
url: /magento-functional-testing-framework/release-2/getting-started.html
11-
12-
- label: Suite
13-
url: /magento-functional-testing-framework/release-2/suite.html
14-
15-
- label: Test
16-
url: /magento-functional-testing-framework/release-2/test.html
17-
children:
18-
19-
- label: Annotations
20-
url: /magento-functional-testing-framework/release-2/test/annotations.html
21-
22-
- label: Actions
23-
url: /magento-functional-testing-framework/release-2/test/actions.html
24-
25-
- label: Action groups
26-
url: /magento-functional-testing-framework/release-2/test/action-groups.html
27-
28-
- label: Assertions
29-
url: /magento-functional-testing-framework/release-2/test/assertions.html
30-
31-
- label: Page
32-
url: /magento-functional-testing-framework/release-2/page.html
337

34-
- label: Section
35-
url: /magento-functional-testing-framework/release-2/section.html
36-
children:
8+
- label: Getting started
9+
url: /magento-functional-testing-framework/release-2/getting-started.html
3710

38-
- label: Parameterized selectors
39-
url: /magento-functional-testing-framework/release-2/section/parameterized-selectors.html
11+
- label: Suite
12+
url: /magento-functional-testing-framework/release-2/suite.html
4013

41-
- label: Locator functions
42-
url: /magento-functional-testing-framework/release-2/section/locator-functions.html
43-
44-
- label: Data
45-
url: /magento-functional-testing-framework/release-2/data.html
46-
47-
- label: Metadata
48-
url: /magento-functional-testing-framework/release-2/metadata.html
49-
50-
- label: Merging
51-
url: /magento-functional-testing-framework/release-2/merging.html
52-
53-
- label: Configuration
54-
url: /magento-functional-testing-framework/release-2/configuration.html
14+
- label: Test
15+
url: /magento-functional-testing-framework/release-2/test.html
16+
children:
5517

56-
- label: CLI Commands
57-
children:
18+
- label: Annotations
19+
url: /magento-functional-testing-framework/release-2/test/annotations.html
5820

59-
- label: robo
60-
url: /magento-functional-testing-framework/release-2/commands/robo.html
61-
- label: codecept
62-
url: /magento-functional-testing-framework/release-2/commands/codeception.html
21+
- label: Actions
22+
url: /magento-functional-testing-framework/release-2/test/actions.html
6323

64-
- label: Update
65-
url: /magento-functional-testing-framework/release-2/update.html
24+
- label: Action groups
25+
url: /magento-functional-testing-framework/release-2/test/action-groups.html
6626

67-
- label: Best practices
68-
url: /magento-functional-testing-framework/release-2/best-practices.html
27+
- label: Assertions
28+
url: /magento-functional-testing-framework/release-2/test/assertions.html
6929

70-
- label: Troubleshooting
71-
url: /magento-functional-testing-framework/release-2/troubleshooting.html
30+
- label: Page
31+
url: /magento-functional-testing-framework/release-2/page.html
7232

73-
- label: MFTF release 1
74-
url: /magento-functional-testing-framework/release-1/introduction.html
75-
versions: ["2.2"]
33+
- label: Section
34+
url: /magento-functional-testing-framework/release-2/section.html
7635
children:
7736

78-
- label: Getting Started
79-
url: /magento-functional-testing-framework/release-1/getting-started.html
37+
- label: Parameterized selectors
38+
url: /magento-functional-testing-framework/release-2/section/parameterized-selectors.html
8039

81-
- label: Cest
82-
url: /magento-functional-testing-framework/release-1/cest.html
83-
children:
40+
- label: Locator functions
41+
url: /magento-functional-testing-framework/release-2/section/locator-functions.html
8442

85-
- label: Annotations
86-
url: /magento-functional-testing-framework/release-1/cest/annotations.html
43+
- label: Data
44+
url: /magento-functional-testing-framework/release-2/data.html
8745

88-
- label: Actions
89-
url: /magento-functional-testing-framework/release-1/cest/actions.html
46+
- label: Metadata
47+
url: /magento-functional-testing-framework/release-2/metadata.html
9048

91-
- label: Action groups
92-
url: /magento-functional-testing-framework/release-1/cest/action-groups.html
49+
- label: Merging
50+
url: /magento-functional-testing-framework/release-2/merging.html
9351

94-
- label: Assertions
95-
url: /magento-functional-testing-framework/release-1/cest/assertions.html
52+
- label: Extending
53+
url: /magento-functional-testing-framework/release-2/extending.html
9654

97-
- label: Page
98-
url: /magento-functional-testing-framework/release-1/page.html
55+
- label: Configuration
56+
url: /magento-functional-testing-framework/release-2/configuration.html
9957

100-
- label: Section
101-
url: /magento-functional-testing-framework/release-1/section.html
102-
children:
103-
104-
- label: Parameterized selectors
105-
url: /magento-functional-testing-framework/release-1/section/parameterized-selectors.html
106-
107-
- label: Locator Functions
108-
url: /magento-functional-testing-framework/release-1/section/locator-functions.html
109-
110-
- label: Data
111-
url: /magento-functional-testing-framework/release-1/data.html
58+
- label: CLI Commands
59+
children:
11260

113-
- label: CLI Commands
114-
children:
61+
- label: mftf
62+
url: /magento-functional-testing-framework/release-2/commands/mftf.html
63+
- label: codecept
64+
url: /magento-functional-testing-framework/release-2/commands/codeception.html
11565

116-
- label: robo
117-
url: /magento-functional-testing-framework/release-1/commands/robo.html
118-
- label: codecept
119-
url: /magento-functional-testing-framework/release-1/commands/codeception.html
66+
- label: Update
67+
url: /magento-functional-testing-framework/release-2/update.html
12068

121-
- label: Update
122-
url: /magento-functional-testing-framework/release-1/update.html
69+
- label: Best practices
70+
url: /magento-functional-testing-framework/release-2/best-practices.html
12371

124-
- label: Troubleshooting
125-
url: /magento-functional-testing-framework/release-1/troubleshooting.html
72+
- label: Troubleshooting
73+
url: /magento-functional-testing-framework/release-2/troubleshooting.html
12674

12775
- label: Contribution Guidelines
12876
url: /magento-functional-testing-framework/contribution-guidelines.html
129-
versions: ["2.2", "2.3"]
77+
# versions: ["2.2", "2.3"]
13078

13179
- label: Changelog
13280
url: /magento-functional-testing-framework/changelog.html
133-
versions: ["2.2", "2.3"]
81+
# versions: ["2.2", "2.3"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<h3 id="changes-102-103">No changes</h3>
2+
<p>No backward incompatible changes.</p>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<h3 id="changes-103-104">No changes</h3>
2+
<p>No backward incompatible changes.</p>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<h3 id="changes-104-105">No changes</h3>
2+
<p>No backward incompatible changes.</p>
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
<div markdown="1">
21

32
To increase the value, open `/etc/mysql/mysql.cnf` in a text editor and locate the value for `max_allowed_packet`. Save your changes to `mysql.cnf`, close the text editor, and restart MySQL (`service mysql restart`).
43

54
To optionally verify the value you set, enter the following command at a `mysql>` prompt:
65

76
SHOW VARIABLES LIKE 'max_allowed_packet';
8-
9-
</div>
7+

0 commit comments

Comments
 (0)