chore: add missing facebook copyright header

This commit is contained in:
endiliey 2019-11-27 16:50:20 +07:00
parent ceea69df2f
commit bd5bdb91f7
24 changed files with 127 additions and 1 deletions

View file

@ -1,3 +1,10 @@
/**
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
import path from 'path';
import {generateBlogFeed} from '../blogUtils';
import {LoadContext} from '@docusaurus/types';

View file

@ -1,3 +1,10 @@
/**
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
export interface BlogContent {
blogPosts: BlogPost[];
blogListPaginated: BlogPaginated[];