Skip to content

Commit eb805c7

Browse files
committed
Add funding.json
1 parent 7a9ceb5 commit eb805c7

File tree

2 files changed

+106
-0
lines changed

2 files changed

+106
-0
lines changed

.eleventy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export default async function (eleventyConfig) {
2626
"assets/js": "js",
2727
"assets/favicon": "favicon",
2828
"assets/manifest.json": "manifest.json",
29+
"assets/funding.json": "funding.json",
2930
});
3031

3132
eleventyConfig.setTemplateFormats([

assets/funding.json

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
{
2+
"version": "v1.0.0",
3+
"entity": {
4+
"type": "organisation",
5+
"role": "owner",
6+
"name": "Open Web Docs",
7+
"email": "florian@openwebdocs.org",
8+
"phone": "",
9+
"description": "Open Web Docs is a community of web developers, standards makers, and technology companies that considers web platform documentation to be critical digital infrastructure, and we work cooperatively to ensure its long-term health.",
10+
"webpageUrl": {
11+
"url": "https://openwebdocs.org"
12+
}
13+
},
14+
"projects": [
15+
{
16+
"guid": "bcd-collector",
17+
"name": "BCD Collector",
18+
"description": "Data collection service for MDN's browser-compat-data",
19+
"webpageUrl": {
20+
"url": "https://openwebdocs.org"
21+
},
22+
"repositoryUrl": {
23+
"url": "https://github.com/openwebdocs/mdn-bcd-collector",
24+
"wellKnown": "https://github.com/openwebdocs/mdn-bcd-collector/blob/main/.well-known/funding-manifest-urls"
25+
},
26+
"licenses": [
27+
"apache-2.0"
28+
],
29+
"tags": [
30+
"compat-data",
31+
"data",
32+
"web-platform",
33+
"web-development"
34+
]
35+
}
36+
],
37+
"funding": {
38+
"channels": [
39+
{
40+
"guid": "owd-osc",
41+
"type": "payment-provider",
42+
"address": "https://opencollective.com/open-web-docs",
43+
"description": ""
44+
},
45+
{
46+
"guid": "owd-github",
47+
"type": "payment-provider",
48+
"address": "https://github.com/sponsors/openwebdocs",
49+
"description": ""
50+
}
51+
],
52+
"plans": [
53+
{
54+
"guid": "owd-platinum",
55+
"status": "active",
56+
"name": "Platinum Yearly Sponsor",
57+
"description": "",
58+
"amount": 250000,
59+
"currency": "USD",
60+
"frequency": "yearly",
61+
"channels": [
62+
"owd-osc"
63+
]
64+
},
65+
{
66+
"guid": "owd-gold",
67+
"status": "active",
68+
"name": "Gold Yearly Sponsor",
69+
"description": "",
70+
"amount": 25000,
71+
"currency": "USD",
72+
"frequency": "yearly",
73+
"channels": [
74+
"owd-osc"
75+
]
76+
},
77+
{
78+
"guid": "owd-silver",
79+
"status": "active",
80+
"name": "Silver Yearly Sponsor",
81+
"description": "",
82+
"amount": 5000,
83+
"currency": "USD",
84+
"frequency": "yearly",
85+
"channels": [
86+
"owd-osc"
87+
]
88+
},
89+
{
90+
"guid": "owd-monthly",
91+
"status": "active",
92+
"name": "Monthly supporter",
93+
"description": "",
94+
"amount": 10,
95+
"currency": "USD",
96+
"frequency": "monthly",
97+
"channels": [
98+
"owd-osc",
99+
"owd-github"
100+
]
101+
}
102+
],
103+
"history": []
104+
}
105+
}

0 commit comments

Comments
 (0)