update algolia to new index and search box#212
Conversation
orbeckst
commented
Nov 22, 2021
- use new appId and key (from UI)
- use newer integration with docs from https://github.com/algolia/docsearch
- new CSS
- new JS
- closes migrate DocSearch to Algolia Crawler #211
|
For a preview of the new search box see https://orbeckst.github.io/MDAnalysis.github.io/ |
- use new appId and key (from UI) - use newer integration with docs from https://github.com/algolia/docsearch - new CSS - new JS
fdc3e96 to
8a531fe
Compare
|
I also updated the wiki page on search. |
|
Notes on styling the search; files are in https://github.com/algolia/docsearch/tree/next/packages/docsearch-css for inspection. In particular, if we could change/override https://github.com/algolia/docsearch/blob/next/packages/docsearch-css/src/_variables.css then at least we can use MDA colors. |
|
Applied minimal styling to make the search box feel a bit more "MDA" This was surprisingly simple with the clean CSS that algolia provides — just pick what you need from _variables.css and override locally. |
|
@fiona-naughton @lilyminium @richardjgowers could someone please spare a few minutes to look over this PR? Thanks. |
* close MDAnalysis#211 * update algolia to new index and search box - use new appId and key (from UI) - use newer integration with docs from https://github.com/algolia/docsearch - new CSS - new JS * algolia search modal in MDA style (orange)
