We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm the founder of Umami Analytics. I saw that you had an analytics integration section, https://mintlify.com/docs/integrations/analytics/overview, and would love to get included.
The implementation would look like this:
"analytics": { "umami": { "websiteId": "required", "hostUrl": "optional" } }
The parameters would generate the following script:
<script defer src="{hostUrl}" data-website-id="{websiteId}"></script>
if hostUrl is not specified, it should default to https://cloud.umami.is/script.js.
hostUrl
https://cloud.umami.is/script.js
Great product btw! We were looking for a solution for our own docs and found Mintlify.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I'm the founder of Umami Analytics. I saw that you had an analytics integration section, https://mintlify.com/docs/integrations/analytics/overview, and would love to get included.
The implementation would look like this:
The parameters would generate the following script:
if
hostUrl
is not specified, it should default tohttps://cloud.umami.is/script.js
.Great product btw! We were looking for a solution for our own docs and found Mintlify.
The text was updated successfully, but these errors were encountered: