Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand and organize triagebot documentation. #687

Merged
merged 4 commits into from
Jun 13, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ command = "./build.bash"
additional-js = ["js/moment.min.js", "js/index.js"]
no-section-label=true
git-repository-url="/~https://github.com/rust-lang/rust-forge"
curly-quotes = true

[output.html.redirect]
"beta-backporting.html" = "/release/backporting.html"
Expand Down Expand Up @@ -48,3 +49,4 @@ git-repository-url="/~https://github.com/rust-lang/rust-forge"
"chat/email.html" = "platforms/email.html"
"chat/zulip/index.html" = "platforms/zulip/index.html"
"chat/zulip.html" = "platforms/zulip.html"
"platforms/zulip/triagebot.html" = "/triagebot/index.html"
25 changes: 24 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,30 @@
- [GitHub](./platforms/github.md)
- [Zulip](./platforms/zulip.md)
- [Moderation](./platforms/zulip/moderation.md)
- [Triagebot](./platforms/zulip/triagebot.md)
- [Triagebot](./triagebot/README.md)
- [Agenda Generator](./triagebot/agenda.md)
- [Issue Assignment](./triagebot/issue-assignment.md)
- [PR Assignment](./triagebot/pr-assignment.md)
- [Autolabels](./triagebot/autolabels.md)
- [Close](./triagebot/close.md)
- [Documentation Updates](./triagebot/doc-updates.md)
- [GitHub Releases](./triagebot/github-releases.md)
- [Glacier](./triagebot/glacier.md)
- [Labeling](./triagebot/labeling.md)
- [Major Changes](./triagebot/major-changes.md)
- [Mentions](./triagebot/mentions.md)
- [No Merge Policy](./triagebot/no-merge.md)
- [Nominate](./triagebot/nominate.md)
- [Note](./triagebot/note.md)
- [Notifications](./triagebot/notifications.md)
- [Pinging](./triagebot/pinging.md)
- [Requesting Prioritization](./triagebot/requesting-prioritization.md)
- [Review Changes Requested](./triagebot/review-submitted.md)
- [Rustc Commit Tracking](./triagebot/rustc-commit-list.md)
- [Shortcuts](./triagebot/shortcuts.md)
- [Triagebot Dashboard](./triagebot/triage-dashboard.md)
- [Zulip Meeting Management](./triagebot/zulip-meeting.md)
- [Zulip Notifications](./triagebot/zulip-notifications.md)
- [Core](./core/README.md)
- [Rust Blog Guidelines](./core/blogs.md)
- [Community](./community/README.md)
Expand Down
4 changes: 2 additions & 2 deletions src/infra/service-infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ Documentation on rfcbot commands can be found

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

## DXR

Expand Down
270 changes: 0 additions & 270 deletions src/platforms/zulip/triagebot.md

This file was deleted.

Loading