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

Commit b6b7cc2

Browse files
authored
Merge branch 'master' into issue-2910
2 parents 14aa316 + 2693b44 commit b6b7cc2

File tree

3,341 files changed

+73926
-244580
lines changed

Some content is hidden

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

3,341 files changed

+73926
-244580
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The DevDocs team and Maintainers will review the PR and help with formatting and
4242

4343
## Contribution guidelines
4444

45-
Write content using [Kramdown](https://kramdown.gettalong.org/), which is a simple markup language. We use Kramdown, Liquid, and [Jekyll](https://jekyllrb.com/) to generate a static site hosted through [GH Pages](https://help.github.com/articles/what-is-github-pages/). Check [Templates](#templates) for examples of styles and markdown.
45+
Write content using [kramdown](https://kramdown.gettalong.org/), which is a simple markup language. We use kramdown, Liquid, and [Jekyll](https://jekyllrb.com/) to generate a static site hosted through [GH Pages](https://help.github.com/articles/what-is-github-pages/). Check [Templates](#templates) for examples of styles and markdown.
4646

4747
You can update existing or add new topics in their respective Magento 2 versioned directories (2.1, 2.2, 2.3, and onward). If you need help finding a directory for your content, we can help in your PR.
4848

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,9 @@ _algolia_api_key
3131
/mbi/
3232
/page-builder/
3333
/guides/m1x/
34+
/mftf/
35+
36+
# Docs from different branches #
37+
###################################
38+
39+
/guides/v2.0/

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
GIT
22
remote: https://github.com/magento-devdocs/devdocs-theme.git
3-
revision: dcb189be6fd4e0ebc69dce7cd6cdeb3b960b3a9e
3+
revision: 7a7f3798c51e6d9ea0fe2d419a13d945ed1406d8
44
specs:
55
devdocs (0.0.1)
66
jekyll (~> 3.3)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (5.2.2)
11+
activesupport (5.2.3)
1212
concurrent-ruby (~> 1.0, >= 1.0.2)
1313
i18n (>= 0.7, < 2)
1414
minitest (~> 5.1)
@@ -23,7 +23,7 @@ GEM
2323
json (>= 1.5.1)
2424
colorator (1.1.0)
2525
colorize (0.8.1)
26-
concurrent-ruby (1.1.4)
26+
concurrent-ruby (1.1.5)
2727
em-websocket (0.5.1)
2828
eventmachine (>= 0.12.9)
2929
http_parser.rb (~> 0.6.0)
@@ -70,23 +70,23 @@ GEM
7070
verbal_expressions (~> 0.1.5)
7171
jekyll-optional-front-matter (0.3.0)
7272
jekyll (~> 3.0)
73-
jekyll-redirect-from (0.14.0)
74-
jekyll (~> 3.3)
73+
jekyll-redirect-from (0.15.0)
74+
jekyll (>= 3.3, < 5.0)
7575
jekyll-relative-links (0.6.0)
7676
jekyll (~> 3.3)
7777
jekyll-sass-converter (1.5.2)
7878
sass (~> 3.4)
79-
jekyll-sitemap (1.2.0)
80-
jekyll (~> 3.3)
79+
jekyll-sitemap (1.3.1)
80+
jekyll (>= 3.7, < 5.0)
8181
jekyll-titles-from-headings (0.5.1)
8282
jekyll (~> 3.3)
83-
jekyll-watch (2.1.2)
83+
jekyll-watch (2.2.1)
8484
listen (~> 3.0)
85-
json (2.1.0)
85+
json (2.2.0)
8686
kramdown (1.17.0)
8787
launchy (2.4.3)
8888
addressable (~> 2.3)
89-
liquid (4.0.1)
89+
liquid (4.0.3)
9090
listen (3.1.5)
9191
rb-fsevent (~> 0.9, >= 0.9.4)
9292
rb-inotify (~> 0.9, >= 0.9.7)
@@ -96,7 +96,7 @@ GEM
9696
minitest (5.11.3)
9797
nokogiri (1.8.5)
9898
mini_portile2 (~> 2.3.0)
99-
parallel (1.13.0)
99+
parallel (1.17.0)
100100
pathutil (0.16.2)
101101
forwardable-extended (~> 2.6)
102102
progressbar (1.10.0)
@@ -106,7 +106,7 @@ GEM
106106
ffi (~> 1.0)
107107
rouge (3.3.0)
108108
ruby_dep (1.5.0)
109-
safe_yaml (1.0.4)
109+
safe_yaml (1.0.5)
110110
sass (3.7.3)
111111
sass-listen (~> 4.0.0)
112112
sass-listen (4.0.0)
@@ -118,7 +118,7 @@ GEM
118118
tzinfo (1.2.5)
119119
thread_safe (~> 0.1)
120120
verbal_expressions (0.1.5)
121-
yell (2.0.7)
121+
yell (2.1.0)
122122

123123
PLATFORMS
124124
ruby
@@ -136,4 +136,4 @@ DEPENDENCIES
136136
launchy
137137

138138
BUNDLED WITH
139-
1.17.3
139+
1.17.2

_config.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,11 @@ defaults:
7474

7575
-
7676
scope:
77-
path: mftf/2.2
77+
path: mftf/docs
7878
values:
79-
group: magento-functional-testing-framework-guide
80-
functional_areas:
81-
- Test
82-
83-
-
84-
scope:
85-
path: mftf/2.3
86-
values:
87-
group: magento-functional-testing-framework-guide-2_3
79+
group: mftf
80+
github_files: https://github.com/magento/magento2-functional-testing-framework/blob/develop/
81+
github_repo: https://github.com/magento/magento2-functional-testing-framework/
8882
functional_areas:
8983
- Test
9084

@@ -147,7 +141,6 @@ relative_links:
147141
- codelinks
148142
- community
149143
- guides
150-
- mftf
151144
- redoc
152145
- tmp
153146
- 404.md

0 commit comments

Comments
 (0)