()
| 138 | } |
| 139 | |
| 140 | function 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 | } |