Skip to content

Commit cdf807f

Browse files
sarahsrachmari
andauthored
Update script/content-migrations/remove-map-topics.js
Co-authored-by: Rachael Sewell <rachmari@github.com>
1 parent 61e2ae9 commit cdf807f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

script/content-migrations/remove-map-topics.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const fullDirectoryPaths = Object.values(languages).map(langObj => path.join(pro
2323
const categoryIndexFiles = fullDirectoryPaths.map(fullDirectoryPath => walk(fullDirectoryPath, walkOpts)).flat()
2424
.filter(file => categoryFileRegex.test(file))
2525

26-
// const categoryIndexFiles = [ path.join(process.cwd(), 'content/desktop/installing-and-configuring-github-desktop/index.md') ]
2726

2827
categoryIndexFiles.forEach(categoryIndexFile => {
2928
let categoryIndexContent = fs.readFileSync(categoryIndexFile, 'utf8')

0 commit comments

Comments
 (0)