Skip to content

Commit da31cf0

Browse files
authored
Merge pull request #102 from svrooij/beta
Documentation upgrade
2 parents 731bbe2 + a6331e1 commit da31cf0

21 files changed

+1466
-440
lines changed

.all-contributorsrc

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"projectName": "sonos2mqtt",
3+
"projectOwner": "svrooij",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md",
8+
"docs/index.md",
9+
"docs/development.md"
10+
],
11+
"imageSize": 100,
12+
"commit": true,
13+
"commitConvention": "none",
14+
"contributors": [
15+
{
16+
"login": "svrooij",
17+
"name": "Stephan van Rooij",
18+
"avatar_url": "https://avatars2.githubusercontent.com/u/1292510?v=4",
19+
"profile": "https://svrooij.nl",
20+
"contributions": [
21+
"code",
22+
"doc"
23+
]
24+
},
25+
{
26+
"login": "cheanrod",
27+
"name": "Sven Werner",
28+
"avatar_url": "https://avatars3.githubusercontent.com/u/35066927?v=4",
29+
"profile": "https://github.com/cheanrod",
30+
"contributions": [
31+
"platform",
32+
"code"
33+
]
34+
},
35+
{
36+
"login": "matthias-burgfried",
37+
"name": "Matthias Burgfried",
38+
"avatar_url": "https://avatars0.githubusercontent.com/u/7872104?v=4",
39+
"profile": "https://mi.o-o.im",
40+
"contributions": [
41+
"code"
42+
]
43+
},
44+
{
45+
"login": "mqtt-fan",
46+
"name": "mqtt-fan",
47+
"avatar_url": "https://avatars1.githubusercontent.com/u/32242849?v=4",
48+
"profile": "https://github.com/mqtt-fan",
49+
"contributions": [
50+
"code"
51+
]
52+
}
53+
],
54+
"contributorsPerLine": 7
55+
}

0 commit comments

Comments
 (0)