mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-04 07:24:02 +01:00
Update doc samples for changed file name (#7447)
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = {
|
||||
organizationName: 'chartjs', // Usually your GitHub org/user name.
|
||||
projectName: 'chartjs.github.io', // Usually your repo name.
|
||||
plugins: [require.resolve('@docusaurus/plugin-google-analytics')],
|
||||
scripts: ['https://www.chartjs.org/dist/VERSION/Chart.min.js'],
|
||||
scripts: ['https://www.chartjs.org/dist/VERSION/chart.min.js'],
|
||||
themes: [require.resolve('@docusaurus/theme-live-codeblock')],
|
||||
themeConfig: {
|
||||
algolia: {
|
||||
|
||||
Reference in New Issue
Block a user