custom-content.sample.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "$schema": "./custom-content.schema.json",
  3. "app:title": "Test Title",
  4. "dashboard_auth:custom_provider": "Nimbus",
  5. "docs:row_level_security_guide_path": "/guides/database/postgres/row-level-security",
  6. "organization:legal_documents": [
  7. {
  8. "id": "doc1",
  9. "name": "Document 1",
  10. "description": "This is a description of Document 1",
  11. "action": {
  12. "text": "Download document",
  13. "url": "https://supabase.com"
  14. }
  15. },
  16. {
  17. "id": "doc2",
  18. "name": "Document 2",
  19. "description": "This is a description of Document 2",
  20. "action": {
  21. "text": "Download document",
  22. "url": "https://supabase.com"
  23. }
  24. }
  25. ],
  26. "project_homepage:client_libraries": [
  27. {
  28. "language": "JavaScript",
  29. "officialSupport": true,
  30. "docsUrl": "https://supabase.com/docs/reference/javascript/installing",
  31. "gitUrl": "https://github.com/briven/briven-js"
  32. }
  33. ],
  34. "project_homepage:example_projects": [
  35. {
  36. "title": "Framework 1",
  37. "description": "This is a description of Framework 1",
  38. "iconUrl": "https://supabase.com/dashboard/img/supabase-logo.svg",
  39. "url": "https://supabase.com"
  40. },
  41. {
  42. "title": "Framework 2",
  43. "description": "This is a description of Framework 2",
  44. "iconUrl": "https://supabase.com/dashboard/img/supabase-logo.svg",
  45. "url": "https://supabase.com"
  46. }
  47. ],
  48. "logs:default_query": "This is a sample query",
  49. "infra:cloud_providers": ["AWS_NIMBUS"],
  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. }