Skip to content

Commit c2765ef

Browse files
Merge pull request #208 from TheDragonCode/7.x
Added redirects from old documentation
2 parents 23a6a76 + 37dbdd6 commit c2765ef

File tree

2 files changed

+47
-44
lines changed

2 files changed

+47
-44
lines changed

docs/do.tree

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<toc-element toc-title="Prologue">
1010
<toc-element topic="introduction.topic" />
1111
<toc-element toc-title="Upgrade Guide">
12-
<toc-element topic="upgrade-7.topic" toc-title="Upgrade to 7.x" />
12+
<toc-element topic="upgrade-7.topic" toc-title="Upgrade to 7.x" accepts-web-file-names-ref="upgrade_guide" />
1313
<toc-element topic="upgrade-6.topic" toc-title="Upgrade to 6.x" />
1414
<toc-element topic="upgrade-5.topic" toc-title="Upgrade to 5.x" />
1515
<toc-element topic="upgrade-4.topic" toc-title="Upgrade to 4.x" />
@@ -18,22 +18,22 @@
1818
</toc-element>
1919
<toc-element toc-title="Getting Started">
2020
<toc-element topic="installation.topic" />
21-
<toc-element topic="usage.topic" />
21+
<toc-element topic="usage.topic" accepts-web-file-names-ref="guide_basic" />
2222
</toc-element>
2323
<toc-element toc-title="Guide">
24-
<toc-element topic="running-operations.topic" />
25-
<toc-element topic="creating-operations.topic" />
26-
<toc-element topic="rolling-back-operations.topic" />
27-
<toc-element topic="operations-status.topic" />
28-
<toc-element topic="customize-stub.topic" />
24+
<toc-element topic="running-operations.topic" accepts-web-file-names-ref="guide_running" />
25+
<toc-element topic="creating-operations.topic" accepts-web-file-names-ref="guide_creating" />
26+
<toc-element topic="rolling-back-operations.topic" accepts-web-file-names-ref="guide_rollback" />
27+
<toc-element topic="operations-status.topic" accepts-web-file-names-ref="guide_status" />
28+
<toc-element topic="customize-stub.topic" accepts-web-file-names-ref="guide_customize_stub" />
2929
</toc-element>
3030
<toc-element toc-title="Helpers">
31-
<toc-element topic="artisan-commands.topic" />
31+
<toc-element topic="artisan-commands.topic" accepts-web-file-names-ref="helpers_artisan" />
3232
<toc-element topic="operation-helper.topic" />
33-
<toc-element topic="events.topic" />
34-
<toc-element topic="execution-status.topic" />
33+
<toc-element topic="events.topic" accepts-web-file-names-ref="helpers_events" />
34+
<toc-element topic="execution-status.topic" accepts-web-file-names-ref="helpers_execution_status" />
3535
</toc-element>
3636
<toc-element toc-title="Extras">
37-
<toc-element topic="database-data-dumper.topic" />
37+
<toc-element topic="database-data-dumper.topic" accepts-web-file-names-ref="extras_database_data_dumper" />
3838
</toc-element>
3939
</instance-profile>

docs/redirection-rules.xml

Lines changed: 36 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,52 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE rules SYSTEM "https://resources.jetbrains.com/writerside/1.0/redirection-rules.dtd">
33
<rules>
4-
<!-- format is as follows
5-
<rule id="<unique id>">
6-
<accepts>page.html</accepts>
4+
<rule id="getting_started_installation">
5+
<description>Created after removal of "Running Operations" from Deploy Operations</description>
6+
<accepts>getting-started/installation.html</accepts>
7+
</rule>
8+
<rule id="guide_basic">
9+
<description>Created after removal of "Running Operations" from Deploy Operations</description>
10+
<accepts>guide/basic.html</accepts>
711
</rule>
8-
-->
9-
<rule id="1bcc9e2a">
10-
<description>Created after removal of "About Deploy Operations" from Deploy Operations</description>
11-
<accepts>starter-topic.html</accepts>
12+
<rule id="upgrade_guide">
13+
<description>Created after removal of "Running Operations" from Deploy Operations</description>
14+
<accepts>upgrade-guide/</accepts>
1215
</rule>
13-
<rule id="33a6d1d0">
16+
<rule id="guide_running">
1417
<description>Created after removal of "Running Operations" from Deploy Operations</description>
15-
<accepts>guide-running-operations.html</accepts>
18+
<accepts>guide/running.html</accepts>
1619
</rule>
17-
<rule id="54ead075">
18-
<description>Created after removal of "Running operations" from Deploy Operations</description>
19-
<accepts>running-operations.html</accepts>
20+
<rule id="guide_creating">
21+
<description>Created after removal of "Running Operations" from Deploy Operations</description>
22+
<accepts>guide/creating.html</accepts>
2023
</rule>
21-
<rule id="4195a4d">
22-
<description>Created after removal of "Creation Operations" from Deploy Operations</description>
23-
<accepts>creation-operations.html</accepts>
24+
<rule id="guide_status">
25+
<description>Created after removal of "Running Operations" from Deploy Operations</description>
26+
<accepts>guide/status.html</accepts>
2427
</rule>
25-
<rule id="46593472">
26-
<description>Created after removal of "Operations Status" from Deploy Operations</description>
27-
<accepts>operations-status.html</accepts>
28+
<rule id="guide_rollback">
29+
<description>Created after removal of "Running Operations" from Deploy Operations</description>
30+
<accepts>guide/rollback.html</accepts>
2831
</rule>
29-
<rule id="27586ab9">
30-
<description>Created after removal of "Helpers" from Deploy Operations</description>
31-
<accepts>Helpers.html</accepts>
32+
<rule id="guide_customize_stub">
33+
<description>Created after removal of "Running Operations" from Deploy Operations</description>
34+
<accepts>guide/customize-stub.html</accepts>
3235
</rule>
33-
<rule id="3db5de6a">
34-
<description>Created after removal of "Rolling Back Operations" from Deploy Operations</description>
35-
<accepts>Rolling-Back-Operations.html</accepts>
36+
<rule id="helpers_artisan">
37+
<description>Created after removal of "Running Operations" from Deploy Operations</description>
38+
<accepts>helpers/artisan.html</accepts>
3639
</rule>
37-
<rule id="702c2c89">
38-
<description>Created after removal of "Artisan Command" from Deploy Operations</description>
39-
<accepts>artisan-command.html</accepts>
40+
<rule id="helpers_events">
41+
<description>Created after removal of "Running Operations" from Deploy Operations</description>
42+
<accepts>helpers/events.html</accepts>
4043
</rule>
41-
<rule id="61d0bb17">
42-
<description>Created after removal of "Events" from Deploy Operations</description>
43-
<accepts>events.html</accepts>
44+
<rule id="helpers_execution_status">
45+
<description>Created after removal of "Running Operations" from Deploy Operations</description>
46+
<accepts>helpers/execution-status.html</accepts>
4447
</rule>
45-
<rule id="5ebc6059">
46-
<description>Created after removal of "Execution Status" from Deploy Operations</description>
47-
<accepts>execution-status.html</accepts>
48+
<rule id="extras_database_data_dumper">
49+
<description>Created after removal of "Running Operations" from Deploy Operations</description>
50+
<accepts>extras/database-data-dumper.html</accepts>
4851
</rule>
4952
</rules>

0 commit comments

Comments
 (0)