|
1 | 1 | { |
2 | 2 | "socialLinks": [ |
3 | | - { "icon": "github", "link": "https://github.com/nodejs/node", "alt": "GitHub" }, |
4 | | - { "icon": "discord", "link": "https://discord.gg/nodejs", "alt": "Discord" }, |
5 | | - { "icon": "mastodon", "link": "https://social.lfx.dev/@nodejs", "alt": "Mastodon" }, |
6 | | - { "icon": "bluesky", "link": "https://bsky.app/profile/nodejs.org", "alt": "Bluesky" }, |
7 | | - { "icon": "twitter", "link": "https://twitter.com/nodejs", "alt": "Twitter" }, |
8 | | - { "icon": "slack", "link": "https://slack-invite.openjsf.org/", "alt": "Slack" }, |
9 | | - { "icon": "linkedin", "link": "https://www.linkedin.com/company/node-js", "alt": "LinkedIn" } |
| 3 | + { |
| 4 | + "icon": "github", |
| 5 | + "link": "https://github.com/nodejs/node", |
| 6 | + "alt": "GitHub" |
| 7 | + }, |
| 8 | + { |
| 9 | + "icon": "discord", |
| 10 | + "link": "https://discord.gg/nodejs", |
| 11 | + "alt": "Discord" |
| 12 | + }, |
| 13 | + { |
| 14 | + "icon": "mastodon", |
| 15 | + "link": "https://social.lfx.dev/@nodejs", |
| 16 | + "alt": "Mastodon" |
| 17 | + }, |
| 18 | + { |
| 19 | + "icon": "bluesky", |
| 20 | + "link": "https://bsky.app/profile/nodejs.org", |
| 21 | + "alt": "Bluesky" |
| 22 | + }, |
| 23 | + { |
| 24 | + "icon": "twitter", |
| 25 | + "link": "https://twitter.com/nodejs", |
| 26 | + "alt": "Twitter" |
| 27 | + }, |
| 28 | + { |
| 29 | + "icon": "slack", |
| 30 | + "link": "https://slack-invite.openjsf.org/", |
| 31 | + "alt": "Slack" |
| 32 | + }, |
| 33 | + { |
| 34 | + "icon": "linkedin", |
| 35 | + "link": "https://www.linkedin.com/company/node-js", |
| 36 | + "alt": "LinkedIn" |
| 37 | + } |
10 | 38 | ], |
11 | 39 | "footerLinks": [ |
12 | 40 | { "link": "https://openjsf.org/", "text": "OpenJS Foundation" }, |
13 | 41 | { "link": "https://terms-of-use.openjsf.org/", "text": "Terms of Use" }, |
14 | 42 | { "link": "https://privacy-policy.openjsf.org/", "text": "Privacy Policy" }, |
15 | 43 | { "link": "https://bylaws.openjsf.org/", "text": "Bylaws" }, |
16 | | - { "link": "https://github.com/openjs-foundation/cross-project-council/blob/main/CODE_OF_CONDUCT.md", "text": "Code of Conduct" }, |
17 | | - { "link": "https://trademark-policy.openjsf.org/", "text": "Trademark Policy" }, |
| 44 | + { |
| 45 | + "link": "https://github.com/openjs-foundation/cross-project-council/blob/main/CODE_OF_CONDUCT.md", |
| 46 | + "text": "Code of Conduct" |
| 47 | + }, |
| 48 | + { |
| 49 | + "link": "https://trademark-policy.openjsf.org/", |
| 50 | + "text": "Trademark Policy" |
| 51 | + }, |
18 | 52 | { "link": "https://trademark-list.openjsf.org/", "text": "Trademark List" }, |
19 | | - { "link": "https://www.linuxfoundation.org/cookies/", "text": "Cookie Policy" }, |
20 | | - { "link": "https://github.com/nodejs/node/security/policy", "text": "Security Policy" } |
| 53 | + { |
| 54 | + "link": "https://www.linuxfoundation.org/cookies/", |
| 55 | + "text": "Cookie Policy" |
| 56 | + }, |
| 57 | + { |
| 58 | + "link": "https://github.com/nodejs/node/security/policy", |
| 59 | + "text": "Security Policy" |
| 60 | + } |
21 | 61 | ] |
22 | 62 | } |
0 commit comments