-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
69 lines (69 loc) · 1.94 KB
/
config.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"quadrants": {
"languages-and-frameworks": "Languages & Frameworks",
"methods-and-patterns": "Methods & Patterns",
"platforms-and-operations": "Platforms & Operations",
"tools": "Tools"
},
"rings": [
"adopt",
"trial",
"assess",
"hold"
],
"showEmptyRings": false,
"homepageContent": "both",
"quadrantsMap": {
"languages-and-frameworks": {
"colour": "#57cf80",
"txtColour": "#444444",
"position": 1,
"description": "We've placed development languages (such as Scala or Golang) here, as well as more low-level development frameworks (such as Play or Symfony), which are useful for implementing custom software of all kinds."
},
"methods-and-patterns": {
"colour": "#12abdb",
"txtColour": "white",
"position": 2,
"description": "Here we put information on methods and patterns concerning development, continuous x, testing, organization, architecture, etc."
},
"platforms-and-operations": {
"colour": "#ff5770",
"txtColour": "#444444",
"position": 3,
"description": "This quadrant clusters technologies around the operation of software and infrastructure related platforms, tools and services."
},
"tools": {
"colour": "#ff8e12",
"txtColour": "white",
"position": 4,
"description": "Here we put different software tools - from small helpers to bigger software projects."
}
},
"chartConfig": {
"size": 800,
"scale": [
-16,
16
],
"blipSize": 12,
"ringsAttributes": [
{
"radius": 8,
"arcWidth": 6
},
{
"radius": 11,
"arcWidth": 4
},
{
"radius": 14,
"arcWidth": 2
},
{
"radius": 16,
"arcWidth": 2
}
]
},
"dateFormat": "MMMM YYYY"
}