refactor(v2): shift generated files out of core into website dir

This commit is contained in:
Yangshun Tay 2019-02-24 15:20:58 -08:00
parent d5722f0a54
commit 211e04f409
8 changed files with 37 additions and 11 deletions

10
v2/lib/constants.js Normal file
View file

@ -0,0 +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.
*/
module.exports = {
GENERATED_FILES_DIR_NAME: '.docusaurus',
};