utterance / utterances

:crystal_ball: A lightweight comments widget built on GitHub issues
https://utteranc.es
MIT License
8.66k stars 567 forks source link

is there a guide to add this to docusaurus ? #658

Open sibelius opened 9 months ago

sibelius commented 9 months ago

I've tried to integrate like this https://github.com/sibelius/zettelkasten/blob/main/src/theme/DocItem/Footer/index.js#L56

but it does not rerender the comments based on the URL

const attributes = {
    repo: "sibelius/zettelkasten",
    'issue-term': "url",
    label: "discussion",
    theme: "preferred-color-scheme",
    crossOrigin: "anonymous",
    async: true,
  }