You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -52,12 +52,13 @@ standard --fix js/
52
52
53
53
## Adding teams
54
54
55
-
Any Rust team can have a section in the Rust Forge. If you'd like to add your team, you first need to add them as an item to `src/SUMMARY.md`, like below, replacing `TEAM NAME` with your respective team's name to show on Forge, and `<TEAM_NAME>` with a filesystem- and URL-friendly version of that name where your documentation will be stored.
55
+
Any Rust team, working group, or project group can have a section in the Rust Forge.
56
+
First, please send a PR to add your team to the [`repos/rust-lang/rust-forge.toml`][team-repo] file to give your team permissions.
57
+
58
+
To add your team to the book, add it to [`src/SUMMARY.md`], like below, replacing `<TEAM_NAME>` with a filesystem- and URL-friendly version of your team's name:
56
59
57
60
```markdown
58
-
- [TEAM NAME](src/<TEAM_NAME>/README.md)
59
-
<!-- or -->
60
-
- [TEAM NAME](src/<TEAM_NAME>.md)
61
+
- [<TEAM NAME>](src/<TEAM_NAME>/README.md)
61
62
```
62
63
63
64
If you run `mdbook build`, `mdbook` will automatically create the folder and file for your team.
@@ -67,3 +68,16 @@ It's recommended that you put general team information in `src/<TEAM_NAME>/READM
67
68
```markdown
68
69
- [TOPIC](src/<TEAM_NAME>/TOPIC.md)
69
70
```
71
+
72
+
Teams are responsible for merging their own content.
73
+
Please add your team to the `[assign.owners]` section of [`triagebot.toml`] so that the bot will auto-assign someone from the team.
The [Rust infra team] is responsible for maintaining the Rust Forge, ensuring that its build and publish system works, and coordinating any technical issues with teams.
82
+
83
+
[Rust infra team]: https://www.rust-lang.org/governance/teams/infra
0 commit comments