-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Overview of the Issue
Seems like whenever I search for something it always turns up empty.
Reproduction Steps
Go to https://www.runatlantis.io/
Try searching for something and it returns nothing
Additional Context
- related pr deps(website): upgrade vuepress 1.x to 2.x #2980
- https://v2.vuepress.vuejs.org/reference/plugin/docsearch.html#get-search-index
atlantis/runatlantis.io/.vuepress/config.js
Lines 30 to 36 in 9e3d887
| docsearchPlugin({ | |
| // We internally discussed how this API key is exposed in the code and decided | |
| // that it is a non-issue because this API key can easily be extracted by | |
| // looking at the browser dev tools since the key is used in the API requests. | |
| apiKey: '3b733dff1539ca3a210775860301fa86', | |
| indexName: 'runatlantis', | |
| }), |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working