diff --git a/docs-utils/troubleshooting-structure-adjustment.js b/docs-utils/troubleshooting-structure-adjustment.js index 195dbc2ea..c6b7effb8 100644 --- a/docs-utils/troubleshooting-structure-adjustment.js +++ b/docs-utils/troubleshooting-structure-adjustment.js @@ -38,7 +38,7 @@ function moveAllTags(folderPath) { async function adjustTroubleshootingContent() { console.log('Adjusting troubleshooting content') for (locale of locales) { - const oldPath = path.join(__dirname,`../../docs/${locale}/tutorials/troubleshooting`) + // const oldPath = path.join(__dirname,`../../docs/${locale}/tutorials/troubleshooting`) const newPath = path.join(__dirname,`../../docs/${locale}/troubleshooting`) // fs.renameSync(oldPath, newPath) moveAllTags(newPath)