Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions docs/do.tree
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<toc-element toc-title="Prologue">
<toc-element topic="introduction.topic" />
<toc-element toc-title="Upgrade Guide">
<toc-element topic="upgrade-7.topic" toc-title="Upgrade to 7.x" />
<toc-element topic="upgrade-7.topic" toc-title="Upgrade to 7.x" accepts-web-file-names-ref="upgrade_guide" />
<toc-element topic="upgrade-6.topic" toc-title="Upgrade to 6.x" />
<toc-element topic="upgrade-5.topic" toc-title="Upgrade to 5.x" />
<toc-element topic="upgrade-4.topic" toc-title="Upgrade to 4.x" />
Expand All @@ -18,22 +18,22 @@
</toc-element>
<toc-element toc-title="Getting Started">
<toc-element topic="installation.topic" />
<toc-element topic="usage.topic" />
<toc-element topic="usage.topic" accepts-web-file-names-ref="guide_basic" />
</toc-element>
<toc-element toc-title="Guide">
<toc-element topic="running-operations.topic" />
<toc-element topic="creating-operations.topic" />
<toc-element topic="rolling-back-operations.topic" />
<toc-element topic="operations-status.topic" />
<toc-element topic="customize-stub.topic" />
<toc-element topic="running-operations.topic" accepts-web-file-names-ref="guide_running" />
<toc-element topic="creating-operations.topic" accepts-web-file-names-ref="guide_creating" />
<toc-element topic="rolling-back-operations.topic" accepts-web-file-names-ref="guide_rollback" />
<toc-element topic="operations-status.topic" accepts-web-file-names-ref="guide_status" />
<toc-element topic="customize-stub.topic" accepts-web-file-names-ref="guide_customize_stub" />
</toc-element>
<toc-element toc-title="Helpers">
<toc-element topic="artisan-commands.topic" />
<toc-element topic="artisan-commands.topic" accepts-web-file-names-ref="helpers_artisan" />
<toc-element topic="operation-helper.topic" />
<toc-element topic="events.topic" />
<toc-element topic="execution-status.topic" />
<toc-element topic="events.topic" accepts-web-file-names-ref="helpers_events" />
<toc-element topic="execution-status.topic" accepts-web-file-names-ref="helpers_execution_status" />
</toc-element>
<toc-element toc-title="Extras">
<toc-element topic="database-data-dumper.topic" />
<toc-element topic="database-data-dumper.topic" accepts-web-file-names-ref="extras_database_data_dumper" />
</toc-element>
</instance-profile>
69 changes: 36 additions & 33 deletions docs/redirection-rules.xml
Original file line number Diff line number Diff line change
@@ -1,49 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rules SYSTEM "https://resources.jetbrains.com/writerside/1.0/redirection-rules.dtd">
<rules>
<!-- format is as follows
<rule id="<unique id>">
<accepts>page.html</accepts>
<rule id="getting_started_installation">
<description>Created after removal of "Running Operations" from Deploy Operations</description>
<accepts>getting-started/installation.html</accepts>
</rule>
<rule id="guide_basic">
<description>Created after removal of "Running Operations" from Deploy Operations</description>
<accepts>guide/basic.html</accepts>
</rule>
-->
<rule id="1bcc9e2a">
<description>Created after removal of "About Deploy Operations" from Deploy Operations</description>
<accepts>starter-topic.html</accepts>
<rule id="upgrade_guide">
<description>Created after removal of "Running Operations" from Deploy Operations</description>
<accepts>upgrade-guide/</accepts>
</rule>
<rule id="33a6d1d0">
<rule id="guide_running">
<description>Created after removal of "Running Operations" from Deploy Operations</description>
<accepts>guide-running-operations.html</accepts>
<accepts>guide/running.html</accepts>
</rule>
<rule id="54ead075">
<description>Created after removal of "Running operations" from Deploy Operations</description>
<accepts>running-operations.html</accepts>
<rule id="guide_creating">
<description>Created after removal of "Running Operations" from Deploy Operations</description>
<accepts>guide/creating.html</accepts>
</rule>
<rule id="4195a4d">
<description>Created after removal of "Creation Operations" from Deploy Operations</description>
<accepts>creation-operations.html</accepts>
<rule id="guide_status">
<description>Created after removal of "Running Operations" from Deploy Operations</description>
<accepts>guide/status.html</accepts>
</rule>
<rule id="46593472">
<description>Created after removal of "Operations Status" from Deploy Operations</description>
<accepts>operations-status.html</accepts>
<rule id="guide_rollback">
<description>Created after removal of "Running Operations" from Deploy Operations</description>
<accepts>guide/rollback.html</accepts>
</rule>
<rule id="27586ab9">
<description>Created after removal of "Helpers" from Deploy Operations</description>
<accepts>Helpers.html</accepts>
<rule id="guide_customize_stub">
<description>Created after removal of "Running Operations" from Deploy Operations</description>
<accepts>guide/customize-stub.html</accepts>
</rule>
<rule id="3db5de6a">
<description>Created after removal of "Rolling Back Operations" from Deploy Operations</description>
<accepts>Rolling-Back-Operations.html</accepts>
<rule id="helpers_artisan">
<description>Created after removal of "Running Operations" from Deploy Operations</description>
<accepts>helpers/artisan.html</accepts>
</rule>
<rule id="702c2c89">
<description>Created after removal of "Artisan Command" from Deploy Operations</description>
<accepts>artisan-command.html</accepts>
<rule id="helpers_events">
<description>Created after removal of "Running Operations" from Deploy Operations</description>
<accepts>helpers/events.html</accepts>
</rule>
<rule id="61d0bb17">
<description>Created after removal of "Events" from Deploy Operations</description>
<accepts>events.html</accepts>
<rule id="helpers_execution_status">
<description>Created after removal of "Running Operations" from Deploy Operations</description>
<accepts>helpers/execution-status.html</accepts>
</rule>
<rule id="5ebc6059">
<description>Created after removal of "Execution Status" from Deploy Operations</description>
<accepts>execution-status.html</accepts>
<rule id="extras_database_data_dumper">
<description>Created after removal of "Running Operations" from Deploy Operations</description>
<accepts>extras/database-data-dumper.html</accepts>
</rule>
</rules>