You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
# For more details about plugins, refer to https://jekyllrb.com/docs/plugins/
95
+
# To learn more about particular plugin, find it by name on GitHub.
96
+
# This list doesn't include custom plugins.
97
+
#
98
+
plugins:
99
+
- jekyll-redirect-from
100
+
- jekyll-titles-from-headings
101
+
102
+
# Settings for the jekyll-titles-from-headings plugin.
103
+
# For more details about the plugin, refer to https://github.com/benbalter/jekyll-titles-from-headings
104
+
#
120
105
titles_from_headings:
121
106
enabled: true
122
107
strip_title: true
123
108
collections: false
124
109
125
-
# Build settings
126
-
markdown: kramdown
127
-
highlighter: rouge
110
+
# kramdown parser settings (extended Markdown to HTML parser). For more details about available options, refer to https://kramdown.gettalong.org/converter/html.html
111
+
#
128
112
kramdown:
129
113
toc_levels: 2..3
130
114
syntax_highlighter_opts:
131
-
css_class: 'highlighter'
132
-
133
-
incremental: false
115
+
css_class: highlighter
134
116
117
+
# LiveReload monitors changes in the file system and refreshes browser when Jekyll is in serving mode.
118
+
# http://livereload.com/
119
+
#
135
120
livereload: true
136
121
122
+
# Search engine settings. For more details, refer to https://github.com/algolia/jekyll-algolia
Copy file name to clipboardexpand all lines: guides/v2.0/config-guide/config/config-create.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ functional_areas:
14
14
15
15
To extend an existing configuration type, you need only create a configuration file in your {% glossarytooltip c1e4242b-1f1a-44c3-9d72-1d5b1435e142 %}module{% endglossarytooltip %}.
16
16
17
-
For example, to add an event observer, you create `app/etc/events.xml` and declare a new observer.
17
+
For example, to add an event observer, you create `app/code/{VendorName}/{ModuleName}/etc/events.xml` and declare a new observer.
18
18
19
19
Because the event configuration type already exists in Magento, the loader and the `events.xsd` validating schema are already present and functional.
Copy file name to clipboardexpand all lines: guides/v2.1/cloud/project/project-upgrade-parent.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ Some restrictions in the core {{site.data.var.ee}} code base prevent you from up
20
20
| --- | --- |
21
21
| 2.1.3 and earlier | You must upgrade to version 2.1.4 or later before you continue. |
22
22
| 2.1.4 and later | You can begin the upgrade to [{{site.data.var.ct}} 2002.0.9]({{ page.baseurl }}/cloud/release-notes/cloud-tools.html#v200209) and later. |
23
-
| 2.2.x | You can begin the upgrade to [{{site.data.var.ct}} 2002.0.8]({{ page.baseurl }}/cloud/release-notes/cloud-tools.html#v200208) and later. |
23
+
| 2.2.x | You can begin the upgrade to [{{site.data.var.ct}} 2002.0.8]({{ page.baseurl }}/cloud/release-notes/cloud-release-archive.html#v200208) and later. |
24
24
25
25
{: .bs-callout .bs-callout-info}
26
-
We combined the upgrade metapackages for tools and patches with the release of [{{site.data.var.ct}} version 2002.0.8](http://devdocs.magento.com/guides/v2.2/cloud/release-notes/cloud-tools.html#v200208) to simplify the process for future updates.
26
+
We combined the upgrade metapackages for tools and patches with the release of [{{site.data.var.ct}} version 2002.0.8](http://devdocs.magento.com/guides/v2.2/cloud/release-notes/cloud-release-archive.html#v200208) to simplify the process for future updates.
0 commit comments