mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Add Algolia to docs (#7329)
This commit is contained in:
parent
29553130de
commit
a94e1e175c
@ -10,6 +10,13 @@ module.exports = {
|
|||||||
plugins: ['@docusaurus/plugin-google-analytics'],
|
plugins: ['@docusaurus/plugin-google-analytics'],
|
||||||
scripts: ['https://www.chartjs.org/dist/VERSION/Chart.min.js'],
|
scripts: ['https://www.chartjs.org/dist/VERSION/Chart.min.js'],
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
|
algolia: {
|
||||||
|
apiKey: 'd7ee00a3cbaaf3c33e28ad1c274e7ba6',
|
||||||
|
indexName: 'chartjs',
|
||||||
|
algoliaOptions: {
|
||||||
|
facetFilters: [`version:VERSION`],
|
||||||
|
}
|
||||||
|
},
|
||||||
googleAnalytics: {
|
googleAnalytics: {
|
||||||
trackingID: 'UA-28909194-3',
|
trackingID: 'UA-28909194-3',
|
||||||
// Optional fields.
|
// Optional fields.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user