From c4eb2a6e416416dc84d854ef4c59825834ed38c9 Mon Sep 17 00:00:00 2001 From: QuietMisdreavus Date: Wed, 13 Nov 2019 11:06:01 -0600 Subject: spin off docs.rs team from rustdoc team --- teams/docs-rs.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 teams/docs-rs.toml (limited to 'teams/docs-rs.toml') diff --git a/teams/docs-rs.toml b/teams/docs-rs.toml new file mode 100644 index 0000000..9235fa7 --- /dev/null +++ b/teams/docs-rs.toml @@ -0,0 +1,27 @@ +name = "docs-rs" +subteam-of = "devtools" + +[people] +leads = ["QuietMisdreavus"] +members = [ + "QuietMisdreavus", + "onur", + "pietroalbini", +] + +[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" -- cgit v1.2.3 From 2a1a2d43f4d512e0938845fcc6d9607a382daf48 Mon Sep 17 00:00:00 2001 From: QuietMisdreavus Date: Mon, 18 Nov 2019 16:05:16 -0600 Subject: re-add imperio to the docs.rs team --- teams/docs-rs.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'teams/docs-rs.toml') diff --git a/teams/docs-rs.toml b/teams/docs-rs.toml index 9235fa7..73a95c1 100644 --- a/teams/docs-rs.toml +++ b/teams/docs-rs.toml @@ -5,6 +5,7 @@ subteam-of = "devtools" leads = ["QuietMisdreavus"] members = [ "QuietMisdreavus", + "GuillaumeGomez", "onur", "pietroalbini", ] -- cgit v1.2.3 From 5325e3c57ba7151e123ce93256b4675580e47d4d Mon Sep 17 00:00:00 2001 From: QuietMisdreavus Date: Mon, 2 Dec 2019 21:11:06 -0600 Subject: add jynelson to the docsrs team --- teams/docs-rs.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'teams/docs-rs.toml') diff --git a/teams/docs-rs.toml b/teams/docs-rs.toml index 73a95c1..97fd014 100644 --- a/teams/docs-rs.toml +++ b/teams/docs-rs.toml @@ -8,6 +8,7 @@ members = [ "GuillaumeGomez", "onur", "pietroalbini", + "jyn514", ] [github] -- cgit v1.2.3