-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathredirection-rules.xml
More file actions
34 lines (34 loc) · 1.43 KB
/
redirection-rules.xml
File metadata and controls
34 lines (34 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?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>
-->
<rule id="2d4f211">
<description>Created after removal of "Empty MD Topic" from Moonlight Docs</description>
<accepts>Empty-MD-Topic.html</accepts>
</rule>
<rule id="28766f37">
<description>Created after removal of "Invalid node cofiguration" from Moonlight Docs</description>
<accepts>Invalid-node-cofiguration.html</accepts>
</rule>
<rule id="33905478">
<description>
<![CDATA[Created after removal of "<Invalid-node-configuration.md>" from Moonlight Docs]]></description>
<accepts>Invalid-node-configuration.html</accepts>
</rule>
<rule id="499375c4">
<description>Created after removal of "Acquiring admin perms via the db" from Moonlight Docs</description>
<accepts>Acquiring-admin-perms-via-the-db.html</accepts>
</rule>
<rule id="4e89c35">
<description>Created after removal of "Starter" from Moonlight Docs</description>
<accepts>starter.html</accepts>
</rule>
<rule id="1e3f5ce4">
<description>Created after removal of "Section Starting Page" from Moonlight Docs</description>
<accepts>Section-Starting-Page.html</accepts>
</rule>
</rules>