Skip to content

Commit de8eb82

Browse files
authored
Archive community team (#1026)
1 parent 8dbf555 commit de8eb82

4 files changed

Lines changed: 18 additions & 15 deletions

File tree

book.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ smart-punctuation = true
6868
"platforms/zulip/triagebot.html" = "/triagebot/index.html"
6969
"core/blogs.html" = "/platforms/blogs.html"
7070
"core/index.html" = "/governance/council.html"
71+
"community/index.html" = "/archive/community.html"
72+
"community/survey-faq.html" = "/archive/community.html"
7173

7274
[output.linkcheck]
7375
command = "mdbook-linkcheck2"

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
- [Zulip Meeting Management](./triagebot/zulip-meeting.md)
5151
- [Zulip Notifications](./triagebot/zulip-notifications.md)
5252
- [GitHub Actions created PR open/closer](./triagebot/bot-pull-requests.md)
53-
- [Community](./community/index.md)
5453
- [Compiler](./compiler/index.md)
5554
- [Backports](./compiler/backports.md)
5655
- [Calendar](./compiler/calendar.md)
@@ -135,5 +134,6 @@
135134
- [Triaging Crater Runs](./release/crater.md)
136135
- [Edition Releases](./editions/edition-releases.md)
137136
- [Archive](./archive/index.md)
137+
- [Community](./archive/community.md)
138138
- [Friends of the Tree](./archive/fott.md)
139139
- [Release History](./archive/release-history.md)

src/archive/community.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Community
2+
3+
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.
4+
5+
### External Links
6+
7+
- The [Community team] GitHub repository contains information about how the community team organizes.
8+
- The [RustBridge] website contains information on hosting your own local RustBridge event.
9+
- [Rustlings] is an project with small exercises designed around getting newcomers used to reading and writing Rust.
10+
- 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.
11+
12+
[community team]: https://github.com/rust-community/team
13+
[rustbridge]: https://rustbridge.com
14+
[rustlings]: https://github.com/rust-lang/rustlings
15+
[State of Rust]: https://github.com/rust-lang/surveys/blob/main/documents/Community-Survey-FAQ.md

src/community/index.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1 @@
11
# Community
2-
3-
This section documents the processes of the community team, and related projects.
4-
5-
### External Links
6-
7-
- The [Community team] GitHub repository contains information about how the community team organizes.
8-
- The [RustBridge] website contains information on hosting your own local RustBridge event.
9-
- [Rustlings] is an project with small exercises designed around getting newcomers used to reading and writing Rust.
10-
- 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.
11-
12-
[community team]: https://github.com/rust-community/team
13-
[rustbridge]: https://rustbridge.com
14-
[rustlings]: https://github.com/rust-lang/rustlings
15-
[State of Rust]: https://github.com/rust-lang/surveys/blob/main/documents/Community-Survey-FAQ.md

0 commit comments

Comments
 (0)