mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2025-10-29 18:00:20 +00:00
🐛 Fix tags for docsearch
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
search: english
|
||||
search: en
|
||||
---
|
||||
|
||||
# vue-chartjs
|
||||
|
||||
@@ -35,7 +35,7 @@ docute.init({
|
||||
apiKey: 'b3544f7387612693644777553675d56a',
|
||||
indexName: 'vue-chartjs',
|
||||
// algolia docsearch allows you to search with tag filter
|
||||
tags: ['english', 'de'],
|
||||
tags: ['en', 'de'],
|
||||
// this plugin does require a url too
|
||||
// where docsearch fetches contents
|
||||
url: 'https://vue-chartjs.org'
|
||||
|
||||
Reference in New Issue
Block a user