1
0
mirror of synced 2026-01-06 15:01:04 -05:00
Files
docs/lib/search/config.js
Kevin Heis 8a56437c93 Pretty format (#20352)
* Update prettier flow to include JS

* Run prettier

* ...run prettier
2021-07-14 14:35:01 -07:00

11 lines
257 B
JavaScript

export const maxRecordLength = 8000
export const maxContentLength = 5000
export const namePrefix = 'github-docs'
export default {
// records must be truncated to avoid going over Algolia's 10K limit
maxRecordLength,
maxContentLength,
namePrefix,
}