Custom Analytics and Feedback with umami #8434
rehborn
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i'm certain this can be done with less template/css overwriting in the current release, however for those who may need it.
looks pretty similar to the current implementation:
will give you the feedback by page (path), (page) title and feedback value:
recipe
add 2 optional environment variables for
host
andid
:mkdocs.yml
set
UMAMI_HOST
andUMAMI_ID
as variable in github actions and pass accordingly:workflow
add custom feedback html to the
content
section and custom javascript to thescripts
section:overrides/main.html
additional css:
extra.css
Beta Was this translation helpful? Give feedback.
All reactions