From 967c9678bf1653c98deac8aa2926075de9d3d387 Mon Sep 17 00:00:00 2001 From: apiraino Date: Wed, 11 Mar 2026 10:56:22 +0100 Subject: [PATCH] Archive community team --- book.toml | 2 ++ src/SUMMARY.md | 2 +- src/archive/community.md | 15 +++++++++++++++ src/community/index.md | 14 -------------- 4 files changed, 18 insertions(+), 15 deletions(-) create mode 100644 src/archive/community.md diff --git a/book.toml b/book.toml index 536a76135..73e37e6b7 100644 --- a/book.toml +++ b/book.toml @@ -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" diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 6e28d8712..0141f4e82 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -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) @@ -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) diff --git a/src/archive/community.md b/src/archive/community.md new file mode 100644 index 000000000..7a25b5fe1 --- /dev/null +++ b/src/archive/community.md @@ -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 diff --git a/src/community/index.md b/src/community/index.md index b342570e2..100f4c15f 100644 --- a/src/community/index.md +++ b/src/community/index.md @@ -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