mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-07 04:22:09 +00:00
fix: server java'ish sdks without android term
This commit is contained in:
@@ -40,8 +40,8 @@ export enum Platform {
|
||||
ServerPython = 'server-python',
|
||||
ServerRuby = 'server-ruby',
|
||||
ServerSwift = 'server-swift',
|
||||
ServerAndroidKotlin = 'server-android-kotlin',
|
||||
ServerAndroidJava = 'server-android-java',
|
||||
ServerAndroidKotlin = 'server-kotlin',
|
||||
ServerAndroidJava = 'server-java',
|
||||
ServerGraphql = 'server-graphql',
|
||||
ServerRest = 'server-rest',
|
||||
}
|
||||
@@ -62,8 +62,8 @@ export const platformMap: Record<Language | string, string> = {
|
||||
[Platform.ServerPython]: 'Python',
|
||||
[Platform.ServerRuby]: 'Ruby',
|
||||
[Platform.ServerSwift]: 'Swift',
|
||||
[Platform.ServerAndroidKotlin]: 'Android (Kotlin)',
|
||||
[Platform.ServerAndroidJava]: 'Android (Java)',
|
||||
[Platform.ServerAndroidKotlin]: 'Kotlin',
|
||||
[Platform.ServerAndroidJava]: 'Java',
|
||||
[Platform.ServerGraphql]: 'GraphQL',
|
||||
[Platform.ServerRest]: 'REST',
|
||||
sh: 'Shell',
|
||||
|
||||
Reference in New Issue
Block a user