Skip to content

Commit cbc2d3e

Browse files
authored
Extend the reference team to the lang-docs team (#445)
1 parent 0b714f9 commit cbc2d3e

File tree

3 files changed

+24
-20
lines changed

3 files changed

+24
-20
lines changed

teams/docs.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ description = "Improving and moderating the quality of Rust's documentation"
2424

2525
[[lists]]
2626
address = "[email protected]"
27-
extra-teams = ["reference"]
27+
extra-teams = ["lang-docs"]
2828

2929
[[lists]]
3030
address = "[email protected]"
31-
extra-teams = ["reference", "rust-by-example"]
31+
extra-teams = ["lang-docs", "rust-by-example"]

teams/lang-docs.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "lang-docs"
2+
subteam-of = "lang"
3+
4+
[people]
5+
leads = ["ehuss", "JohnTitor"]
6+
members = [
7+
"ehuss",
8+
"Havvy",
9+
"JohnTitor",
10+
"matthewjasper",
11+
]
12+
alumni = [
13+
"Centril",
14+
]
15+
16+
[[github]]
17+
orgs = ["rust-lang"]
18+
19+
[website]
20+
name = "lang-docs team"
21+
description = "Developing and writing the docs related to the lang team"
22+
zulip-stream = "t-lang/docs"

teams/reference.toml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)