Like many other projects we provide support through Discord. However, questions asked in Discord aren't indexable or searchable.<p>To fix this I wrote a small GitHub action that generates transcripts for our help forum. We run that action every hour and then publish the result using GitHub pages.<p>The heavy lifting of the action is done by <a href="https://github.com/ItzDerock/discord-html-transcripts" rel="nofollow">https://github.com/ItzDerock/discord-html-transcripts</a>, a node.js module that creates the actual transcripts. I just wrapped it into a GitHub action so it is more easily reusable.<p>You can see our help page at <a href="https://help.toit.io" rel="nofollow">https://help.toit.io</a>, with the corresponding GitHub action here: <a href="https://github.com/toitware/web-help/blob/main/.github/workflows/publish.yml" rel="nofollow">https://github.com/toitware/web-help/blob/main/.github/workf...</a>