Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

config.js 171 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
  1. module.exports = {
  2. // records must be truncated to avoid going over Algolia's 10K limit
  3. maxRecordLength: 8000,
  4. maxContentLength: 5000,
  5. namePrefix: 'github-docs'
  6. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...