We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84b381c + 8691955 commit 09e7f5cCopy full SHA for 09e7f5c
1 file changed
themes/deis/static/js/adjustments.js
@@ -42,6 +42,7 @@ $(document).ready(function() {
42
$('a#AWS').attr('href', documentationBaseURL + '/quickstart/provider/aws/boot/')
43
$('a#GKE').attr('href', documentationBaseURL + '/quickstart/provider/gke/boot/')
44
$('a#Vagrant').attr('href', documentationBaseURL + '/quickstart/provider/vagrant/boot/')
45
+ $('a#Azure').attr('href', documentationBaseURL + '/quickstart/provider/azure-acs/boot/')
46
});
47
48
0 commit comments