Skip to content

Commit 413106b

Browse files
authored
feat: add AI Coding Assistants Policy to footer (#46)
* Add AI Coding Assistants Policy to footer * Update footer links order
1 parent 9fe4733 commit 413106b

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

site.json

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,36 +38,40 @@
3838
"text": "OpenJS Foundation"
3939
},
4040
{
41-
"link": "https://terms-of-use.openjsf.org/",
42-
"text": "Terms of Use"
43-
},
44-
{
45-
"link": "https://privacy-policy.openjsf.org/",
46-
"text": "Privacy Policy"
41+
"link": "https://ai-coding-assistants-policy.openjsf.org/",
42+
"text": "AI Coding Assistants Policy"
4743
},
4844
{
4945
"link": "https://bylaws.openjsf.org/",
5046
"text": "Bylaws"
5147
},
5248
{
53-
"link": "https://github.com/openjs-foundation/cross-project-council/blob/main/CODE_OF_CONDUCT.md",
49+
"link": "https://code-of-conduct.openjsf.org/",
5450
"text": "Code of Conduct"
5551
},
56-
{
57-
"link": "https://trademark-policy.openjsf.org/",
58-
"text": "Trademark Policy"
59-
},
60-
{
61-
"link": "https://trademark-list.openjsf.org/",
62-
"text": "Trademark List"
63-
},
6452
{
6553
"link": "https://www.linuxfoundation.org/cookies/",
6654
"text": "Cookie Policy"
6755
},
56+
{
57+
"link": "https://privacy-policy.openjsf.org/",
58+
"text": "Privacy Policy"
59+
},
6860
{
6961
"link": "https://github.com/nodejs/node/security/policy",
7062
"text": "Security Policy"
63+
},
64+
{
65+
"link": "https://terms-of-use.openjsf.org/",
66+
"text": "Terms of Use"
67+
},
68+
{
69+
"link": "https://trademark-list.openjsf.org/",
70+
"text": "Trademark List"
71+
},
72+
{
73+
"link": "https://trademark-policy.openjsf.org/",
74+
"text": "Trademark Policy"
7175
}
7276
],
7377
"social": [

0 commit comments

Comments
 (0)