Skip to content

Commit 8787e11

Browse files
committed
fix
Signed-off-by: Chris Abraham <[email protected]>
1 parent e497fc0 commit 8787e11

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

assets/get-started-sidebar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $([".macos", ".linux", ".windows"]).each(function(index, osClass) {
44
buildSidebarMenu(osClass, "#get-started-locally-sidebar-list");
55
});
66

7-
$([".alibaba", ".aws", ".microsoft-azure", ".google-cloud"]).each(function(index, cloudPartner) {
7+
$([".alibaba", ".aws", ".microsoft-azure", ".google-cloud", ".lightning-studios"]).each(function(index, cloudPartner) {
88
buildSidebarMenu(cloudPartner, "#get-started-cloud-sidebar-list");
99
});
1010

+3
Loading

0 commit comments

Comments
 (0)