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

Commit ef8d22b

Browse files
authored
Merge branch 'master' into imported-EvheniiaKolkhiieva-devdocs-9199
2 parents 41e5856 + c074f1f commit ef8d22b

File tree

2,823 files changed

+100665
-50302
lines changed

Some content is hidden

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

2,823 files changed

+100665
-50302
lines changed

.github/CODEOWNERS

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Each line is a file pattern followed by one or more owners.
2+
# Learn more at: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
3+
4+
# All .rb files
5+
*.rb @dshevtsov
6+
7+
# All .rake files
8+
*.rake @dshevtsov
9+
10+
# All .sh files
11+
*.sh @dshevtsov
12+
13+
# All files at the root directory, non-recursively.
14+
/* @dshevtsov
15+
16+
# All files at the /.github/linters/ directory and in sub-directories.
17+
/.github/linters/ @dshevtsov
18+
19+
# All files at the /.github/workflows/ directory and in sub-directories.
20+
/.github/workflows/ @dshevtsov
21+
22+
# All files at the /.github/bin/ directory and in sub-directories.
23+
/bin/ @dshevtsov
24+
25+
/docker-compose.yaml @hguthrie
26+
27+
LICENSE.txt @leslietilling
28+
29+
COPYING.txt @leslietilling
30+
31+
CODEOWNERS @leslietilling @dshevtsov

.github/CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team in [Slack](https://magentocommeng.slack.com/messages/CAN932A3H). All
58+
reported by contacting the project team in [Slack](https://magentocommeng.slack.com/archives/CAN932A3H). All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.
@@ -70,4 +70,4 @@ members of the project's leadership.
7070
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
7171
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
7272

73-
[homepage]: https://www.contributor-covenant.org
73+
[homepage]: https://www.contributor-covenant.org

.github/CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ As you contribute PRs, you gain [Contribution Points](https://devdocs.magento.co
1313

1414
If you write and contribute a full topic, we will add your name (or your company's name) at the top of the DevDocs page and link it to your blog or website!
1515

16+
If you contribute a major update to a topic, your GitHub username will be added to a description of the update in our [What's New topic](https://devdocs.magento.com/whats-new.html).
17+
1618
## Get started
1719

1820
![Get started workflow](https://devdocs.magento.com/common/images/contribute-prerequisites.png)
@@ -148,7 +150,7 @@ You can provide feedback using the following options:
148150

149151
Have a question? Need help? Magento DevDocs, Maintainers, and other Contributors are available through:
150152

151-
- [Slack](https://magentocommeng.slack.com/messages/CAN932A3H) ([Join us](https://opensource.magento.com/slack))
153+
- [Slack](https://magentocommeng.slack.com/archives/CAN932A3H) ([Join us](https://opensource.magento.com/slack))
152154
- [Twitter @MagentoDevDocs](https://twitter.com/MagentoDevDocs)
153155

154156
Thank you for contributing your brilliance to Magento DevDocs!!

.github/MAINTAINER_GUIDELINES.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Here is a brief summary of the most important labels:
2222
- `Major Update`: Significant new info (for example, a new section in an existing topic)
2323
- `Technical`: Minor changes to technical content, code, processes, naming conventions
2424
- `Editorial`: Typos, grammatical inconsistencies, or minor rewrites
25-
- `small changes`: See [Small changes workflow](#small-changes-workflow)
2625

2726
PRs with the `Internal Dev` label were created by Magento/Adobe employees and will be handled by the Documentation team only.
2827

@@ -54,24 +53,3 @@ https://github.com/magento/devdocs/projects
5453
## Style
5554

5655
We prefer Markdown over HTML (in most cases). You can use [kramdown](https://kramdown.gettalong.org/syntax.html) syntax for more markup features and [Liquid](https://jekyllrb.com/docs/liquid/) for in-topic scripting.
57-
58-
## Small changes workflow
59-
60-
Before merging a pull request to the `master` branch, it must pass automated testing. Testing takes about 10 minutes to complete for each pull request, so we created a workflow to save time for small changes.
61-
62-
- **Individual pull requests to `master`**—15 individual pull requests to `master` x 10 minutes per pull request = 2.5 hrs of testing time
63-
- **Multiple pull requests using `small_changes`**—1 `small_changes` pull request (containing 15 individual pull requests) to `master` x 10 minutes = 10 minutes of testing time
64-
65-
This workflow is for typos, formatting issues, and minor text additions or deletions. It is not for substantial new content, changes to tables, new files, or files that have been moved.
66-
67-
Periodically, we will create a pull request from the `small_changes` branch to the `master` branch and then run tests on that pull request to save time.
68-
69-
### Process
70-
71-
1. Review the pull request and either approve it or request changes.
72-
1. Apply the `small changes` label if one of the following labels should also be applied:
73-
74-
- `Editorial`
75-
- `Technical`
76-
77-
1. That's it! A DevDocs admin will run tests and merge.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
_config.local.yml
1515
.jekyll-metadata
1616
.jekyll-cache
17-
.whatsup.yml
1817

1918
*.bat
2019
/tmp/

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-2.6.6
1+
ruby-2.7.2

.whatsup.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Parameters for a GitHub search query
2+
base_branch: master
3+
4+
repos:
5+
- magento/devdocs
6+
- magento-commerce/devdocs
7+
8+
# Labels also will be used as a 'type' value in the output file
9+
labels:
10+
required:
11+
- New Topic
12+
- Major Update
13+
optional:
14+
- Technical
15+
16+
# Format of output file
17+
output_format:
18+
- yaml
19+
# - markdown
20+
21+
magic_word: whatsnew
22+
23+
membership: magento-commerce

COPYING.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Copyright © 2013-present Magento, Inc.
1+
Copyright © 2013-present Adobe Inc.
22

3-
Each Magento source file included in this distribution is licensed under OSL 3.0 or the Magento Enterprise Edition (MEE) license
3+
Each Adobe source file included in this distribution is licensed under OSL 3.0 or the Adobe Commerce license.
44

55
http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
6-
Please see LICENSE.txt for the full text of the OSL 3.0 license or contact license@magentocommerce.com for a copy.
6+
Please see LICENSE.txt for the full text of the OSL 3.0 license or contact license@adobe.com for a copy.
77

8-
Subject to Licensee's payment of fees and compliance with the terms and conditions of the MEE License, the MEE License supersedes the OSL 3.0 license for each source file.
9-
Please see LICENSE_EE.txt for the full text of the MEE License or visit http://magento.com/legal/terms/enterprise.
8+
Subject to Licensee's payment of fees and compliance with the terms and conditions of the Adobe License, the Adobe License supersedes the OSL 3.0 license for each source file.
9+
Please see LICENSE.txt for the full text of the Adobe License or visit http://magento.com/legal/terms/enterprise.

Docfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ content_map:
1717
filter: true
1818
-
1919
directory: src/page-builder
20-
repository: magento/magento2-page-builder-docs
20+
repository: magento/pagebuilder-docs
2121
branch: master
2222
filter: true

Gemfile.lock

Lines changed: 74 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,56 @@
11
GIT
22
remote: https://github.com/magento-devdocs/devdocs-theme.git
3-
revision: 0bd45b1e1816f5c94233c2c36403bc3242a6551a
3+
revision: b1e43366e1fa7c7cd33a2213c6a9304f57536e8f
44
specs:
5-
devdocs (14)
5+
devdocs (16)
66
jekyll (>= 4.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
addressable (2.7.0)
11+
addressable (2.8.0)
1212
public_suffix (>= 2.0.2, < 5.0)
13-
algolia_html_extractor (2.6.2)
13+
algolia_html_extractor (2.6.4)
1414
json (~> 2.0)
15-
nokogiri (~> 1.10.4)
16-
algoliasearch (1.27.2)
15+
nokogiri (~> 1.10)
16+
algoliasearch (1.27.5)
1717
httpclient (~> 2.8, >= 2.8.3)
1818
json (>= 1.5.1)
19-
chef-utils (16.4.41)
19+
chef-utils (17.5.22)
20+
concurrent-ruby
2021
colorator (1.1.0)
21-
concurrent-ruby (1.1.6)
22-
em-websocket (0.5.1)
22+
concurrent-ruby (1.1.9)
23+
em-websocket (0.5.2)
2324
eventmachine (>= 0.12.9)
2425
http_parser.rb (~> 0.6.0)
25-
ethon (0.12.0)
26-
ffi (>= 1.3.0)
26+
ethon (0.14.0)
27+
ffi (>= 1.15.0)
2728
eventmachine (1.2.7)
28-
exifr (1.3.6)
29-
faraday (1.0.1)
29+
exifr (1.3.9)
30+
faraday (1.8.0)
31+
faraday-em_http (~> 1.0)
32+
faraday-em_synchrony (~> 1.0)
33+
faraday-excon (~> 1.1)
34+
faraday-httpclient (~> 1.0.1)
35+
faraday-net_http (~> 1.0)
36+
faraday-net_http_persistent (~> 1.1)
37+
faraday-patron (~> 1.0)
38+
faraday-rack (~> 1.0)
3039
multipart-post (>= 1.2, < 3)
31-
ffi (1.12.2)
40+
ruby2_keywords (>= 0.0.4)
41+
faraday-em_http (1.0.0)
42+
faraday-em_synchrony (1.0.0)
43+
faraday-excon (1.1.0)
44+
faraday-httpclient (1.0.1)
45+
faraday-net_http (1.0.1)
46+
faraday-net_http_persistent (1.2.0)
47+
faraday-patron (1.0.0)
48+
faraday-rack (1.0.0)
49+
ffi (1.15.4)
3250
filesize (0.2.0)
3351
forwardable-extended (2.6.0)
3452
fspath (3.1.2)
35-
html-proofer (3.15.3)
53+
html-proofer (3.19.2)
3654
addressable (~> 2.3)
3755
mercenary (~> 0.3)
3856
nokogumbo (~> 2.0)
@@ -42,38 +60,38 @@ GEM
4260
yell (~> 2.0)
4361
http_parser.rb (0.6.0)
4462
httpclient (2.8.3)
45-
i18n (1.8.2)
63+
i18n (1.8.10)
4664
concurrent-ruby (~> 1.0)
47-
image_optim (0.26.5)
65+
image_optim (0.30.0)
4866
exifr (~> 1.2, >= 1.2.2)
4967
fspath (~> 3.0)
5068
image_size (>= 1.5, < 3)
5169
in_threads (~> 1.3)
5270
progress (~> 3.0, >= 3.0.1)
53-
image_optim_pack (0.6.0.20200215)
71+
image_optim_pack (0.7.0.20210511)
5472
fspath (>= 2.1, < 4)
5573
image_optim (~> 0.19)
56-
image_optim_pack (0.6.0.20200215-x86_64-darwin)
74+
image_optim_pack (0.7.0.20210511-x86_64-darwin)
5775
fspath (>= 2.1, < 4)
5876
image_optim (~> 0.19)
59-
image_size (2.0.2)
77+
image_size (2.1.2)
6078
in_threads (1.5.4)
61-
jekyll (4.1.0)
79+
jekyll (4.2.1)
6280
addressable (~> 2.4)
6381
colorator (~> 1.0)
6482
em-websocket (~> 0.5)
6583
i18n (~> 1.0)
6684
jekyll-sass-converter (~> 2.0)
6785
jekyll-watch (~> 2.0)
68-
kramdown (~> 2.1)
86+
kramdown (~> 2.3)
6987
kramdown-parser-gfm (~> 1.0)
7088
liquid (~> 4.0)
7189
mercenary (~> 0.4.0)
7290
pathutil (~> 0.9)
7391
rouge (~> 3.0)
7492
safe_yaml (~> 1.0)
75-
terminal-table (~> 1.8)
76-
jekyll-algolia (1.6.0)
93+
terminal-table (~> 2.0)
94+
jekyll-algolia (1.7.1)
7795
algolia_html_extractor (~> 2.6)
7896
algoliasearch (~> 1.26)
7997
filesize (~> 0.1)
@@ -96,15 +114,15 @@ GEM
96114
jekyll (>= 3.3, < 5.0)
97115
jekyll-watch (2.2.1)
98116
listen (~> 3.0)
99-
json (2.3.0)
100-
kramdown (2.3.0)
117+
json (2.5.1)
118+
kramdown (2.3.1)
101119
rexml
102120
kramdown-parser-gfm (1.1.0)
103121
kramdown (~> 2.0)
104122
launchy (2.5.0)
105123
addressable (~> 2.7)
106124
liquid (4.0.3)
107-
listen (3.2.1)
125+
listen (3.7.0)
108126
rb-fsevent (~> 0.10, >= 0.10.3)
109127
rb-inotify (~> 0.9, >= 0.9.10)
110128
mdl (0.11.0)
@@ -114,53 +132,58 @@ GEM
114132
mixlib-config (>= 2.2.1, < 4)
115133
mixlib-shellout
116134
mercenary (0.4.0)
117-
mini_portile2 (2.4.0)
135+
mini_portile2 (2.6.1)
118136
mixlib-cli (2.1.8)
119137
mixlib-config (3.0.9)
120138
tomlrb
121-
mixlib-shellout (3.1.4)
139+
mixlib-shellout (3.2.5)
122140
chef-utils
123141
multipart-post (2.1.1)
124142
netrc (0.11.0)
125-
nokogiri (1.10.9)
126-
mini_portile2 (~> 2.4.0)
127-
nokogumbo (2.0.2)
143+
nokogiri (1.12.5)
144+
mini_portile2 (~> 2.6.1)
145+
racc (~> 1.4)
146+
nokogiri (1.12.5-x86_64-darwin)
147+
racc (~> 1.4)
148+
nokogumbo (2.0.5)
128149
nokogiri (~> 1.8, >= 1.8.4)
129-
octokit (4.18.0)
150+
octokit (4.21.0)
130151
faraday (>= 0.9)
131152
sawyer (~> 0.8.0, >= 0.5.3)
132-
parallel (1.19.1)
153+
parallel (1.21.0)
133154
pathutil (0.16.2)
134155
forwardable-extended (~> 2.6)
135-
progress (3.5.2)
136-
progressbar (1.10.1)
137-
public_suffix (4.0.5)
156+
progress (3.6.0)
157+
progressbar (1.11.0)
158+
public_suffix (4.0.6)
159+
racc (1.5.2)
138160
rainbow (3.0.0)
139-
rake (13.0.1)
140-
rb-fsevent (0.10.4)
161+
rake (13.0.6)
162+
rb-fsevent (0.11.0)
141163
rb-inotify (0.10.1)
142164
ffi (~> 1.0)
143-
rexml (3.2.4)
144-
rouge (3.19.0)
165+
rexml (3.2.5)
166+
rouge (3.26.1)
167+
ruby2_keywords (0.0.5)
145168
safe_yaml (1.0.5)
146-
sassc (2.3.0)
169+
sassc (2.4.0)
147170
ffi (~> 1.9)
148171
sawyer (0.8.2)
149172
addressable (>= 2.3.5)
150173
faraday (> 0.8, < 2.0)
151-
terminal-table (1.8.0)
174+
terminal-table (2.0.0)
152175
unicode-display_width (~> 1.1, >= 1.1.1)
153-
thor (0.20.3)
154-
tomlrb (1.3.0)
176+
thor (1.1.0)
177+
tomlrb (2.0.1)
155178
typhoeus (1.4.0)
156179
ethon (>= 0.9.0)
157-
unicode-display_width (1.7.0)
180+
unicode-display_width (1.8.0)
158181
verbal_expressions (0.1.5)
159182
wdm (0.1.1)
160-
whatsup_github (0.3.1)
161-
netrc (~> 0.10)
162-
octokit (~> 4.14)
163-
thor (~> 0.20)
183+
whatsup_github (0.4.2)
184+
netrc (~> 0.11)
185+
octokit (~> 4.20)
186+
thor (~> 1.1)
164187
yell (2.2.2)
165188

166189
PLATFORMS
@@ -188,4 +211,4 @@ DEPENDENCIES
188211
whatsup_github
189212

190213
BUNDLED WITH
191-
1.17.3
214+
2.2.15

0 commit comments

Comments
 (0)