custom-content.json 1.8 KB

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