We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffda2f commit eab3665Copy full SHA for eab3665
docs/mkdocs.yml
@@ -8,6 +8,9 @@ repo_name: "developmentseed/eoAPI"
8
repo_url: "https://github.com/developmentseed/eoAPI"
9
10
extra:
11
+ analytics:
12
+ provider: plausible
13
+ domain: eoapi.dev
14
social:
15
- icon: "fontawesome/brands/github"
16
link: "https://github.com/developmentseed"
docs/src/overrides/partials/integrations/analytics/plausible.html
@@ -0,0 +1 @@
1
+<script defer data-domain="{{ config.extra.analytics.domain }}" src="https://plausible.io/js/script.outbound-links.js"></script>
0 commit comments