mirror of
				https://github.com/KevinMidboe/vue-chartjs.git
				synced 2025-10-29 18:00:20 +00:00 
			
		
		
		
	✨ Add pt-br doc to config
This commit is contained in:
		| @@ -1,7 +1,8 @@ | |||||||
| const langs = [ | const langs = [ | ||||||
|   {title: 'English', path: '/home', matchPath: /^\/(home|changelog)/}, |   {title: 'English', path: '/home', matchPath: /^\/(home|changelog)/}, | ||||||
|   {title: 'Deutsch', path: '/de/', matchPath: /^\/de/}, |   {title: 'Deutsch', path: '/de/', matchPath: /^\/de/}, | ||||||
|   {title: '日本語', path: '/ja/', matchPath: /^\/ja/} |   {title: '日本語', path: '/ja/', matchPath: /^\/ja/}, | ||||||
|  |   {title: 'Português do Brasil', path: '/pt-br/', matchPath: /^\/pt-br/} | ||||||
| ] | ] | ||||||
|  |  | ||||||
| docute.init({ | docute.init({ | ||||||
| @@ -36,7 +37,7 @@ docute.init({ | |||||||
|       apiKey: 'b3544f7387612693644777553675d56a', |       apiKey: 'b3544f7387612693644777553675d56a', | ||||||
|       indexName: 'vue-chartjs', |       indexName: 'vue-chartjs', | ||||||
|       // algolia docsearch allows you to search with tag filter |       // algolia docsearch allows you to search with tag filter | ||||||
|       tags: ['en', 'de'], |       tags: ['en', 'de', 'ja', 'pt-br'], | ||||||
|       // this plugin does require a url too |       // this plugin does require a url too | ||||||
|       // where docsearch fetches contents |       // where docsearch fetches contents | ||||||
|       url: 'https://vue-chartjs.org' |       url: 'https://vue-chartjs.org' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user