Skip to content

Commit

Permalink
docs: Change Microsoft to AKS & ACA and introduce name for managed su…
Browse files Browse the repository at this point in the history
…pport options (kedacore#924)
  • Loading branch information
tomkerkhove authored Sep 20, 2022
1 parent ca52816 commit 1ffbaa3
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
6 changes: 5 additions & 1 deletion assets/sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -320,4 +320,8 @@ hr
background-position: 0 88%
transition: background-size 0.25s ease-in-out
&:hover
background-size: 100% 88%
background-size: 100% 88%

@media screen and (min-width: 769px)
.md-height-desktop
height: 9rem
13 changes: 10 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -499,9 +499,16 @@ logo = "vexxhost.png"

# "Commercial support" section on the support page
[[params.vendors]]
url = "https://docs.microsoft.com/en-us/azure/aks/keda-about"
logo = "microsoft.png"
name = "Azure Container Apps"
url = "https://docs.microsoft.com/en-us/azure/container-apps/scale-app"
logo = "vendors/azure-container-apps.png"

[[params.vendors]]
name = "Custom Metrics Autoscaler on Red Hat OpenShift"
url = "https://cloud.redhat.com/blog/custom-metrics-autoscaler-on-openshift"
logo = "red-hat.png"
logo = "vendors/red-hat.png"

[[params.vendors]]
name = "KEDA Add-On for Azure Kubernetes Service"
url = "https://docs.microsoft.com/en-us/azure/aks/keda-about"
logo = "vendors/azure-kubernetes-service.png"
1 change: 1 addition & 0 deletions layouts/shortcodes/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<a href="{{ .url }}" target="_blank">
<img src="{{ $logo }}">
</a>
<p class="has-text-centered md-height-desktop">{{ .name }}</p>
</div>
{{ end }}
</div>
Expand Down
Binary file added static/img/logos/vendors/azure-container-apps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/logos/vendors/red-hat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1ffbaa3

Please sign in to comment.