diff --git a/_includes/quick-start-module.js b/_includes/quick-start-module.js index b2fbc29de759..03ead5fee147 100644 --- a/_includes/quick-start-module.js +++ b/_includes/quick-start-module.js @@ -23,7 +23,6 @@ var opts = { }; var supportedCloudPlatforms = [ - 'alibaba', 'aws', 'google-cloud', 'microsoft-azure', diff --git a/_includes/quick_start_cloud_options.html b/_includes/quick_start_cloud_options.html index 8ab03395b015..6af378537455 100644 --- a/_includes/quick_start_cloud_options.html +++ b/_includes/quick_start_cloud_options.html @@ -1,15 +1,4 @@
-
-
-
- Alibaba Cloud -
- -
-
-
diff --git a/_sass/quick-start-module.scss b/_sass/quick-start-module.scss index efb6c66ed9e3..06d5500bd61f 100644 --- a/_sass/quick-start-module.scss +++ b/_sass/quick-start-module.scss @@ -324,15 +324,6 @@ content: url($baseurl + "/assets/images/colab-logo.svg"); } - &.alibaba:before { - content: url($baseurl + "/assets/images/alibaba-logo.svg"); - left: rem(12px); - top: 19px; - @include desktop { - left: rem(17px); - } - } - @include desktop { &:hover:before { opacity: 1; diff --git a/assets/quick-start-module.js b/assets/quick-start-module.js index 4c637d32158e..e85d379861eb 100644 --- a/assets/quick-start-module.js +++ b/assets/quick-start-module.js @@ -23,7 +23,6 @@ var opts = { }; var supportedCloudPlatforms = [ - 'alibaba', 'aws', 'google-cloud', 'microsoft-azure',