We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e2ae9 commit cdf807fCopy full SHA for cdf807f
1 file changed
script/content-migrations/remove-map-topics.js
@@ -23,7 +23,6 @@ const fullDirectoryPaths = Object.values(languages).map(langObj => path.join(pro
23
const categoryIndexFiles = fullDirectoryPaths.map(fullDirectoryPath => walk(fullDirectoryPath, walkOpts)).flat()
24
.filter(file => categoryFileRegex.test(file))
25
26
-// const categoryIndexFiles = [ path.join(process.cwd(), 'content/desktop/installing-and-configuring-github-desktop/index.md') ]
27
28
categoryIndexFiles.forEach(categoryIndexFile => {
29
let categoryIndexContent = fs.readFileSync(categoryIndexFile, 'utf8')
0 commit comments