mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-08 21:07:45 +00:00
Merge pull request #529 from appwrite/feat-android-tutorial
Feat android tutorial
This commit is contained in:
@@ -66,9 +66,9 @@ export const platformMap: Record<Language | string, string> = {
|
||||
[Platform.ServerRest]: 'REST',
|
||||
sh: 'Shell',
|
||||
js: 'JavaScript',
|
||||
jsx: 'React',
|
||||
tsx: 'React',
|
||||
ts: 'TypeScript',
|
||||
jsx: 'React',
|
||||
tsx: 'React',
|
||||
typescript: 'TypeScript',
|
||||
dart: 'Dart',
|
||||
java: 'Java',
|
||||
@@ -97,7 +97,8 @@ export const platformMap: Record<Language | string, string> = {
|
||||
yaml: 'YAML',
|
||||
text: 'Text',
|
||||
vue: 'Vue',
|
||||
svelte: 'Svelte'
|
||||
svelte: 'Svelte',
|
||||
groovy: 'Groovy'
|
||||
};
|
||||
|
||||
export const serviceMap: Record<Service, string> = {
|
||||
|
||||
Reference in New Issue
Block a user