MCPcopy
hub / github.com/github/docs / getEnglishCategoryIndices

Function getEnglishCategoryIndices

script/reconcile-category-dirs-with-ids.js:140–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138}
139
140function getEnglishCategoryIndices() {
141 const walkOptions = {
142 globs: ['*/*/**/index.md'],
143 ignore: ['{rest,graphql,developers}/**', 'enterprise/admin/index.md', '**/articles/**'],
144 directories: false,
145 includeBasePath: true,
146 }
147
148 return walk(contentDir, walkOptions)
149}

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected