Demitri Muna
05/04/2022, 12:27 AMTypesenseSearchBox.vue
component be used with the default theme, or does it need to be integrated with a custom theme? I’m trying to do whatever I can to use the default theme for simplicity (focus on content!).Jason Bosco
05/04/2022, 12:31 AMTypesenseSearchBox.vue
into your .vuepress/theme/components
directory, along with this slightly tweaked Navbar
component (which overrides the default one):
https://github.com/typesense/typesense-website/blob/master/docs-site/content/.vuepress/theme/components/Navbar.vueJason Bosco
05/04/2022, 12:32 AMDemitri Muna
05/04/2022, 12:33 AM