Skip to content

Commit 9e972ed

Browse files
committed
add and order new keys and links for footer
1 parent 2dbbdea commit 9e972ed

2 files changed

Lines changed: 29 additions & 8 deletions

File tree

apps/site/navigation.json

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,40 @@
3333
},
3434
"footerLinks": [
3535
{
36-
"link": "https://trademark-policy.openjsf.org/",
37-
"text": "components.containers.footer.links.trademarkPolicy"
36+
"link": "https://openjsf.org/",
37+
"text": "components.containers.footer.links.openjsf"
38+
},
39+
{
40+
"link": "https://terms-of-use.openjsf.org/",
41+
"text": "components.containers.footer.links.termsOfUse"
3842
},
3943
{
4044
"link": "https://privacy-policy.openjsf.org/",
4145
"text": "components.containers.footer.links.privacyPolicy"
4246
},
47+
{
48+
"link": "https://bylaws.openjsf.org/",
49+
"text": "components.containers.footer.links.bylaws"
50+
},
4351
{
4452
"link": "https://github.com/openjs-foundation/cross-project-council/blob/main/CODE_OF_CONDUCT.md",
4553
"text": "components.containers.footer.links.codeOfConduct"
4654
},
4755
{
48-
"link": "https://github.com/nodejs/node/security/policy",
49-
"text": "components.containers.footer.links.security"
56+
"link": "https://trademark-policy.openjsf.org/",
57+
"text": "components.containers.footer.links.trademarkPolicy"
5058
},
5159
{
52-
"link": "https://openjsf.org/",
53-
"text": "components.containers.footer.links.openJSFoundation"
60+
"link": "https://trademark-list.openjsf.org/",
61+
"text": "components.containers.footer.links.trademarkList"
62+
},
63+
{
64+
"link": "https://www.linuxfoundation.org/cookies/",
65+
"text": "components.containers.footer.links.cookiePolicy"
66+
},
67+
{
68+
"link": "https://github.com/nodejs/node/security/policy",
69+
"text": "components.containers.footer.links.security"
5470
}
5571
],
5672
"socialLinks": [

packages/i18n/src/locales/en.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22
"components": {
33
"containers": {
44
"footer": {
5+
"legal": "Copyright <openjsf>OpenJS Foundation</openjsf> and Node.js contributors. All rights reserved. The <openjsf>OpenJS Foundation</openjsf> has registered trademarks and uses trademarks. For a list of trademarks of the <openjsf>OpenJS Foundation</openjsf>, please see our <trademarkPolicy>Trademark Policy</trademarkPolicy> and <trademarkList>Trademark List</trademarkList>. Trademarks and logos not indicated on the <trademarkList>list of OpenJS Foundation trademarks</trademarkList> are trademarks&trade; or registered&reg; trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.",
56
"links": {
6-
"openJSFoundation": "OpenJS Foundation",
7-
"trademarkPolicy": "Trademark Policy",
7+
"openjsf": "OpenJS Foundation",
8+
"termsOfUse": "Terms of Use",
89
"privacyPolicy": "Privacy Policy",
10+
"bylaws": "Bylaws",
911
"codeOfConduct": "Code of Conduct",
12+
"trademarkPolicy": "Trademark Policy",
13+
"trademarkList": "Trademark List",
14+
"cookiePolicy": "Cookie Policy",
1015
"security": "Security Policy"
1116
},
1217
"releasePills": {

0 commit comments

Comments
 (0)