vuejs / vitepress

Vite & Vue powered static site generator.
https://vitepress.dev
MIT License
13.25k stars 2.14k forks source link

feat(theme): introduce independent search page #4329

Open SamJUK opened 3 weeks ago

SamJUK commented 3 weeks ago

Description

Implements an independent search page on the route /search/ to allow for OpenSearch / Custom Search Engines to query the site.

Utilises the q search parameter to preload the search term on page load. E.G https://localhost:5713/search?q=api

image

Linked Issues

2983

4327

Additional Context