Skip to content

Commit 6a83e1e

Browse files
devvaannshabose
authored andcommitted
fix: change API-REFERENCE dir to API-Reference
1 parent 3fffbea commit 6a83e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/api-docs-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ function deleteFiles() {
565565
*/
566566
function moveMdxDirToDocs() {
567567
const oldLocation = MDX_FILES_DIR;
568-
const newLocation = path.join(DOCS_DIR, 'API-REFERENCE');
568+
const newLocation = path.join(DOCS_DIR, 'API-Reference');
569569

570570
fs.renameSync(oldLocation, newLocation);
571571
}

0 commit comments

Comments
 (0)