custom-content.json60 lines · main
| 1 | { |
| 2 | "$schema": "./custom-content.schema.json", |
| 3 | |
| 4 | "app:title": null, |
| 5 | |
| 6 | "dashboard_auth:custom_provider": null, |
| 7 | |
| 8 | "docs:row_level_security_guide_path": "/guides/auth/row-level-security", |
| 9 | |
| 10 | "organization:legal_documents": null, |
| 11 | |
| 12 | "project_homepage:client_libraries": [ |
| 13 | { |
| 14 | "language": "JavaScript", |
| 15 | "officialSupport": true, |
| 16 | "docsUrl": "https://supabase.com/docs/reference/javascript/installing", |
| 17 | "gitUrl": "https://github.com/briven/briven-js" |
| 18 | }, |
| 19 | { |
| 20 | "language": "Flutter", |
| 21 | "officialSupport": true, |
| 22 | "docsUrl": "https://supabase.com/docs/reference/dart/installing", |
| 23 | "gitUrl": "https://github.com/briven/briven-flutter" |
| 24 | }, |
| 25 | { |
| 26 | "language": "Python", |
| 27 | "officialSupport": true, |
| 28 | "releaseState": "Alpha", |
| 29 | "docsUrl": "https://supabase.com/docs/reference/python/initializing", |
| 30 | "gitUrl": "https://github.com/briven/briven-py" |
| 31 | }, |
| 32 | { |
| 33 | "language": "C#", |
| 34 | "officialSupport": false, |
| 35 | "docsUrl": "https://supabase.com/docs/reference/csharp/installing", |
| 36 | "gitUrl": "https://github.com/briven-community/briven-csharp", |
| 37 | "altIconName": "c-sharp" |
| 38 | }, |
| 39 | { |
| 40 | "language": "Swift", |
| 41 | "officialSupport": true, |
| 42 | "docsUrl": "https://supabase.com/docs/reference/swift/initializing", |
| 43 | "gitUrl": "https://github.com/briven/briven-swift" |
| 44 | }, |
| 45 | { |
| 46 | "language": "Kotlin", |
| 47 | "officialSupport": false, |
| 48 | "docsUrl": "https://supabase.com/docs/reference/kotlin/installing", |
| 49 | "gitUrl": "https://github.com/briven-community/briven-kt" |
| 50 | } |
| 51 | ], |
| 52 | "project_homepage:example_projects": null, |
| 53 | |
| 54 | "logs:default_query": null, |
| 55 | |
| 56 | "infra:cloud_providers": ["AWS", "AWS_K8S", "FLY"], |
| 57 | "infra:aws_nimbus_label": "AWS Nimbus", |
| 58 | |
| 59 | "ssl:certificate_url": "https://briven-downloads.s3-ap-southeast-1.amazonaws.com/${env}/ssl/${env}-ca-2021.crt" |
| 60 | } |