It appears that GitBook has moved to a SaaS model:
We have moved away from the static site generator model ... you can no longer host a GitBook generated documentation yourself.
https://docs.gitbook.com/v2-changes/important-differences#cli-toolchain
This is therefore not a great default option for OpenControl content rendering. Seems that a static site generator might be preferable. Options:
| Tool |
Pros |
Cons |
| Jekyll |
Flexible; works on GitHub Pages; proofs of concept exist |
Requires Ruby, though this could possibly be worked around |
| Hugo |
Easy to install on different operating systems; super fast |
Less widely used; doesn't work on GitHub Pages |
| hyperGRC |
Provides a nice UI |
Requires Python/Docker |
| Gatsby |
Very flexible input format |
(Still) requires Node.js |
It appears that GitBook has moved to a SaaS model:
https://docs.gitbook.com/v2-changes/important-differences#cli-toolchain
This is therefore not a great default option for OpenControl content rendering. Seems that a static site generator might be preferable. Options: