Skip to content

Commit

Permalink
Merge pull request #182 from QuietMisdreavus/docsrs-team
Browse files Browse the repository at this point in the history
spin off docs.rs team from rustdoc team
  • Loading branch information
Mark-Simulacrum authored Dec 4, 2019
2 parents 30ea918 + 5325e3c commit c2141e1
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 3 deletions.
4 changes: 4 additions & 0 deletions people/jyn514.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name = 'Joshua Nelson'
github = 'jyn514'
github-id = 23638587
email = 'jyn514@gmail.com'
29 changes: 29 additions & 0 deletions teams/docs-rs.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name = "docs-rs"
subteam-of = "devtools"

[people]
leads = ["QuietMisdreavus"]
members = [
"QuietMisdreavus",
"GuillaumeGomez",
"onur",
"pietroalbini",
"jyn514",
]

[github]
orgs = ["rust-lang", "rust-lang-nursery"]

[rfcbot]
label = "T-docs-rs"
name = "Docs.rs"
ping = "rust-lang/docs-rs"

[website]
name = "Docs.rs team"
description = "Docs.rs, the documentation hosting service for crates"
discord-invite = "https://discord.gg/f7mTXPW"
discord-name = "#docs-rs"

[[lists]]
address = "docs-rs@rust-lang.org"
1 change: 1 addition & 0 deletions teams/docsrs-ops.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ leads = []
members = [
"QuietMisdreavus",
"onur",
"jyn514",
]

[github]
Expand Down
5 changes: 2 additions & 3 deletions teams/rustdoc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ name = "rustdoc"
subteam-of = "devtools"

[people]
leads = ["QuietMisdreavus"]
leads = ["GuillaumeGomez"]
members = [
"GuillaumeGomez",
"QuietMisdreavus",
"ollie27",
"onur",
"kinnison",
]

Expand All @@ -25,7 +24,7 @@ ping = "rust-lang/rustdoc"

[website]
name = "Rustdoc team"
description = "Documentation tools including Rustdoc and docs.rs"
description = "Rustdoc, the documentation tool"
discord-invite = "https://discord.gg/4yEYPuT"
discord-name = "#rustdoc"

Expand Down

0 comments on commit c2141e1

Please sign in to comment.