mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-25 06:56:56 +02:00
refactor(v2): shift generated files out of core into website dir
This commit is contained in:
parent
d5722f0a54
commit
211e04f409
8 changed files with 37 additions and 11 deletions
10
v2/lib/constants.js
Normal file
10
v2/lib/constants.js
Normal 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',
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue