diff --git a/docs-requirements.txt b/docs-requirements.txt index 9e4d937c..450e2e83 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -7,4 +7,5 @@ mkdocs-simple-hooks mkdocs-click mike tabulate -pandas \ No newline at end of file +pandas +material-plausible-plugin \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 0170ff8c..67e9deab 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -51,6 +51,7 @@ plugins: hooks: on_pre_build: "docs.scripts.hooks:on_pre_build" - search + - material-plausible markdown_extensions: - mkdocs-click @@ -118,6 +119,10 @@ extra: - icon: fontawesome/brands/github link: https://github.com/cioos-siooc generator: false + analytics: + provider: plausible + domain: cioos-siooc.github.io/ocean-data-parser + src: "http://plausible.server.hakai.app/js/script.js" extra_css: - stylesheets/extra.css