Merge pull request #679 from GromNaN/fix-links
Fix links to provider docs on the website
This commit is contained in:
@@ -1,16 +1,16 @@
|
|||||||
- name: Alibaba Cloud Elastic Container Instance (**ECI**)
|
- name: Alibaba Cloud Elastic Container Instance (**ECI**)
|
||||||
tag: alibabacloud
|
tag: alibabacloud-eci
|
||||||
- name: AWS Fargate
|
- name: AWS Fargate
|
||||||
tag: aws
|
tag: aws-fargate
|
||||||
- name: Azure Batch
|
- name: Azure Batch
|
||||||
tag: azurebatch
|
tag: azure-batch
|
||||||
- name: Azure Container Instances (**ACI**)
|
- name: Azure Container Instances (**ACI**)
|
||||||
tag: azure
|
tag: azure-aci
|
||||||
- name: Kubernetes Container Runtime Interface (**CRI**)
|
- name: Kubernetes Container Runtime Interface (**CRI**)
|
||||||
tag: cri
|
tag: cri
|
||||||
- name: Huawei Cloud Container Instance (**CCI**)
|
- name: Huawei Cloud Container Instance (**CCI**)
|
||||||
tag: huawei
|
tag: huawei-cci
|
||||||
- name: HashiCorp Nomad
|
- name: HashiCorp Nomad
|
||||||
tag: nomad
|
tag: nomad
|
||||||
- name: OpenStack Zun
|
- name: OpenStack Zun
|
||||||
tag: openstack
|
tag: openstack-zun
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{{ range $providers }}
|
{{ range $providers }}
|
||||||
{{ $url := printf "https://github.com/virtual-kubelet/virtual-kubelet/tree/master/providers/%s" .tag }}
|
{{ $url := printf "https://github.com/virtual-kubelet/%s/blob/master/README.md#readme" .tag }}
|
||||||
<li class="has-bottom-spacing">
|
<li class="has-bottom-spacing">
|
||||||
<a class="is-size-5 is-size-6-mobile has-text-grey-lighter has-text-weight-light" href="{{ $url }}" target="_blank">
|
<a class="is-size-5 is-size-6-mobile has-text-grey-lighter has-text-weight-light" href="{{ $url }}" target="_blank">
|
||||||
{{ .name | markdownify }}
|
{{ .name | markdownify }}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{{ range $providers }}
|
{{ range $providers }}
|
||||||
{{ $name := .name | markdownify }}
|
{{ $name := .name | markdownify }}
|
||||||
{{ $pkgName := printf "github.com/virtual-kubelet/virtual-kubelet/providers/%s" .tag }}
|
{{ $pkgName := printf "github.com/virtual-kubelet/%s" .tag }}
|
||||||
{{ $pkgUrl := printf "https://github.com/virtual-kubelet/virtual-kubelet/tree/master/providers/%s" .tag }}
|
{{ $pkgUrl := printf "https://github.com/virtual-kubelet/%s/blob/master/README.md#readme" .tag }}
|
||||||
{{ $godocUrl := printf "https://godoc.org/%s" $pkgName }}
|
{{ $godocUrl := printf "https://godoc.org/%s" $pkgName }}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Reference in New Issue
Block a user