Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@ -68,6 +68,8 @@ smart-punctuation = true
"platforms/zulip/triagebot.html" = "/triagebot/index.html"
"core/blogs.html" = "/platforms/blogs.html"
"core/index.html" = "/governance/council.html"
"community/index.html" = "/archive/community.html"
"community/survey-faq.html" = "/archive/community.html"

[output.linkcheck]
command = "mdbook-linkcheck2"
Expand Down
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
- [Zulip Meeting Management](./triagebot/zulip-meeting.md)
- [Zulip Notifications](./triagebot/zulip-notifications.md)
- [GitHub Actions created PR open/closer](./triagebot/bot-pull-requests.md)
- [Community](./community/index.md)
- [Compiler](./compiler/index.md)
- [Backports](./compiler/backports.md)
- [Calendar](./compiler/calendar.md)
Expand Down Expand Up @@ -135,5 +134,6 @@
- [Triaging Crater Runs](./release/crater.md)
- [Edition Releases](./editions/edition-releases.md)
- [Archive](./archive/index.md)
- [Community](./archive/community.md)
- [Friends of the Tree](./archive/fott.md)
- [Release History](./archive/release-history.md)
15 changes: 15 additions & 0 deletions src/archive/community.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Community

This section is an archive of the community team, now sunset and not active anymore. The following links may be outdated or lead to archived projects.

### External Links

- The [Community team] GitHub repository contains information about how the community team organizes.
- The [RustBridge] website contains information on hosting your own local RustBridge event.
- [Rustlings] is an project with small exercises designed around getting newcomers used to reading and writing Rust.
- The [State of Rust] is an annual community survey gathering insights and feedbacks from Rust users, and all those who are interested in the future of Rust more generally.

[community team]: https://github.com/rust-community/team
[rustbridge]: https://rustbridge.com
[rustlings]: https://github.com/rust-lang/rustlings
[State of Rust]: https://github.com/rust-lang/surveys/blob/main/documents/Community-Survey-FAQ.md
14 changes: 0 additions & 14 deletions src/community/index.md
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
# Community

This section documents the processes of the community team, and related projects.

### External Links

- The [Community team] GitHub repository contains information about how the community team organizes.
- The [RustBridge] website contains information on hosting your own local RustBridge event.
- [Rustlings] is an project with small exercises designed around getting newcomers used to reading and writing Rust.
- The [State of Rust] is an annual community survey gathering insights and feedbacks from Rust users, and all those who are interested in the future of Rust more generally.

[community team]: https://github.com/rust-community/team
[rustbridge]: https://rustbridge.com
[rustlings]: https://github.com/rust-lang/rustlings
[State of Rust]: https://github.com/rust-lang/surveys/blob/main/documents/Community-Survey-FAQ.md
Loading