1.3.0 • Published 12 months ago

typedoc-plugin-umami v1.3.0

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

Typedoc Umami

Usage

Install:

npm install typedoc-plugin-umami

typedoc.json

{
  "plugin": ["typedoc-plugin-umami"],
  "umamiOptions": {
    "src": "https://example.com/script.js", // Required, Umami script src
    "websiteId": "00000000-0000-0000-0000-000000000000" // Required, Umami website id
    // Optional options, see https://umami.is/docs/tracker-configuration for details
    "hostUrl": "",
    "autoTrack": true,
    "doNotTrack": false,
    "dataCache": true,
    "domains": []
  }
}

typedoc.config.cjs

/** @type {import('typedoc-plugin-umami').TypeDocOptions} */
module.exports = {
  plugin: ["typedoc-plugin-umami"],
  umamiOptions: {
    src: "https://example.com/script.js", // Required, Umami script src
    websiteId: "00000000-0000-0000-0000-000000000000", // Required, Umami website id
    // Optional options, see https://umami.is/docs/tracker-configuration for details
    hostUrl: "",
    autoTrack: true,
    doNotTrack: false,
    dataCache: true,
    domains: [],
  },
};
1.3.0

12 months ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago