Description
TBD if Algolia is favored , IF it is, then a) create Algolia account 2) update search to Algolia (public API key) and c) configure AI to:
- Replace cookbook ai llm for these docs
- Replace current search for these docs
In Consensys/doc.linea, the site search is wired up as local/offline search via the Docusaurus theme @easyops-cn/docusaurus-search-local.
So, what “runs the search function” is:
Build-time: the @easyops-cn/docusaurus-search-local theme indexes your docs/blog content and emits a searchable index file as part of the Docusaurus build.
Run-time (in the browser): the search UI loads that generated index and executes queries client-side.
Consideration
Is algolia compatible with internationalization for this repo?
Where should this content be added?
docusaurus.config.js and Algolia dash
Description
TBD if Algolia is favored , IF it is, then a) create Algolia account 2) update search to Algolia (public API key) and c) configure AI to:
Consideration
Is algolia compatible with internationalization for this repo?
Where should this content be added?
docusaurus.config.js and Algolia dash