diff --git a/_config.yml b/_config.yml index 8a87ea912e..0e0ecc7569 100644 --- a/_config.yml +++ b/_config.yml @@ -75,75 +75,13 @@ defaults: type: "pages" values: layout: docs - defaultassignee: johndmulhausen toc_min: 2 toc_max: 3 tree: true - scope: - path: "compose" + path: "install" 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-cloud" - values: - assignee: "londoncalling" - - scope: - path: "docker-for-mac" - values: - assignee: "gbarr01" - - scope: - path: "docker-for-windows" - values: - assignee: "gbarr01" - - scope: - path: "docker-hub" - values: - assignee: "johndmulhausen" - - scope: - path: "docker-store" - values: - assignee: "johndmulhausen" - - scope: - path: "engine" - values: - assignee: "mistyhacks" win_latest_build: "docker-17.06.2-ee-6" - - scope: - path: "kitematic" - values: - assignee: "gbarr01" - - scope: - path: "machine" - values: - assignee: "gbarr01" - - scope: - path: "notary" - values: - assignee: "johndmulhausen" - - scope: - path: "registry" - values: - assignee: "joaofnfernandes" - - scope: - path: "swarm" - values: - assignee: "mistyhacks" - - scope: - path: "toolbox" - values: - assignee: "gbarr01" - scope: path: "datacenter" values: diff --git a/_layouts/docs.html b/_layouts/docs.html index 23ac6668cf..6ecb8c27b4 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 %} @@ -242,7 +237,7 @@