vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.62k stars 4.15k forks source link

docs: use Algolia search API key #2163

Closed shortcuts closed 5 months ago

shortcuts commented 5 months ago

Description

(reported by @yyx990803 ) the key used in the docs atm is the crawler api key, meaning it have more rights than just searching the index (crud records, delete index etc.), so I've rotated it in order to fix the crawler, and generated a search only one for your docs

I'll wait for this PR to be merged to delete the current key, so your search still works in the meantime

What is the purpose of this pull request?

Before submitting the PR, please make sure you do the following

yyx990803 commented 5 months ago

Thanks!