mirror of https://github.com/docker/docs.git
Simplified EE variables in _config (#9260)
Before we had 2 UCP configuration variables. 1 for pages under "ee" and 1 for pages under "ee/ucp". We had the same pattern for DTR. THis commit removes the variable at the ee/ucp level, in the hope that all files will take it from the /ee variable.
This commit is contained in:
parent
e72bfc468d
commit
e133bea6ed
23
_config.yml
23
_config.yml
|
@ -116,12 +116,17 @@ defaults:
|
|||
path: "datacenter"
|
||||
values:
|
||||
enterprise: true
|
||||
# Latest Enterprise Platform Release
|
||||
- scope:
|
||||
path: "ee/dtr"
|
||||
path: "ee"
|
||||
values:
|
||||
ucp_org: "docker"
|
||||
ucp_repo: "ucp"
|
||||
dtr_org: "docker"
|
||||
dtr_repo: "dtr"
|
||||
ucp_version: "3.2.0"
|
||||
dtr_version: "2.7.1"
|
||||
# Previous DTR Releases
|
||||
- scope:
|
||||
path: "datacenter/dtr/2.6"
|
||||
values:
|
||||
|
@ -166,21 +171,7 @@ defaults:
|
|||
values:
|
||||
ucp_version: "1.1"
|
||||
dtr_version: "2.0"
|
||||
- scope:
|
||||
path: "ee/ucp"
|
||||
values:
|
||||
ucp_org: "docker"
|
||||
ucp_repo: "ucp"
|
||||
ucp_version: "3.2.0"
|
||||
- scope: # This is a bit of a hack for the get-support.md and /ee/admin/
|
||||
path: "ee"
|
||||
values:
|
||||
ucp_org: "docker"
|
||||
ucp_repo: "ucp"
|
||||
dtr_org: "docker"
|
||||
dtr_repo: "dtr"
|
||||
ucp_version: "3.2.0"
|
||||
dtr_version: "2.7.1"
|
||||
# Previous UCP Releases
|
||||
- scope:
|
||||
path: "datacenter/ucp/3.1"
|
||||
values:
|
||||
|
|
Loading…
Reference in New Issue