Skip to content

Commit 16fbe2c

Browse files
CristianLarafacebook-github-bot
authored andcommitted
Add license to files (#2722)
Summary: Pull Request resolved: #2722 These files were created as part of the website upgrade but are missing licensing headers. Reviewed By: saitcakmak Differential Revision: D69054499 fbshipit-source-id: 617275ac8fd7e5804a68db48b658791ad7748d68
1 parent b197bf1 commit 16fbe2c

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

sphinx/source/_static/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
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+
18
.wy-nav-content {
29
max-width: initial;
310
}

website/docusaurus.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
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+
18
import {themes as prismThemes} from 'prism-react-renderer';
29
import remarkMath from 'remark-math';
310
import rehypeKatex from 'rehype-katex';

website/sidebars.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
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+
18
const tutorials = () => {
29
const allTutorialMetadata = require('./tutorials.json');
310
const tutorialsSidebar = [{

website/src/css/customTheme.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
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+
18
:root{
29
--ifm-color-primary-lightest: #F7C38B;
310
--ifm-color-primary-lighter: #F5AE61;

0 commit comments

Comments
 (0)