Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed Dec 18, 2024
1 parent 076e351 commit bfe26f1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions _includes/quick-start-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ var supportedCloudPlatforms = [
'aws',
'google-cloud',
'microsoft-azure',
'lightning-studios',
];

var os = $(".os > .option");
Expand Down
3 changes: 3 additions & 0 deletions _includes/quick_start_cloud_options.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
<div class="cloud-option-body lightning-studios" id="lightning-studios">
<p>Lightning Studios</p>
</div>
<ul>
<li><a href="https://lightning.ai/">lightning.ai</a></li>
</ul>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion assets/get-started-sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $(["macos", "linux", "windows"]).each(function(index, osClass) {
});

// Show cloud partner side nav on click or hide side nav if already open
$(["alibaba", "aws", "microsoft-azure", "google-cloud"]).each(function(index, sidebarClass) {
$(["alibaba", "aws", "microsoft-azure", "google-cloud", "lightning-studios"]).each(function(index, sidebarClass) {
$("#" + sidebarClass).click(function() {
showSidebar(sidebarClass, ".get-started-cloud-sidebar li");
// alibaba filter for centering cloud module
Expand Down
1 change: 1 addition & 0 deletions assets/quick-start-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ var supportedCloudPlatforms = [
'aws',
'google-cloud',
'microsoft-azure',
'lightning-studios',
];

var os = $(".os > .option");
Expand Down

0 comments on commit bfe26f1

Please sign in to comment.