Skip to content

Commit dcc4bc3

Browse files
authored
Add OpenJS Logo And Footer (#14904)
1 parent 793d118 commit dcc4bc3

File tree

4 files changed

+71
-5
lines changed

4 files changed

+71
-5
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"editor.rulers": [80],
66
"editor.codeActionsOnSave": {
7-
"source.fixAll.eslint": true
7+
"source.fixAll.eslint": "explicit"
88
},
99
"javascript.validate.enable": false,
1010
"jest.jestCommandLine": "yarn jest",

website/docusaurus.config.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,11 +297,12 @@ const config = {
297297
],
298298
logo: {
299299
// src: 'img/jest-outline.svg',
300-
alt: 'Facebook Open Source Logo',
301-
src: 'img/oss_logo.png',
302-
href: 'https://opensource.facebook.com',
300+
alt: 'OpenJS Foundation Logo',
301+
src: 'img/openjs_foundation-logo-horizontal-color-dark_background.svg',
302+
href: 'https://openjsf.org/',
303303
},
304-
copyright: `Copyright © ${new Date().getFullYear()} Meta Platforms, Inc. and affiliates. Built with Docusaurus.`,
304+
copyright: `<p>Copyright <a href="https://openjsf.org">OpenJS Foundation</a> and Jest contributors. All rights reserved. The <a href="https://openjsf.org">OpenJS Foundation</a> has registered trademarks and uses trademarks. For a list of trademarks of the <a href="https://openjsf.org">OpenJS Foundation</a>, please see our <a href="https://trademark-policy.openjsf.org">Trademark Policy</a> and <a href="https://trademark-list.openjsf.org">Trademark List</a>. Trademarks and logos not indicated on the <a href="https://trademark-list.openjsf.org">list of OpenJS Foundation trademarks</a> are trademarks&trade; or registered&reg; trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.</p>
305+
<p><a href="https://openjsf.org">The OpenJS Foundation</a> | <a href="https://terms-of-use.openjsf.org">Terms of Use</a> | <a href="https://privacy-policy.openjsf.org">Privacy Policy</a> | <a href="https://bylaws.openjsf.org">Bylaws</a> | <a href="https://code-of-conduct.openjsf.org">Code of Conduct</a> | <a href="https://trademark-policy.openjsf.org">Trademark Policy</a> | <a href="https://trademark-list.openjsf.org">Trademark List</a> | <a href="https://www.linuxfoundation.org/cookies">Cookie Policy</a></p>Built with Docusaurus.`,
305306
},
306307
algolia: {
307308
indexName: 'jest-v2',
Lines changed: 65 additions & 0 deletions
Loading

website/static/img/oss_logo.png

-2.24 KB
Binary file not shown.

0 commit comments

Comments
 (0)