mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Remove assignee from issues
This commit is contained in:
committed by
Joao Fernandes
parent
d002c576f7
commit
bd57cc0801
53
_config.yml
53
_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:
|
||||
|
||||
@@ -14,12 +14,7 @@
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
<!-- Logic for feedback CC'ing -->
|
||||
{% if page.assignee %}
|
||||
{% assign assignee=page.assignee%}
|
||||
{% else %}
|
||||
{% assign assignee=page.defaultassignee%}
|
||||
{% endif %}
|
||||
|
||||
<!-- Logic for 'edit this button' -->
|
||||
{% 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 @@
|
||||
<ul>
|
||||
{% 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><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>
|
||||
<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 -->
|
||||
|
||||
Reference in New Issue
Block a user