0.0.8 • Published 5 months ago

docusaurus-plugin-matomo v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Matomo plugin for Docusaurus.

npm install --save docusaurus-plugin-matomo

Configuration

docusaurus.config.js

module.exports = {
  plugins: [
    'docusaurus-plugin-matomo',
  ],
  themeConfig: {
    matomo: {
      matomoUrl: 'https://your.matomo.instance/',
      siteId: 'ID',
      phpLoader: 'matomo.php',
      jsLoader: 'matomo.js',
    },
  },
};
0.0.8

5 months ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago