Skip to content

Commit

Permalink
Update troubleshooting-structure-adjustment.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroAntunesCosta committed Nov 12, 2024
1 parent da3ecbb commit 6792eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-utils/troubleshooting-structure-adjustment.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6792eb4

Please sign in to comment.