Skip to content

Commit

Permalink
docs: adds custom search priority docs to navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Apr 17, 2024
1 parent 2136a3e commit f898319
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ export default defineConfig({
items: [
{ text: 'Full-text search', link: '/cloud/performing-search/full-text-search.html' },
{ text: 'Vector search', link: '/cloud/performing-search/vector-search.html' },
{ text: 'Hybrid search', link: '/cloud/performing-search/hybrid-search.html' }
{ text: 'Hybrid search', link: '/cloud/performing-search/hybrid-search.html' },
{ text: 'Custom Search Priority', link: '/cloud/performing-search/custom-search-priority.html' },
]
},
{
Expand Down

0 comments on commit f898319

Please sign in to comment.