forked from JetBrains/teamcity-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redirection-rules.xml
82 lines (81 loc) · 3.13 KB
/
redirection-rules.xml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rules SYSTEM "https://helpserver.labs.jb.gg/help/redirection-rules.dtd">
<rules>
<rule id="configuring-your-user-profile">
<accepts>managing-your-user-account.html</accepts>
</rule>
<rule id="build-step-conditions">
<accepts>build-step-conditions.html</accepts>
</rule>
<rule id="installation">
<accepts>installation.html</accepts>
<accepts>installing-and-configuring-the-teamcity-server.html</accepts>
</rule>
<rule id="server-startup-properties">
<accepts>configuring-teamcity-server-startup-properties.html</accepts>
</rule>
<rule id="install-and-start-agents">
<accepts>setting-up-and-running-additional-build-agents.html</accepts>
</rule>
<rule id="configure-agent-installation">
<accepts>build-agent-configuration.html</accepts>
</rule>
<rule id="upgrade-dsl">
<accepts>upgrading-dsl.html</accepts>
</rule>
<rule id="cleanup">
<accepts>clean-up.html</accepts>
</rule>
<rule id="upgrade">
<accepts>upgrade.html</accepts>
</rule>
<rule id="set-up-external-database">
<accepts>setting-up-external-database.html</accepts>
</rule>
<rule id="managing-users-and-roles">
<accepts>managing-user-accounts-groups-and-permissions.html</accepts>
</rule>
<rule id="creating-and-managing-users">
<accepts>user-account.html</accepts>
<accepts>managing-users-and-user-groups.html</accepts>
</rule>
<rule id="creating-and-managing-user-groups">
<accepts>user-group.html</accepts>
</rule>
<rule id="managing-user-roles-and-permissions">
<accepts>role-and-permission.html</accepts>
<accepts>role-and-permission.html</accepts>
</rule>
<rule id="adding-notification-rules">
<accepts>subscribing-to-notifications.html</accepts>
</rule>
<rule id="customizing-notification-templates">
<accepts>customizing-notifications.html</accepts>
</rule>
<rule id="levels-and-priority-of-parameters">
<accepts>project-and-agent-level-build-parameters.html</accepts>
</rule>
<rule id="configuring-test-reports-and-code-coverage">
<accepts>code-inspection.html</accepts>
<accepts>code-coverage.html</accepts>
<accepts>configuring+unit+testing+and+code+coverage.html</accepts>
</rule>
<rule id="nunit-support">
<accepts>teamcity-nunit-test-launcher.html</accepts>
<accepts>nunit-for-nant-build-runner.html</accepts>
<accepts>nunit-for-msbuild.html</accepts>
<accepts>msbuild-service-tasks.html</accepts>
<accepts>nunit-addins-support.html</accepts>
<accepts>teamcity-addin-for-nunit.html</accepts>
</rule>
<rule id="azure-devops-server">
<accepts>team-foundation-server.html</accepts>
</rule>
<rule id="azure-board-work-items">
<accepts>team-foundation-work-items.html</accepts>
</rule>
<rule id="rest-api">
<accepts>rest-api.html</accepts>
<accepts>rest-api-reference.html</accepts>
</rule>
</rules>