Commit Graph

9 Commits

Author SHA1 Message Date
Nikolay Vitkov
e8b501de6f
docs: update website deps and fix some broken links (#11631) 2024-01-05 08:28:39 +00:00
Alex Rudenko
1014abc087
docs: fixing docs (#11460) 2023-11-29 13:29:13 +00:00
Nikolay Vitkov
dcd8818399
docs: fix website (#9935) 2023-03-29 11:37:35 +02:00
jrandolf
364b23f8b5
fix: update dependencies (#9781) 2023-03-06 13:43:37 +01:00
Nikolay Vitkov
ba5d4bf2c1
chore: Fix ES Lint import rule (#9738) 2023-02-23 13:37:40 +00:00
Nikolay Vitkov
eefe9583d0
chore: Add EsLint rule import/order (#9685) 2023-02-15 15:09:31 -08:00
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