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

Commit 62708b2

Browse files
committed
Remove Magento 1 from the project
1 parent d9e5b01 commit 62708b2

File tree

8 files changed

+11
-629
lines changed

8 files changed

+11
-629
lines changed

Docfile.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
content_map:
2-
-
3-
directory: src/guides/m1x
4-
repository: magento/devdocs-m1
5-
branch: master
6-
filter: false
2+
73
-
84
directory: src/mbi
95
repository: magento/devdocs-mbi

_config.index.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Jekyll Algolia settings for indexing https://community.algolia.com/jekyll-algolia/options.html
22
algolia:
33
files_to_exclude:
4-
- guides/m1x/**/*.html
5-
- guides/m1x/**/*.md
64
- swagger
75
- redoc
86
# Index HTML elements, especially code samples.

_config.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,7 @@ defaults:
5252
github_link: true
5353
# Enables the 'Give us feedback' appearances on pages
5454
feedback_link: true
55-
-
56-
scope:
57-
path: guides/m1x
58-
values:
59-
layout: null
55+
6056
-
6157
scope:
6258
type: videos
@@ -189,10 +185,6 @@ check_links: true
189185
# Magento 2 repository variable
190186
mage2bloburl: https://github.com/magento/magento2/blob
191187

192-
# 1.x variables
193-
m1xgdeurl: /guides/m1x
194-
m1xgithuburl: https://github.com/magento/devdocs-m1/tree/master
195-
196188
# 2.3 variables
197189
gdeurl23: /guides/v2.3/
198190
githuburl23: https://github.com/magento/devdocs/tree/master/src/guides/v2.3/

rakelib/update.rake

-6
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ namespace :update do
1818
update_dir 'src/mbi'
1919
end
2020

21-
desc 'Update Magento 1 docs'
22-
task :m1 do
23-
puts 'Updating Magento 1 docs:'.magenta
24-
update_dir 'src/guides/m1x'
25-
end
26-
2721
desc 'Update Page Builder docs'
2822
task :pb do
2923
puts 'Updating Page Builder docs:'.magenta

src/_data/whats-new.yml

+9-13
Original file line numberDiff line numberDiff line change
@@ -2111,8 +2111,8 @@ entries:
21112111
type: Major update
21122112
date: June 25, 2019
21132113
link: https://github.com/magento/devdocs/pull/4825
2114-
- description: Added release notes for [Magento Commerce 1.14.4.2](https://devdocs.magento.com/guides/m1x/ce19-ee114/ee1.14_release-notes.html)
2115-
and [Magento Open Source 1.9.4.2](https://devdocs.magento.com/guides/m1x/ce19-ee114/ce1.9_release-notes.html).
2114+
- description: Added release notes for Magento Commerce 1.14.4.2
2115+
and Magento Open Source 1.9.4.2.
21162116
versions: 1.9.4.2
21172117
type: Major update
21182118
date: June 25, 2019
@@ -3878,8 +3878,8 @@ entries:
38783878
versions: 2.1.x, 2.2.x
38793879
type: Technical changes
38803880
date: Jun 28 2018
3881-
- description: Added [Magento Commerce Release Notes (1.14 and later)](https://devdocs.magento.com/guides/m1x/ce19-ee114/ee1.14_release-notes.html)
3882-
and [Magento Open Source Release Notes (1.9 and later)](https://devdocs.magento.com/guides/m1x/ce19-ee114/ce1.9_release-notes.html).
3881+
- description: Added [Magento Commerce Release Notes (1.14 and later)
3882+
and [Magento Open Source Release Notes (1.9 and later).
38833883
versions: ''
38843884
type: Major update
38853885
date: Jun 27 2018
@@ -5681,7 +5681,7 @@ entries:
56815681
versions: 2.x
56825682
type: New
56835683
date: Oct 21 2016
5684-
- description: "[How to apply the SUPEE-8788 security patch](https://devdocs.magento.com/guides/m1x/other/ht_install-patches.html)"
5684+
- description: "How to apply the SUPEE-8788 security patch"
56855685
versions: 1.x
56865686
type: Updated
56875687
date: Oct 21 2016
@@ -5705,23 +5705,19 @@ entries:
57055705
versions: 2.x
57065706
type: Updated
57075707
date: Oct 14 2016
5708-
- description: '[JSON responses added by Tim Reynolds](https://devdocs.magento.com/guides/m1x/api/rest/Resources/resource_customer_addresses.html)'
5708+
- description: 'JSON responses added by Tim Reynolds'
57095709
versions: 1.x
57105710
type: Updated
57115711
date: Oct 14 2016
5712-
- description: '[JSON responses added by Tim Reynolds](https://devdocs.magento.com/guides/m1x/api/rest/Resources/resource_customers.html)'
5713-
versions: 1.x
5714-
type: Updated
5715-
date: Oct 14 2016
5716-
- description: '[Magento CE 1.9.3 release notes](https://devdocs.magento.com/guides/m1x/ce19-ee114/ce1.9_release-notes.html)'
5712+
- description: 'Magento CE 1.9.3 release notes'
57175713
versions: 1.x
57185714
type: New
57195715
date: Oct 14 2016
5720-
- description: '[Magento EE 1.14.3 release notes](https://devdocs.magento.com/guides/m1x/ce19-ee114/ee1.14_release-notes.html)'
5716+
- description: 'Magento EE 1.14.3 release notes'
57215717
versions: 1.x
57225718
type: New
57235719
date: Oct 14 2016
5724-
- description: '[Updated system requirements](https://devdocs.magento.com/guides/m1x/system-requirements.html)'
5720+
- description: 'Updated system requirements'
57255721
versions: 1.x
57265722
type: Updated
57275723
date: Oct 14 2016

src/_layouts/m1x.html

-22
This file was deleted.

src/_layouts/m1x_rest.html

-132
This file was deleted.

0 commit comments

Comments
 (0)