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