-
Notifications
You must be signed in to change notification settings - Fork 122
/
Copy pathredirection-rules.xml
112 lines (110 loc) · 4.23 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rules SYSTEM "https://resources.jetbrains.com/writerside/1.0/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>upgrade-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>managing-roles.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="team-foundation-version-control">
<accepts>team-foundation-server.html</accepts>
<accepts>azure-devops-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>
<rule id="integrating-teamcity-with-perforce">
<accepts>perforce-streams-as-feature-branches.html</accepts>
</rule>
<rule id="configuring-agent-pools">
<accepts>agent-pool.html</accepts>
</rule>
<rule id="working-with-build-results">
<accepts>viewing-build-configuration-details.html</accepts>
</rule>
<rule id="working-with-build-queue">
<accepts>build-queue.html</accepts>
<accepts>ordering-build-queue.html</accepts>
</rule>
<rule id="build-actions">
<accepts>changing-build-status-manually.html</accepts>
<accepts>build-tag.html</accepts>
<accepts>pinned-build.html</accepts>
</rule>
<rule id="viewing-tests-and-configuration-problems">
<accepts>already-fixed-in.html</accepts>
<accepts>first-failure.html</accepts>
</rule>
<rule id="build-configuration-home-page">
<accepts>maven-related-data.html</accepts>
</rule>
<rule id="build-results-page">
<accepts>build-history.html</accepts>
</rule>
</rules>