Skip to content

Commit 58ada14

Browse files
ehussMark-Simulacrum
authored andcommitted
Expand and organize triagebot documentation.
1 parent 80e3ccb commit 58ada14

28 files changed

+1100
-273
lines changed

book.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ command = "./build.bash"
1313
additional-js = ["js/moment.min.js", "js/index.js"]
1414
no-section-label=true
1515
git-repository-url="https://github.com/rust-lang/rust-forge"
16+
curly-quotes = true
1617

1718
[output.html.redirect]
1819
"beta-backporting.html" = "/release/backporting.html"
@@ -48,3 +49,4 @@ git-repository-url="https://github.com/rust-lang/rust-forge"
4849
"chat/email.html" = "platforms/email.html"
4950
"chat/zulip/index.html" = "platforms/zulip/index.html"
5051
"chat/zulip.html" = "platforms/zulip.html"
52+
"platforms/zulip/triagebot.html" = "/triagebot/index.html"

src/SUMMARY.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,30 @@
88
- [GitHub](./platforms/github.md)
99
- [Zulip](./platforms/zulip.md)
1010
- [Moderation](./platforms/zulip/moderation.md)
11-
- [Triagebot](./platforms/zulip/triagebot.md)
11+
- [Triagebot](./triagebot/README.md)
12+
- [Agenda Generator](./triagebot/agenda.md)
13+
- [Issue Assignment](./triagebot/issue-assignment.md)
14+
- [PR Assignment](./triagebot/pr-assignment.md)
15+
- [Autolabels](./triagebot/autolabels.md)
16+
- [Close](./triagebot/close.md)
17+
- [Documentation Updates](./triagebot/doc-updates.md)
18+
- [GitHub Releases](./triagebot/github-releases.md)
19+
- [Glacier](./triagebot/glacier.md)
20+
- [Labeling](./triagebot/labeling.md)
21+
- [Major Changes](./triagebot/major-changes.md)
22+
- [Mentions](./triagebot/mentions.md)
23+
- [No Merge Policy](./triagebot/no-merge.md)
24+
- [Nominate](./triagebot/nominate.md)
25+
- [Note](./triagebot/note.md)
26+
- [Notifications](./triagebot/notifications.md)
27+
- [Pinging](./triagebot/pinging.md)
28+
- [Requesting Prioritization](./triagebot/requesting-prioritization.md)
29+
- [Review Changes Requested](./triagebot/review-submitted.md)
30+
- [Rustc Commit Tracking](./triagebot/rustc-commit-list.md)
31+
- [Shortcuts](./triagebot/shortcuts.md)
32+
- [Triagebot Dashboard](./triagebot/triage-dashboard.md)
33+
- [Zulip Meeting Management](./triagebot/zulip-meeting.md)
34+
- [Zulip Notifications](./triagebot/zulip-notifications.md)
1235
- [Core](./core/README.md)
1336
- [Rust Blog Guidelines](./core/blogs.md)
1437
- [Community](./community/README.md)

src/infra/service-infrastructure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Documentation on rfcbot commands can be found
4848

4949
[rustbot](https://github.com/rust-lang/triagebot) is a bot ([bot user
5050
account](https://github.com/rustbot)) to assist with managing issues and PRs
51-
to allow users to label and assign without GitHub permissions. See [the
52-
wiki](https://github.com/rust-lang/triagebot/wiki) for more information.
51+
to allow users to label and assign without GitHub permissions. See
52+
[triagebot](../triagebot/index.html) for more information.
5353

5454
## DXR
5555

src/platforms/zulip/triagebot.md

Lines changed: 0 additions & 270 deletions
This file was deleted.

0 commit comments

Comments
 (0)