From 2f929fba300ee313f06cacd4c11066575db5cc6a Mon Sep 17 00:00:00 2001 From: Yangshun Date: Mon, 14 Feb 2022 09:48:41 +0800 Subject: [PATCH] website: remove Facebook copyright comments --- contents/_courses/AlgorithmCourses.md | 2 +- website/src/theme/DocItem/styles.module.css | 7 ------- website/src/theme/DocPaginator/index.js | 6 ------ website/src/theme/DocSidebar/index.js | 6 ------ website/src/theme/DocSidebar/styles.module.css | 7 ------- website/src/theme/DocSidebarItem/index.js | 6 ------ website/src/theme/DocSidebarItem/styles.module.css | 7 ------- website/src/theme/TOC/index.js | 6 ------ website/src/theme/TOC/styles.module.css | 7 ------- 9 files changed, 1 insertion(+), 53 deletions(-) diff --git a/contents/_courses/AlgorithmCourses.md b/contents/_courses/AlgorithmCourses.md index 3708c91e..ce12dc72 100644 --- a/contents/_courses/AlgorithmCourses.md +++ b/contents/_courses/AlgorithmCourses.md @@ -8,4 +8,4 @@ This course by Educative expands upon the questions on the recommended practice ### [Master the Coding Interview: Data Structures + Algorithms](https://fxo.co/DQpY) -This Udemy bestseller is one of the highest-rated interview preparation course (4.6 stars, 21.5k ratings, 135k students) and packs **19 hours** worth of contents into it. Like Tech Interview Handbook, it goes beyond coding interviews and covers resume, non-technical interviews, negotiations. It's an all-in-one package! Note that JavaScript is being used for the coding demos. [**Check it out →**;](https://fxo.co/DQpY) +This Udemy bestseller is one of the highest-rated interview preparation course (4.6 stars, 21.5k ratings, 135k students) and packs **19 hours** worth of contents into it. Like Tech Interview Handbook, it goes beyond coding interviews and covers resume, non-technical interviews, negotiations. It's an all-in-one package! Note that JavaScript is being used for the coding demos. [**Check it out →**](https://fxo.co/DQpY) diff --git a/website/src/theme/DocItem/styles.module.css b/website/src/theme/DocItem/styles.module.css index 7828ec62..95c4e340 100644 --- a/website/src/theme/DocItem/styles.module.css +++ b/website/src/theme/DocItem/styles.module.css @@ -1,10 +1,3 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - .docItemContainer header + *, .docItemContainer article > *:first-child { margin-top: 0; diff --git a/website/src/theme/DocPaginator/index.js b/website/src/theme/DocPaginator/index.js index b3a7fad9..4b130fab 100644 --- a/website/src/theme/DocPaginator/index.js +++ b/website/src/theme/DocPaginator/index.js @@ -1,9 +1,3 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ import React from 'react'; import Translate, {translate} from '@docusaurus/Translate'; import PaginatorNavLink from '@theme/PaginatorNavLink'; diff --git a/website/src/theme/DocSidebar/index.js b/website/src/theme/DocSidebar/index.js index fc6e5221..5c91281e 100644 --- a/website/src/theme/DocSidebar/index.js +++ b/website/src/theme/DocSidebar/index.js @@ -1,9 +1,3 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ import React, {useState} from 'react'; import clsx from 'clsx'; import { diff --git a/website/src/theme/DocSidebar/styles.module.css b/website/src/theme/DocSidebar/styles.module.css index 500afc33..c54d493b 100644 --- a/website/src/theme/DocSidebar/styles.module.css +++ b/website/src/theme/DocSidebar/styles.module.css @@ -1,10 +1,3 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - :root { --collapse-button-bg-color-dark: #2e333a; } diff --git a/website/src/theme/DocSidebarItem/index.js b/website/src/theme/DocSidebarItem/index.js index deeef661..854dd861 100644 --- a/website/src/theme/DocSidebarItem/index.js +++ b/website/src/theme/DocSidebarItem/index.js @@ -1,9 +1,3 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ import React, {useEffect, memo} from 'react'; import clsx from 'clsx'; import { diff --git a/website/src/theme/DocSidebarItem/styles.module.css b/website/src/theme/DocSidebarItem/styles.module.css index 493449d3..16e69809 100644 --- a/website/src/theme/DocSidebarItem/styles.module.css +++ b/website/src/theme/DocSidebarItem/styles.module.css @@ -1,10 +1,3 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - @media (min-width: 997px) { .menuLinkText { cursor: initial; diff --git a/website/src/theme/TOC/index.js b/website/src/theme/TOC/index.js index ef136030..0ad56055 100644 --- a/website/src/theme/TOC/index.js +++ b/website/src/theme/TOC/index.js @@ -1,9 +1,3 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ import React from 'react'; import clsx from 'clsx'; import TOCItems from '@theme/TOCItems'; diff --git a/website/src/theme/TOC/styles.module.css b/website/src/theme/TOC/styles.module.css index 3930e0d6..86969242 100644 --- a/website/src/theme/TOC/styles.module.css +++ b/website/src/theme/TOC/styles.module.css @@ -1,10 +1,3 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - .tableOfContents { max-height: calc(100vh - (var(--ifm-navbar-height) + 2rem)); overflow-y: auto;