Skip to content

Commit fa311be

Browse files
committed
Move the mrg reference data to a versioned dir
1 parent 531e836 commit fa311be

File tree

314 files changed

+2
-2
lines changed

Some content is hidden

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

314 files changed

+2
-2
lines changed

Diff for: _plugins/generators/mrg_pages.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ def generate(site)
2121

2222
# Data from '_data/codebase/mrg' as a Hash where
2323
# the filename is a key and its content is a value.
24-
mrg_data = @site.data['codebase']['mrg']
24+
mrg_data = @site.data['codebase']['v2_3']['mrg']
2525
# Loop through the hash where a key is assigned to a 'mod' (module is a
2626
# special token in Ruby and should not be used) and value is assigned to
2727
# 'metadata'.
28-
# For example, for '_data/codebase/mrg/NewModule.yml' that contains
28+
# For example, for '_data/codebase/v2_3/mrg/NewModule.yml' that contains
2929
#
3030
# title: Magento_NewModule
3131
# edition: ce
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)