Search engine
Add Vuetify as a browser search engine for quick access to the documentation.
Setup
The Vuetify documentation supports being a search engine for your browser. This allows you to query directly from the url bar without having to navigate to the site first. To add Vuetify as a search engine, follow the steps below:
For Chrome
- Open Chrome settings
- Search for “Manage search engines and site search”
- Scroll down to “Site search” and click the Add button to add a new search engine
- Enter the following information into the “Add search engine” dialog:
- Search engine:
Vuetify - Shortcut:
vt(or whatever you prefer) - URL with %s in place of query:
https://vuetifyjs.com/?search=%s
- Hit the Add button to save the search engine
- Open your browster and type
vtinto the url bar followed by a space or tab: - Type your search query and hit enter to search the Vuetify documentation
For Edge
- Open Edge Settings
- Search for “Address bar and search”
- Click the Add button to add a new search engine
- Entry the following information into the “Add search engine” dialog:
- Search engine:
Vuetify - Shortcut:
vt(or whatever you prefer) - URL with %s in place of query:
https://vuetifyjs.com/?search=%s
- Hit the Add button to save the search engine
- Open your browster and type
vtinto the url bar followed by a space or tab: - Type your search query and hit enter to search the Vuetify documentation
For Firefox
Vuetify documentation website includes /search.xml with OpenSearch description that allows Firefox users to add a custom search engine. If you don’t see an option in the address bar you might need to restore dedicated search field (it can be hidden afterwards).
Note: when using browser based on Firefox (like Zen or Waterfox) please check the settings page first as they might include Add button under the list of enabled search engines. When present, you can follow regular instructions for Chrome.