File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/routes/getting-started Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 44 let platforms = [' Windows' , ' Linux' , ' MacOS' ];
55 let languages = [' Python' , ' C#' ];
66 let hardwareAccelerations = [' CPU' , ' DirectML' , ' CUDA' ];
7- let builds = [' Stable' , ' Preview (Nightly)' ];
7+ // let builds = ['Stable', 'Preview (Nightly)'];
88
99 /**
1010 * @type {string | null}
1818 * @type {string | null}
1919 */
2020 let selectedHardwareAcceleration = null ;
21+ // For eventual nightly builds
2122 /**
2223 * @type {string | null}
2324 */
214215 </div >
215216 </div >
216217
217- <div class =" col-span-1 bg-success r-heading rounded p-2 text-xl" >
218+ <!-- For eventual nightly use -->
219+ <!-- <div class="col-span-1 bg-success r-heading rounded p-2 text-xl">
218220 <h3>Build</h3>
219221 </div>
220222 <div class="col-span-4">
228230 </button>
229231 {/each}
230232 </div>
231- </div >
233+ </div> -->
232234
233235 <div class =" col-span-1 bg-success rounded p-2" >
234236 <h3 class =" text-xl" >Installation Instructions</h3 >
You can’t perform that action at this time.
0 commit comments