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

Commit dce1c7f

Browse files
Merge pull request magento-commerce/devdocs#2735 from magento-devdocs/DOC-517-tools
Move Quality Patches Tool to new "Tools" section
2 parents 866f3ef + 765b06b commit dce1c7f

File tree

6 files changed

+21
-16
lines changed

6 files changed

+21
-16
lines changed

src/_data/main-nav.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@
8383
- label: Command-line Tools Reference
8484
url: /reference/cli/magento.html
8585

86+
- label: Tools
87+
url: /quality-patches/tool.html
88+
versionless: true
89+
8690
- label: Development
8791
children:
8892

src/_data/toc/software-update-guide.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,6 @@ pages:
6969
- label: Add or update components
7070
url: /install-gde/install/cli/dev_add-update.html
7171

72-
- label: Quality Patches Tool
73-
url: /quality-patches/tool.html
74-
versionless: true
75-
children:
76-
77-
- label: Usage
78-
url: /quality-patches/usage.html
79-
versionless: true
80-
81-
- label: Release notes
82-
url: /quality-patches/release-notes.html
83-
versionless: true
84-
8572
- label: Apply patches
8673
url: /comp-mgr/patching.html
8774
children:

src/_data/toc/tools.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
label: Tools
2+
pages:
3+
- label: Quality Patches Tool
4+
url: /quality-patches/tool.html
5+
versionless: true
6+
children:
7+
8+
- label: Usage
9+
url: /quality-patches/usage.html
10+
versionless: true
11+
12+
- label: Release notes
13+
url: /quality-patches/release-notes.html
14+
versionless: true

src/quality-patches/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
group: software-update-guide
2+
group: tools
33
title: Release notes
44
functional_areas:
55
- Setup

src/quality-patches/tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
group: software-update-guide
2+
group: tools
33
title: Quality Patches Tool
44
functional_areas:
55
- Upgrade

src/quality-patches/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
group: software-update-guide
2+
group: tools
33
title: Usage
44
functional_areas:
55
- Upgrade

0 commit comments

Comments
 (0)