mirror of https://github.com/docker/docs.git
config: fix edit link for glossary page
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
f17ebae568
commit
0e55851266
|
|
@ -70,6 +70,10 @@ defaults:
|
||||||
path: engine/reference/commandline
|
path: engine/reference/commandline
|
||||||
values:
|
values:
|
||||||
edit_url: "https://github.com/docker/cli/tree/master/docs/reference/commandline"
|
edit_url: "https://github.com/docker/cli/tree/master/docs/reference/commandline"
|
||||||
|
- scope:
|
||||||
|
path: glossary
|
||||||
|
values:
|
||||||
|
edit_url: "https://github.com/docker/docker.github.io/blob/master/_data/glossary.yaml"
|
||||||
- scope:
|
- scope:
|
||||||
path: notary/reference
|
path: notary/reference
|
||||||
values:
|
values:
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,10 @@ defaults:
|
||||||
path: engine/reference/commandline
|
path: engine/reference/commandline
|
||||||
values:
|
values:
|
||||||
edit_url: "https://github.com/docker/cli/tree/master/docs/reference/commandline"
|
edit_url: "https://github.com/docker/cli/tree/master/docs/reference/commandline"
|
||||||
|
- scope:
|
||||||
|
path: glossary
|
||||||
|
values:
|
||||||
|
edit_url: "https://github.com/docker/docker.github.io/blob/master/_data/glossary.yaml"
|
||||||
- scope:
|
- scope:
|
||||||
path: notary/reference
|
path: notary/reference
|
||||||
values:
|
values:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue