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 +++++++++++++++++++++++++++ teams/rustdoc.toml | 5 ++--- 2 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 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" diff --git a/teams/rustdoc.toml b/teams/rustdoc.toml index 26e91c1..2f10135 100644 --- a/teams/rustdoc.toml +++ b/teams/rustdoc.toml @@ -2,12 +2,11 @@ name = "rustdoc" subteam-of = "devtools" [people] -leads = ["QuietMisdreavus"] +leads = ["GuillaumeGomez"] members = [ "GuillaumeGomez", "QuietMisdreavus", "ollie27", - "onur", "kinnison", ] @@ -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" -- 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(+) 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 --- people/jyn514.toml | 4 ++++ teams/docs-rs.toml | 1 + teams/docsrs-ops.toml | 1 + 3 files changed, 6 insertions(+) create mode 100644 people/jyn514.toml diff --git a/people/jyn514.toml b/people/jyn514.toml new file mode 100644 index 0000000..1d31b59 --- /dev/null +++ b/people/jyn514.toml @@ -0,0 +1,4 @@ +name = 'Joshua Nelson' +github = 'jyn514' +github-id = 23638587 +email = 'jyn514@gmail.com' 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] diff --git a/teams/docsrs-ops.toml b/teams/docsrs-ops.toml index 02fadfe..77d2c69 100644 --- a/teams/docsrs-ops.toml +++ b/teams/docsrs-ops.toml @@ -6,6 +6,7 @@ leads = [] members = [ "QuietMisdreavus", "onur", + "jyn514", ] [github] -- cgit v1.2.3