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, }