Closed as not planned
Description
🔖 Feature description
Currently, the config is stored in crawler.algolia.com/.../configuration/edit
. There are some limitations there:
- Algolia expects a single constructor as the content of the editor, you can't easily separate out functions + other things.
- Changes are questionably versioned.
- Requires Admin access to make changes.
🎤 Context
Make it easier to make changes to the Algolia config.
✌️ Possible Implementation
Following this, we could explore inverting control of page rank + other algolia parameters to be part of each docs' front matter.
👀 Have you spent some time to check if this feature request has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Are you willing to submit PR?
None