Commit Graph

3 Commits

Author SHA1 Message Date
jrandolf
65aedcdfc4
docs: use counter for search bar query (#9429)
Part 2 of https://github.com/puppeteer/puppeteer/pull/9428
2022-12-16 18:15:49 +01:00
jrandolf
3235b60dda
docs: use counter for algolia search (#9428)
The component was [swizzled](https://docusaurus.io/docs/swizzling) from
the Algolia plugin. The main logic that was changed is on lines 263 to
272.
2022-12-16 17:26:01 +01:00
jrandolf
f0951aaf3b
docs: use a number of documented versions for indexing (#9424)
This PR allows Algolia to index on the number of documented versions
rather than on the global version of packages.

Fixed: #9329
2022-12-16 14:01:19 +01:00