Skip to content

Commit 91e6cd1

Browse files
committed
Remove copyright headers
Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
1 parent 1abc144 commit 91e6cd1

File tree

6 files changed

+0
-42
lines changed

6 files changed

+0
-42
lines changed

docusaurus.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
/* eslint-disable @typescript-eslint/no-var-requires */
2-
/**
3-
* Copyright (c) 2017-present, Facebook, Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
92
const remarkMath = require('remark-math');
103
const rehypeKatex = require('rehype-katex');
114
const githubTheme = require('prism-react-renderer/themes/github');

sidebars.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/**
2-
* Copyright (c) 2017-present, Facebook, Inc.
3-
*
4-
* This source code is licensed under the MIT license found in the
5-
* LICENSE file in the root directory of this source tree.
6-
*/
7-
81
module.exports = {
92
docs: {
103
关于我们: ['about-us'],

src/css/custom.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/**
2-
* Copyright (c) 2017-present, Facebook, Inc.
3-
*
4-
* This source code is licensed under the MIT license found in the
5-
* LICENSE file in the root directory of this source tree.
6-
*/
7-
81
/**
92
* Any CSS included here will be global. The classic template
103
* bundles Infima by default. Infima is a CSS framework designed to

src/pages/alumni.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/**
2-
* Copyright (c) 2017-present, Facebook, Inc.
3-
*
4-
* This source code is licensed under the MIT license found in the
5-
* LICENSE file in the root directory of this source tree.
6-
*/
7-
81
import React, { ReactElement } from 'react';
92
import Layout from '@theme/Layout';
103
import Translate from '@docusaurus/Translate';

src/pages/index.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/**
2-
* Copyright (c) 2017-present, Facebook, Inc.
3-
*
4-
* This source code is licensed under the MIT license found in the
5-
* LICENSE file in the root directory of this source tree.
6-
*/
7-
81
import React from 'react';
92
import clsx from 'clsx';
103
import Layout from '@theme/Layout';

src/pages/styles.module.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/**
2-
* Copyright (c) 2017-present, Facebook, Inc.
3-
*
4-
* This source code is licensed under the MIT license found in the
5-
* LICENSE file in the root directory of this source tree.
6-
*/
7-
81
/**
92
* CSS files with the .module.css suffix will be treated as CSS modules
103
* and scoped locally.

0 commit comments

Comments
 (0)