Use exported ReSpec HTML for published/final versions
Currently the HTML outputs in this and other repos that use ReSpec are using the 'draft' / 'developers' option where ReSpec libraries will do a bunch of stuff every time the page loads. You can see this easily by the spinning logo in the right hand corner e.g. https://semiceu.github.io/DCAT-AP/releases/3.0.1/ This mode is helpful when the document is in draft form, but when the document is finalised the export feature should be used which removes all these and streamlines the HTML document to a 'publication ready' state. See https://respec.org/docs/#static-snapshots for instructions.
FIX: Manually by clicking on the ReSpec button on top right corner and using export option or (preferred) use the CLI tool to export this (see link above).
@coolharsh55 this will be placed on backlog for when the time permits to integrate the option.
Okay, thanks for letting me know. The actual work effort involved is very low and I can also list instructions or submit PRs with the output. Let me know if there's anything I can help with here. Usually we do this step when we publish the final document as the quality of the page vastly increases because there is less js running and it loads faster and is more responsive.
Thank you for the provided help, but this has to be best integrated in the publication toolbox. This repository is only the reflection with the goal to share the content.