-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing os from website redesign (#6575)
* Add missing os from website redesign Refs: #6479 Adds back the ability to download Node.js binaries for AIX Signed-off-by: Michael Dawson <[email protected]> * Update components/Downloads/Release/BitnessDropdown.tsx Co-authored-by: Caner Akdas <[email protected]> Signed-off-by: Michael Dawson <[email protected]> * Update util/detectOS.ts Co-authored-by: Richard Lau <[email protected]> Signed-off-by: Michael Dawson <[email protected]> * Update util/downloadUtils.ts Co-authored-by: Richard Lau <[email protected]> Signed-off-by: Michael Dawson <[email protected]> * chore: fixed prettier --------- Signed-off-by: Michael Dawson <[email protected]> Signed-off-by: Michael Dawson <[email protected]> Co-authored-by: Caner Akdas <[email protected]> Co-authored-by: Richard Lau <[email protected]> Co-authored-by: Claudio Wunder <[email protected]>
- Loading branch information
1 parent
b36f123
commit 327356b
Showing
10 changed files
with
31 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export type UserOS = 'MAC' | 'WIN' | 'LINUX' | 'OTHER' | 'LOADING'; | ||
export type UserOS = 'MAC' | 'WIN' | 'LINUX' | 'AIX' | 'OTHER' | 'LOADING'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters