-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathAPIMATIC-BUILD.json
40 lines (40 loc) · 1.31 KB
/
APIMATIC-BUILD.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"$schema": "https://titan.apimatic.io/api/build/schema",
"buildFileVersion": "1",
"generatePortal": {
"debug": {
"publishReport": true
},
"pageTitle": "My Portal Title",
"navTitle": "My Navigation Title",
"logoUrl": "static/images/logo.png",
"logoLink": "https://www.apimatic.io",
"languageConfig": {
"http": {},
"java": {
"packageRepository": "Maven",
"packageSettings": {
"GroupId": "com.apimatic",
"PackageName": "sample-sdk-artifact-id",
"Version": "1.0.0"
}
},
"csharp": {},
"typescript": {},
"php": {},
"python": {},
"ruby": {}
},
"headIncludes": " <link href=\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap\" rel=\"stylesheet\">",
"portalSettings": {
"themeOverrides": {
"themeType": "cool",
"palette": {
"primaryColor": "#94C13D"
}
},
"enableExport": true,
"enableConsoleCalls": true
}
}
}