diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index bf7c58d9e2d5..e55a6e9d8ac5 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -281,27 +281,15 @@ const config = { }, ], }, - { - title: 'Legal', - items: [ - { - label: 'Privacy', - href: 'https://opensource.facebook.com/legal/privacy/', - }, - { - label: 'Terms', - href: 'https://opensource.facebook.com/legal/terms/', - }, - ], - }, ], logo: { - // src: 'img/jest-outline.svg', - alt: 'Facebook Open Source Logo', + alt: 'OpenJS Foundation Logo', src: 'img/oss_logo.png', - href: 'https://opensource.facebook.com', + href: 'https://openjsf.org/', }, - copyright: `Copyright © ${new Date().getFullYear()} Meta Platforms, Inc. and affiliates. Built with Docusaurus.`, + copyright: + '
Copyright OpenJS Foundation and Jest contributors. All rights reserved. The OpenJS Foundation has registered trademarks and uses trademarks. For a list of trademarks of the OpenJS Foundation, please see our Trademark Policy and Trademark List. Trademarks and logos not indicated on the list of OpenJS Foundation trademarks are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
\n' + + 'The OpenJS Foundation | Terms of Use | Privacy Policy | Bylaws | Code of Conduct | Trademark Policy | Trademark List | Cookie Policy
', }, algolia: { indexName: 'jest-v2', diff --git a/website/static/img/oss_logo.png b/website/static/img/oss_logo.png index 1b34da033489..5e124d62cc14 100644 Binary files a/website/static/img/oss_logo.png and b/website/static/img/oss_logo.png differ