feat(v2): add Facebook Docusaurus 2 template (#2124)

* feat(v2): add Facebook Docusaurus 2 template

* -
This commit is contained in:
Yangshun Tay 2019-12-15 17:16:27 +08:00 committed by GitHub
parent ab8fb2b370
commit b6315f4136
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 995 additions and 36 deletions

View file

@ -1,10 +1,3 @@
/**
* 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 React from 'react';
import classnames from 'classnames';
import Layout from '@theme/Layout';