From c4b172831228153a3bdb61a1c0d3c042f790e52f Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Thu, 3 May 2018 13:29:39 -0700 Subject: [PATCH] Remove assignee from issues --- _config.yml | 53 ---------------------------------------------- _layouts/docs.html | 9 ++------ 2 files changed, 2 insertions(+), 60 deletions(-) diff --git a/_config.yml b/_config.yml index 2a3f57bad4..d209b2c580 100644 --- a/_config.yml +++ b/_config.yml @@ -76,66 +76,13 @@ defaults: type: "pages" values: layout: docs - defaultassignee: gbarr01 toc_min: 2 toc_max: 3 tree: true - - scope: - path: "compose" - values: - assignee: "gbarr01" - - scope: - path: "cs-engine" - values: - assignee: "joaofnfernandes" - - scope: - path: "datacenter" - values: - assignee: "joaofnfernandes" - - scope: - path: "datacenter/ucp" - values: - assignee: "jimgalasyn" - - scope: - path: "docker-for-mac" - values: - assignee: "gbarr01" - - scope: - path: "docker-for-windows" - values: - assignee: "gbarr01" - - scope: - path: "docker-hub" - values: - assignee: "gbarr01" - - scope: - path: "docker-store" - values: - assignee: "gbarr01" - scope: path: "install" values: win_latest_build: "docker-17.06.2-ee-7" - - scope: - path: "kitematic" - values: - assignee: "gbarr01" - - scope: - path: "machine" - values: - assignee: "gbarr01" - - scope: - path: "notary" - values: - assignee: "gbarr01" - - scope: - path: "registry" - values: - assignee: "joaofnfernandes" - - scope: - path: "toolbox" - values: - assignee: "gbarr01" - scope: path: "datacenter" values: diff --git a/_layouts/docs.html b/_layouts/docs.html index ca3a1ad5e4..8cc5b4553e 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -14,12 +14,7 @@ {% endif %} {% endfor %} {% endif %} - -{% if page.assignee %} - {% assign assignee=page.assignee%} -{% else %} - {% assign assignee=page.defaultassignee%} -{% endif %} + {% assign edit_url = "https://github.com/docker/docker.github.io/edit/master/" | append: page.path %} {% for entry in site.data.not_edited_here.overrides %} @@ -246,7 +241,7 @@