forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.json
80 lines (80 loc) · 2.19 KB
/
site.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
70
71
72
73
74
75
76
77
78
79
80
{
"title": "Node.js",
"description": "Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.",
"favicon": "/static/images/favicons/favicon.png",
"accentColor": "#333",
"twitter": {
"username": "@nodejs",
"card": "summary",
"img": "/static/images/logo-hexagon-card.png",
"imgAlt": "The Node.js Hexagon Logo"
},
"rssFeeds": [
{
"title": "Node.js Blog",
"file": "blog.xml",
"category": "all"
},
{
"title": "Node.js Blog: Releases",
"file": "releases.xml",
"category": "release"
},
{
"title": "Node.js Blog: Vulnerability Reports",
"file": "vulnerability.xml",
"category": "vulnerability"
}
],
"websiteBanners": {},
"websiteBadges": {},
"footerLinks": [
{
"link": "https://openjsf.org/wp-content/uploads/sites/84/2021/01/OpenJS-Foundation-Trademark-Policy-2021-01-12.docx.pdf",
"text": "components.footer.links.trademarkPolicy"
},
{
"link": "https://openjsf.org/wp-content/uploads/sites/84/2021/04/OpenJS-Foundation-Privacy-Policy-2019-11-15.pdf",
"text": "components.footer.links.privacyPolicy"
},
{
"link": "https://github.com/openjs-foundation/cross-project-council/blob/main/CODE_OF_CONDUCT.md",
"text": "components.footer.links.codeOfConduct"
},
{
"link": "https://github.com/nodejs/node/blob/HEAD/SECURITY.md#security",
"text": "components.footer.links.security"
},
{
"link": "https://openjsf.org/",
"text": "components.footer.links.openJS"
}
],
"socialLinks": [
{
"icon": "github",
"link": "https://github.com/nodejs/node",
"alt": "GitHub"
},
{
"icon": "mastodon",
"link": "https://social.lfx.dev/@nodejs",
"alt": "Mastodon"
},
{
"icon": "twitter",
"link": "https://twitter.com/nodejs",
"alt": "Twitter"
},
{
"icon": "slack",
"link": "https://openjs-foundation.slack.com/join/shared_invite/zt-238w9sb83-Qk9NcsrEMomq94Y~3gW8EQ#/shared-invite/email",
"alt": "Slack"
},
{
"icon": "linkedin",
"link": "https://www.linkedin.com/company/node-js",
"alt": "LinkedIn"
}
]
}