mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
Remove assignee from issues
This commit is contained in:
committed by
Joao Fernandes
parent
e984ba560e
commit
1da8e4f6c2
64
_config.yml
64
_config.yml
@@ -75,75 +75,13 @@ defaults:
|
|||||||
type: "pages"
|
type: "pages"
|
||||||
values:
|
values:
|
||||||
layout: docs
|
layout: docs
|
||||||
defaultassignee: johndmulhausen
|
|
||||||
toc_min: 2
|
toc_min: 2
|
||||||
toc_max: 3
|
toc_max: 3
|
||||||
tree: true
|
tree: true
|
||||||
- scope:
|
- scope:
|
||||||
path: "compose"
|
path: "install"
|
||||||
values:
|
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"
|
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:
|
- scope:
|
||||||
path: "datacenter"
|
path: "datacenter"
|
||||||
values:
|
values:
|
||||||
|
|||||||
@@ -14,12 +14,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<!-- Logic for feedback CC'ing -->
|
|
||||||
{% if page.assignee %}
|
|
||||||
{% assign assignee=page.assignee%}
|
|
||||||
{% else %}
|
|
||||||
{% assign assignee=page.defaultassignee%}
|
|
||||||
{% endif %}
|
|
||||||
<!-- Logic for 'edit this button' -->
|
<!-- Logic for 'edit this button' -->
|
||||||
{% assign edit_url = "https://github.com/docker/docker.github.io/edit/master/" | append: page.path %}
|
{% assign edit_url = "https://github.com/docker/docker.github.io/edit/master/" | append: page.path %}
|
||||||
{% for entry in site.data.not_edited_here.overrides %}
|
{% for entry in site.data.not_edited_here.overrides %}
|
||||||
@@ -242,7 +237,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
{% if edit_url != "" %}
|
{% if edit_url != "" %}
|
||||||
<li style="visibility: hidden"><a href="{{ edit_url }}"><i class="fa fa-pencil-square-o" aria-hidden="true"></i> Edit this page</a></li>{% endif %}
|
<li style="visibility: hidden"><a href="{{ edit_url }}"><i class="fa fa-pencil-square-o" aria-hidden="true"></i> Edit this page</a></li>{% endif %}
|
||||||
<li><a href="https://github.com/docker/docker.github.io/issues/new?assignee={% if page.assignee %}{{ page.assignee }}{% else %}{{ page.defaultassignee }}{% endif %}&body=File: [{{ page.path }}](https://docs.docker.com{{ page.url }}), CC @{{ assignee }}"
|
<li><a href="https://github.com/docker/docker.github.io/issues/new?body=File: [{{ page.path }}](https://docs.docker.com{{ page.url }})"
|
||||||
class="nomunge"><i class="fa fa-check" aria-hidden="true"></i> Request docs changes</a></li>
|
class="nomunge"><i class="fa fa-check" aria-hidden="true"></i> Request docs changes</a></li>
|
||||||
<li><a href="https://www.docker.com/docker-support-services"><i class="fa fa-question" aria-hidden="true"></i> Get support</a></li>
|
<li><a href="https://www.docker.com/docker-support-services"><i class="fa fa-question" aria-hidden="true"></i> Get support</a></li>
|
||||||
<!-- toggle mode -->
|
<!-- toggle mode -->
|
||||||
|
|||||||
Reference in New Issue
Block a user