Skip to content

Commit bfe26f1

Browse files
committed
fixes
Signed-off-by: Chris Abraham <[email protected]>
1 parent 076e351 commit bfe26f1

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

_includes/quick-start-module.js

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ var supportedCloudPlatforms = [
2727
'aws',
2828
'google-cloud',
2929
'microsoft-azure',
30+
'lightning-studios',
3031
];
3132

3233
var os = $(".os > .option");

_includes/quick_start_cloud_options.html

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
<div class="cloud-option-body lightning-studios" id="lightning-studios">
5151
<p>Lightning Studios</p>
5252
</div>
53+
<ul>
54+
<li><a href="https://lightning.ai/">lightning.ai</a></li>
55+
</ul>
5356
</div>
5457
</div>
5558
</div>

assets/get-started-sidebar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $(["macos", "linux", "windows"]).each(function(index, osClass) {
1515
});
1616

1717
// Show cloud partner side nav on click or hide side nav if already open
18-
$(["alibaba", "aws", "microsoft-azure", "google-cloud"]).each(function(index, sidebarClass) {
18+
$(["alibaba", "aws", "microsoft-azure", "google-cloud", "lightning-studios"]).each(function(index, sidebarClass) {
1919
$("#" + sidebarClass).click(function() {
2020
showSidebar(sidebarClass, ".get-started-cloud-sidebar li");
2121
// alibaba filter for centering cloud module

assets/quick-start-module.js

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ var supportedCloudPlatforms = [
2727
'aws',
2828
'google-cloud',
2929
'microsoft-azure',
30+
'lightning-studios',
3031
];
3132

3233
var os = $(".os > .option");

0 commit comments

Comments
 (0)