The command reference page at https://profanity-im.github.io/guide/latest/reference.html loads the contents using aa javascript program https://github.com/profanity-im/profanity-im.github.io/blob/master/js/include.js the loaded files are plain HTML:
It would be preferable to include these directly in the generated reference.html file rather than loading them dynamically so that people using browsers without javascript enabled can still view the content.
The command reference page at https://profanity-im.github.io/guide/latest/reference.html loads the contents using aa javascript program https://github.com/profanity-im/profanity-im.github.io/blob/master/js/include.js the loaded files are plain HTML:
It would be preferable to include these directly in the generated reference.html file rather than loading them dynamically so that people using browsers without javascript enabled can still view the content.