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

Commit d28ca2b

Browse files
committed
Add redirect and remove non-redirectable content
1 parent 374f990 commit d28ca2b

File tree

20 files changed

+7
-587
lines changed

20 files changed

+7
-587
lines changed
-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
<link rel="stylesheet" href="{{ site.baseurl }}/common/css/devdocs.css" />
2-
<link rel="alternate" type="application/rss+xml" title="Magento DevDocs RSS" href="/feed.xml" />
32
<meta name="google-site-verification" content="3WFsoYwBe6UuxDwgs7bmd7t0YFQVzDpLpWLjNh0CUp8" />

src/contributor-guide/templates/tutorial-template-first.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ return_to:
1010
redirect_from:
1111
- guides/v2.3/contributor-guide/templates/tutorial-template-first.html
1212
- guides/v2.4/contributor-guide/templates/tutorial-template-first.html
13+
redirect_to: https://developer.adobe.com/commerce/contributor/guides/doc-contributions/
1314
---
1415

1516
A tutorial provides procedural information spread across multiple pages. It contains several design elements that differ from standard topics:

src/contributor-guide/templates/tutorial-template-last.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ return_to:
1010
redirect_from:
1111
- guides/v2.3/contributor-guide/templates/tutorial-template-last.html
1212
- guides/v2.4/contributor-guide/templates/tutorial-template-last.html
13+
redirect_to: https://developer.adobe.com/commerce/contributor/guides/doc-contributions/
1314
---
1415

1516
The last page of a tutorial should acknowledge the reader has completed the tutorial and provide links to related information. Otherwise, add the content as you see fit.

src/contributor-guide/templates/tutorial-template-middle.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ return_to:
1010
redirect_from:
1111
- guides/v2.3/contributor-guide/templates/tutorial-template-middle.html
1212
- guides/v2.4/contributor-guide/templates/tutorial-template-middle.html
13+
redirect_to: https://developer.adobe.com/commerce/contributor/guides/doc-contributions/
1314
---
1415

1516
Add the content for each step as you see fit.

src/feed.xml

-25
This file was deleted.

src/guides/v2.3/pwa/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: full-width
33
title: Magento Progressive Web Applications (PWA)
4+
redirect_to: https://developer.adobe.com/commerce/pwa-studio/
45
---
56

67
## What is a Progressive Web App

src/guides/v2.3/ui_comp_guide/components/wysiwyg/add-custom-editor/code-samples/ckeditor4Adapter.md

-254
This file was deleted.

src/guides/v2.3/ui_comp_guide/components/wysiwyg/add-custom-editor/index.md

-4
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ If you are integrating Magento entities such as variable and widget as plugins,
9393

9494
**Example:** CKEditor/CKEditor4/view/base/web/ckeditor4Adapter.js
9595

96-
{% collapsible Show file content %}
97-
{% include_relative code-samples/ckeditor4Adapter.md %}
98-
{% endcollapsible %}
99-
10096
## Step 4. Load editor library
10197

10298
After loading, modifying, and merging all configurations, Magento serializes the result into a JSON object and passes it to the UI component.

0 commit comments

Comments
 (0)