Skip to content

Commit ba89ee0

Browse files
committed
Add AI Coding Assistants Policy to footer
1 parent 3036b2d commit ba89ee0

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

apps/site/components/withLegal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const RICH_TRANSLATION_KEYS = [
2323
'foundationName',
2424
'trademarkPolicy',
2525
'trademarkList',
26+
'aiCodingAssistantsPolicy',
2627
'termsOfUse',
2728
'privacyPolicy',
2829
'bylaws',

apps/site/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
"link": "https://openjsf.org/",
3737
"text": "components.containers.footer.links.foundationName"
3838
},
39+
{
40+
"link": "https://ai-coding-assistants-policy.openjsf.org/",
41+
"text": "components.containers.footer.links.aiCodingAssistantsPolicy"
42+
},
3943
{
4044
"link": "https://terms-of-use.openjsf.org/",
4145
"text": "components.containers.footer.links.termsOfUse"

apps/site/next.constants.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export const THEME_STORAGE_KEY = 'theme';
107107
* @see https://github.com/nodejs/nodejs.org/issues/5813 for more context
108108
*/
109109
export const EXTERNAL_LINKS_SITEMAP = [
110+
'https://ai-coding-assistants-policy.openjsf.org/',
110111
'https://terms-of-use.openjsf.org/',
111112
'https://privacy-policy.openjsf.org/',
112113
'https://bylaws.openjsf.org/',

packages/i18n/src/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"legal": "Copyright <foundationName>OpenJS Foundation</foundationName> and Node.js contributors. All rights reserved. The <foundationName>OpenJS Foundation</foundationName> has registered trademarks and uses trademarks. For a list of trademarks of the <foundationName>OpenJS Foundation</foundationName>, 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™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.",
1414
"links": {
1515
"foundationName": "OpenJS Foundation",
16+
"aiCodingAssistantsPolicy": "AI Coding Assistants Policy",
1617
"termsOfUse": "Terms of Use",
1718
"privacyPolicy": "Privacy Policy",
1819
"bylaws": "Bylaws",

0 commit comments

Comments
 (0)