1
0
mirror of synced 2025-12-21 19:06:49 -05:00
Files
docs/lib/search/config.js
2021-11-10 11:11:28 -08:00

10 lines
251 B
JavaScript

export const namePrefix = 'github-docs'
export const maxContentLength = 5000
export default {
// to reduce the size of our enormous search index, we limit the
// content and record size for translated articles
maxContentLength,
namePrefix,
}