diff --git a/_config.yml b/_config.yml index 77bb1c05a5..38f1891468 100644 --- a/_config.yml +++ b/_config.yml @@ -86,66 +86,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-8" - - 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 1323d08b67..d7a97b3d0f 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 %} @@ -245,7 +240,7 @@