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

Commit 86ebfb4

Browse files
authored
Merge branch 'master' into db_arch_img
2 parents 2079187 + 0de6794 commit 86ebfb4

File tree

63 files changed

+819
-342
lines changed

Some content is hidden

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

63 files changed

+819
-342
lines changed

Docfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ content_map:
1212
-
1313
directory: mftf
1414
repository: magento/magento2-functional-testing-framework
15-
branch: develop
15+
branch: master
1616
filter: true
1717
-
1818
directory: page-builder

Rakefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ require 'html-proofer'
1010
require 'kramdown'
1111
require 'launchy'
1212
require 'colorator'
13+
require 'erb'
1314

14-
# Load ruby files with helper methods from the 'rakelib/' directory
15-
require_relative 'rakelib/lib/link-checker.rb'
16-
require_relative 'rakelib/lib/converter.rb'
17-
require_relative 'rakelib/lib/double-slash-check.rb'
18-
require_relative 'rakelib/lib/doc-config.rb'
15+
# Require helper methods from the 'rakelib/lib' directory
16+
Dir.glob('rakelib/lib/**/*.rb') { |file| require_relative(file) }
1917

2018
desc "Same as 'rake', 'rake preview'"
2119
task default: %w[preview]

_config.checks.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,32 @@
44
#
55
html-proofer:
66

7-
# Do not check external links.
7+
# Do not check external links.
88
:disable_external: true
99

1010
# Report only errors that fall within the 4xx status code range.
1111
:only_4xx: true
1212

1313
# Ignores images with empty alt tags.
1414
:empty_alt_ignore: true
15-
15+
1616
# Sort errors by description in the report
1717
:error_sort: :desc
1818

1919
# Use up to 3 parallel processes to speed up internal file checks.
2020
:parallel:
2121
:in_processes: 3
22+
23+
:cache:
24+
:timeframe: 2w
2225

2326
# Ignore entirely the files which pathname matches a specified pattern
2427
:file_ignore:
25-
- !ruby/regexp /page-builder/
26-
- !ruby/regexp /mrg/
28+
- !ruby/regexp /page-builder/
29+
- !ruby/regexp /guides\/v2\.3\/mrg/
30+
31+
:internal_domains:
32+
- devdocs.magento.com
2733

2834
# Ignore any link that includes a specified pattern
2935
# :url_ignore:

_data/toc/extension-best-practices.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ pages:
6060

6161
- label: Creating a dynamic row system config
6262
url: /ext-best-practices/tutorials/dynamic-row-system-config.html
63+
64+
- label: Creating a custom import entity
65+
url: /ext-best-practices/tutorials/custom-import-entity.html

_data/toc/rest-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pages:
88

99
- label: REST Endpoints (Swagger)
1010
include_versions: ["2.2"]
11-
url: http://devdocs.magento.com/swagger/index_22.html
11+
url: https://devdocs.magento.com/swagger/index_22.html
1212

1313
- label: REST Endpoints (ReDoc)
1414
include_versions: ["2.3"]

_data/whats-new.yml

Lines changed: 66 additions & 84 deletions
Large diffs are not rendered by default.

_includes/contributor/2-1-end.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{:.bs-callout .bs-callout-warning}
22
**v2.1 End of Contribution:**
3-
As of September 17, 2018, we no longer accept contributions to the v2.1 release line. Continue submitting contributions for the [v2.2](https://devdocs.magento.com/guides/v2.2/contributor-guide/contributing.html) and [v2.3](https://devdocs.magento.com/guides/v2.3/contributor-guide/contributing.html) release lines. We made this change to increase our focus on issue investigations and pull request approvals for v2.2 and v2.3 release lines.
3+
As of September 17, 2018, we no longer accept contributions to the v2.1 release line. Continue submitting contributions for the [v2.2]({{ site.baseurl }}/guides/v2.2/contributor-guide/contributing.html) and [v2.3]({{ site.baseurl }}/guides/v2.3/contributor-guide/contributing.html) release lines. We made this change to increase our focus on issue investigations and pull request approvals for v2.2 and v2.3 release lines.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{% if page.group == "inventory" %}
22
<div class="message-banner">
3-
This page may include updates for <a href="https://devdocs.magento.com/guides/v2.3/inventory/release-notes.html" target="_blank">Inventory Management (MSI) 1.1.2 Beta</a>. Content is subject to change.
3+
This page may include updates for <a href="{{ site.baseurl }}/guides/v2.3/inventory/release-notes.html" target="_blank">Inventory Management (MSI) 1.1.2 Beta</a>. Content is subject to change.
44
</div>
55
{% endif %}
66

77
{% if page.title == "Inventory mass actions" %}
88
<div class="message-banner">
9-
This page may include updates for <a href="https://devdocs.magento.com/guides/v2.3/inventory/release-notes.html" target="_blank">Inventory Management (MSI) 1.1.2 Beta</a>. Content is subject to change.
9+
This page may include updates for <a href="{{ site.baseurl }}/guides/v2.3/inventory/release-notes.html" target="_blank">Inventory Management (MSI) 1.1.2 Beta</a>. Content is subject to change.
1010
</div>
1111
{% endif %}
1212

1313
{% if page.title == "Install Inventory Management" %}
1414
<div class="message-banner">
15-
This page may include updates for <a href="https://devdocs.magento.com/guides/v2.3/inventory/release-notes.html" target="_blank">Inventory Management (MSI) 1.1.2 Beta</a>. Content is subject to change.
15+
This page may include updates for <a href="{{ site.baseurl }}/guides/v2.3/inventory/release-notes.html" target="_blank">Inventory Management (MSI) 1.1.2 Beta</a>. Content is subject to change.
1616
</div>
1717
{% endif %}

_includes/layout/header-styles.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<link rel="alternate" type="application/rss+xml" title="Magento DevDocs RSS" href="/feed.xml" />
33

44
{% if page.canonical_url != nil %}
5-
<link rel="canonical" href="{{ page.canonical_url }}" />
5+
<link rel="canonical" href="{{ page.canonical_url }}" data-proofer-ignore />
66
{% endif %}

_layouts/redirect.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US" data-proofer-ignore >
3+
<meta charset="utf-8">
4+
<title>Redirecting&hellip;</title>
5+
<link rel="canonical" href="{{ page.redirect.to }}">
6+
<script>location="{{ page.redirect.to }}"</script>
7+
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
8+
<meta name="robots" content="noindex">
9+
<h1>Redirecting&hellip;</h1>
10+
<a href="{{ page.redirect.to }}">Click here if you are not redirected.</a>
11+
</html>

0 commit comments

Comments
 (0)