As maintainers of our open-source project, we provide support on multiple different channels: Stack Overflow, GitHub discussions, and Discord.<p>The problem: Most activity happens on Discord, where questions aren't indexable/searchable.<p>To fix this, we build a small GitHub action that generates transcripts of our help forum. We run this action every hour and then publish the result via 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 by Derock that generates chat transcripts. We 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>.